搜索资源列表
RC5-CTS
- RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
cvery_292612038
- 1.(3-38)本实验练习的目标是实现一种错误检测机制,它使用了本章中介绍的标准CRC算法。请编写两个程序:生成器generator和验证器verifier,生成器程序从标准输入读入一个n位的报文,该报文是由0和1组成的ASCII文本字符串,它是第一行,第二行是k位的多项式,也是ASCII文本。该程序输出一行ASCII文本(到标准输出),其中包含n十k个0和1,代表了要被传输的报文。然后.它也输出多项式,就好像它读入进来时一样。验证器程序将生成器程序的输出读入进来,并输出一条报文,说明它是正确的
AES
- 这个程序实现了对文本的加密 你可以对任何字符串进行加密 运行成功
DES_of_zuliao
- 用于加密和解密字符串和文本文件,加密算法为DES。-jfdklkd kldjfjlk会计法 jfk kldjfkf
VC--readTXTcutSTRING
- VC--处理文本信息,读文本,并切割字符串,输入特定字符-VC- deal with text messages, read text, and cut the string, enter the specific character
RSA1
- 实现了非对称加密,可加密文本和字符串,可供参考和学习-The realization of the non-symmetric encryption, encrypt text and string can be available for reference and learning
handle
- 读取文本文件内容,以换行为标记,将每行字符转换成字符串,以供其他使用,比如字典文件处理-Read the text of the document in order to change behavior of tags, each line of characters into a string for other uses, such as the dictionary file handling
checkword
- 检查文本框或者一个字符串中是否含有特殊字符,如过有,那么提示非法-check word when it have @#¥& ……
vb_programming_code_in_string_encryption_operation
- vb程序设计文本操作_字符串加密代码vb programming code in the text string encryption operation _-vb programming code in the text string encryption operation _
Coding-and-decoding-based-on-ASCII-
- 基于ASCII进行的文件编程与解码,为了对文本进行编码,可以任意选择一个字符串,作为“编码字符串”,然后对上述编码进行相反的操作,即可对文本进行解码。-Programming and decoding ASCII files, in order to encode the text, you can choose a string as the encoded string.
LGY_CPU_Scheduler
- 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
fenx
- 分词文本处理 可以很快的分割字符串 效果快-Sub-word text processing word text processing
readstring
- VC++从文本文件中读取一个字符串,字符串已经内置在文本文件里,在窗体的空白处点击右键可看到效果。-VC++ read a string from a text file, the string has built-in text file, right-click to see the effect in the space of the form.
Read-string-from-text-file
- 如何从文本文件中读取一个字符串,vc++ mfc 编程语言源代码,压缩包内有源代码-How to read a string from a text file, vc++ MFC programming language source code, compressed package source code
AsynchInvoke
- 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。 -Based on a simple asynchronous call VC++ source code examples, define a string, the design cycle, the format string, the text edit box design, implementation examples asynchronous cal
AsynchInvoke
- 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-Based on a simple asynchronous call VC++ source code examples, define a string, the design cycle, the format string, the text edit box design, implementation examples asynchronous call,
BinToTxt
- bin二进制文件转成文本,字符串转换处理,vc-bin binary file into a text string conversion processing, vc++
jishiben
- windows自带记事本vb源代码 功能如下 1,文本框大小可以随窗体改变 2,读入文件的大小受限 3,窗体标题实时地显示当前文件名 4,可以通过菜单改变文本字体和背景色 5,剪切板的使用 6,可以查找字符串,使用到字符串的处理 7,可以对整个文档进行全选 8,可以在指定处插入时间日期 9,公共对话框的使用,保存,打开,打印等 -windows comes with Notepad vb source code Function as follo
DES
- 加密使用64位明文和64位密钥做为输入(均为01字符串),产生64位的密文做为输出。加解密使用相同的密钥。采用CBC模式对文本加解密. 对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 输出:产生密文文本或明文文本-Encrypted using 64 bit plaintext and a 64 bit key as input (01 string), to generate 64 bit ciphertext as
Cryptography
- 阿尔字符串文本加密代码,供新手参考 阿尔字符串文本加密代码,供新手参考- text en text en text en text en text en text en text en text en text en text en text en text en text en text en text en text en text en text en text en text en