搜索资源列表
RC5-CTS
- RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
vc++graph
- 在vc环境下实现柱状图形,vc++以曲线或柱状图的形式实时动态显示数据的控件。txt格式,源码只需简单调入调试即可-in vc environment under columnar graphics, vc column of a curve or in the form of real-time dynamic display of data control. Txt format, you can simply source debugger can be transferred
file_encrypt
- key.txt存放密钥,密钥只能为数字,text存放明文。 只对明文中的“数字”、“英文大小写”加密,空格或其它中文字符等不予理睬。 加密方法: 明文分组与密钥对应字符相加取模,十个数字为一个循环,26个英文大小写也各为一个循环。 例: 密钥为: 012 明文为: Microsoft VC++ 6.0 密文则为:Mjerpuogv VD++ 8.0 加密结果: 将密文生成到result.txt中,手动删除最后的占位符\"
VC++edit.txt
- VC++修改.txt文件,读取所需数据,若与设定值相等,则修改同行标志
29782185VCReadFile
- vc 读取txt文件的一个源码,可以行行读取,可以全部读取。
DES-encryption-algorithm
- DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
analyze
- 从txt文件中读取日志数据分析并将分析结果输出到XML文件中,其中含有CMarkup(VC下操作XML文件)类,本人原创编写:)-Txt file to read from the log data analysis and the results of the analysis output to XML file, which contains CMarkup (VC operation XML file) category, I prepared original:)
DES
- 利用DES实现加密解密。基于VC++环境。多多指教。-。-can operate file types : TXT, DOC, JAVA, but Word document contains photographs have no problem running example is the use of the catalog under the 111.doc documents, after running automatically generate documentation and
Report_Analysis0900602
- 关于VC逐个字段 分析TXT文件,处理文件,并显示出分析结果,文件中包含了要处理的文件样本。-On the VC-by-field analysis of TXT files, processing documents, and shows results of the analysis, the paper contains a sample file to be processed.
HospitalManagementInformationSystem
- 基于VC开发的医院信息管理系统 在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。 可以有两种方法创建该数据库: 1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建Hospital数据库。 2.使用sql server的企业管理器直接附加“附加数据库文件”目录下的Hospital.mdf文件。 系统默认帐号:admin 密码:-VC-based hospital informati
IE
- l_e多页面浏览器(1.4.56)源码 2006-1-11 源码所作的更新可以在devlog.txt中看到 myacc是实现"监视所有下载项"的主要代码,用vc写-l_e multi-page browser (1.4.56) source 2006-1-11 source updates can be made to see myacc devlog.txt is to achieve " monitor all downloads" of the main code
huffuman00xiao
- 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份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
StdioFileDemo
- vc 使用CStdioFile实现在txt文件中逐行读写数据\StdioFileDemo的程序源码,希望对大家有所帮助-vc achieved using CStdioFile read line by line in a txt file data \ StdioFileDemo the program source code, we hope to help
StdioFileDemo
- vc——使用CStdioFile实现在txt文件中逐行读写数据\StdioFileDemo的程序源码,值得一看!-vc- CStdioFile achieved using line by line in the txt file to read and write data \ StdioFileDemo the program source code, worth a visit!
StdioFileDemo
- 使用CStdioFile实现在txt文件中逐行读写数据\StdioFileDemo\StdioFileDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。-CStdioFile achieved using txt file line by line in the read and write data \ StdioFileDemo \ StdioFileDemo.rar, very good vc source, interested friends can see.
readtxt
- VC读txt文本的程序,可用,适合需要相关信息的人使用。-Read the text TXT VC program, usable, and suitable for the need of the relevant information people use.
TXT2DBF_20120727
- TXT 转换为 dbf Vc++ 版本转化-TXT conversion the dbf Vc++ version conversion
1
- 在VC中使用安全版字符串操作函数.txt VC字符串操作,各种转换-Security version string manipulation functions in VC txt VC string manipulation, various conversion
CPhoneBook
- 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
ShakePYourPName
- 多线程抽签VC++源码实现,若运行时出现“软件目录下不存在列表文件list.txt. 请手动载入或放置到软件目录下”,请将list.txt放置于EXE同级目录内再运行。-Multi-threaded balloting VC++ source code to achieve, if the runtime software directory does not exist list file list.txt manually loaded or placed into the software