CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 文本文件 VC

搜索资源列表

  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.73kb
    • 提供者:郭佳
  1. 3DESjiamichengxu

    0下载:
  2. 这是一个三重des的加密程序,可以加密一般的文本文件和图象文件,其中还有四种模式的加密程序,可以再vc下实现 -This is a triple des encryption procedures, encryption general text files and image files, Among them were four model encryption procedures can be achieved under vc
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:方泽栋
  1. NTL-RSA

    2下载:
  2. 使用NTL大整数库实现RSA公钥密码算法,可用于对文本文件进行加密和解密. 平台Windows98以上,VC++6.0, 内部文件路径均为相对路径,不存在无法编译的Bub.-use of the NTL large integer achieve RSA public key cryptography algorithm, can be used to text file encryption and decryption. Windows98 platform above, VC 6.0,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.83mb
    • 提供者:李刚
  1. encrypttxt

    0下载:
  2. 利用vc++给文本文件进行加密解密算法源代码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.44mb
    • 提供者:yangzhihui
  1. get

    0下载:
  2. 该程序可实现对文本文件的加密,采用VC++编程实现
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:31.35kb
    • 提供者:shixuemei
  1. myscan

    0下载:
  2. 本程序是有VC编写,其主要功能是扫描电脑端口的开放情况,有界面,可以扫描单一端口,也可以自定义端口,还可以将扫描的结果保存为文本文件-This procedure is the preparation of VC, and its main function is to scan your computer for open ports situation, there are interfaces, you can scan a single port, but also can custom
  3. 所属分类:Scanner

    • 发布日期:2017-04-09
    • 文件大小:57.19kb
    • 提供者:郭瑞峰
  1. SerialCom

    0下载:
  2. VC环境下实现串口通讯功能,能进行文本文件的传输-VC environment to achieve serial communication function, can be a text file transmission
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:114.32kb
    • 提供者:张盼盼
  1. HexEnc

    0下载:
  2. VC++使用XOR 256加密解密算法对文本或文件进行加、解密,很早时候的加密算法,但现在还很实用,搜集了一个实例,希望对VC++编程的朋友有所帮助。它主要是对十六进制的文本文档或者文件进行加密解密。-VC++ using the XOR 256 encryption and decryption algorithms to increase the text or document, decryption, the encryption algorithm when a long time a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:67.82kb
    • 提供者:117
  1. trans

    0下载:
  2. trans程序的源代码在Cygwin下编译调试通过。(因使用了Unix特有的文件读写函数,用TC,BC,VC编译时须改写部分代码) 使用说明:trans [-R/-S] file 其中,-R 将摩斯码翻译成英文; -S 将英语翻译成摩斯码。 file为需要翻译的文本文件。运行成功后结果会保存在“~file”文件中。 注意:若是翻译英文,须保证所有字母均为大写字母。且标点符号仅可为“.”,“,”和空格。-trans program' s sour
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:765.09kb
    • 提供者:longqzh
  1. huffuman00xiao

    0下载:
  2. 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:216.39kb
    • 提供者:
  1. RWTextFile

    0下载:
  2. vc——创建文本文件并进行读写数据操作\RWTextFile-vc- Create a text file and read and write data operations \ RWTextFile
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:28.58kb
    • 提供者:江海莺
  1. yixieyuanma

    0下载:
  2. 收集的一些各类源码,有文件捆绑器(VC源码,文本文件加密器vB源码等-Collection of some of the various types of source code, bundled with file device (VC source, source text file encryption devices such as vB
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:205.42kb
    • 提供者:bindok
  1. vc

    0下载:
  2. 利用c语言位运算进行文本文件加密解密,利于学习-Bit operations using c language for text file encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:653byte
    • 提供者:王局
  1. CK_listask

    0下载:
  2. 获取系统中当前的进程,并输出到文本文件中。VC++6.0环境中编译运行。-Acquisition system in the current process, and output to a text file. VC++6.0 environment, compile and run.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:3.98mb
    • 提供者:ZYZ
  1. Base64

    0下载:
  2. 利用openssl源码对文本文件内容实现base64编码和解码,利用c语言实现,VC平台-implement base64 encode and decode by using openssl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:163.28kb
    • 提供者:soul
  1. www.dssz.com_GENERIC.01

    0下载:
  2. 简易文本文件加密算法例子!可以实现文件的加密解密,密码强度中等!-critpy system example for VC
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:11.1kb
    • 提供者:陈小文
  1. LGY_CPU_Scheduler

    0下载:
  2. 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:290.69kb
    • 提供者:王五
  1. CPhoneBook

    1下载:
  2. VC++通过自定义CButton对象将图片导入按钮,对一个基本的通讯录程序界面进行美化,可以对不同状态下的按钮进行变色,无使用数据库,采用TXT文本文件操作。调试运行时请将TXT文件拷贝至Debug目录下。-The CButton object VC++ by customizing the Image Import button, to beautify a basic address book program interface, can change color button in dif
  3. 所属分类:系统编程

    • 发布日期:2013-09-02
    • 文件大小:38.74kb
    • 提供者:杨丽秀
  1. readstring

    0下载:
  2. 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.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:31.73kb
    • 提供者:罗学军
  1. File

    1下载:
  2. VC++读文件、写文件与读注册表、写注册表的简单实例,代码中可展现出const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别-failed to translate
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:27.51kb
    • 提供者:包松林
« 12 »
搜珍网 www.dssz.com