当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: #include<stdio.h>#include&
 

 

 ·windows操作系统的成长历史    »显示摘要«
    摘要:1. 1985年windows 1.0正式推出,相信一些老一辈计算机使用者应该熟悉吧! 2. 1987年10月推出windows 2.0,比 windows 1.0版有了不少进步,但自身不完善,效果不好。 3. 1990年5月windows 3.0 版推出,期间微软继2.0后还有代号为286、386两款系统,但因其自身原因,一直没有得到人们的注意。直到3.0的出现才改观了这种局面,......
 ·java记事本和界面(一)    »显示摘要«
    摘要:package proe; import java.awt.*;import javax.swing.*;import java.awt.event.*;import java.io.*;import javax.swing.text.*;import javax.swing.event.*;import javax.swing.undo.*;import java.util.*; /** *......


凯撒加密算法C语言实现
#include<stdio.h>

#include<conio.h>

char encrypt(char ch,int n)/*加密函数,把字符向右循环移位n*/ 【程序编程相关:vsftp进阶——虚拟用户配置

【推荐阅读:用VB将第三方控件打成CAB包(在WEB

{ 【扩展信息:Apache HTTP最新官方配置(中译

while(ch>=´a´&&ch<=´z´)

{

  return (´a´+(ch-´a´+n)%26);

}

while(ch>=´a´&&ch<=´z´)

{

  return (´a´+(ch-´a´+n)%26);

}

return ch;

}

void menu()/*菜单,1.加密,2.解密,3.暴力破解,密码只能是数字*/

{

clrscr();

printf("\n===============================================================================");

printf("\n1.encrypt the file");

printf("\n2.decrypt the file");

printf("\n3.force decrypt file");

printf("\n4.quit\n");

printf("===============================================================================\n");

printf("please select a item:");

return;

}

void logo()/*显示版权信息*/

{

printf("\nzhensoft encryption [version:1.0.0]");

printf("\ncopyright (c) 2004 zhensoft corp.\n");

printf("\nhttp://www.zhensoft.com\n");

return;

}

main()

{

int i,n;

char ch0,ch1;

file *in,*out;

char infile[20],outfile[20];

textbackground(black);


...   下一页
 ·delphi中动态调用dll    »显示摘要«
    摘要:显式例子: unit main; interface uses windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls, extctrls, grids, dbgrids, db, dbtables, dbctrls; type ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE