搜索结果

找到约 439 项符合 CPP 的查询结果

加密解密 自编的一个可以对文件进行加密解密的DES源程序

自编的一个可以对文件进行加密解密的DES源程序,包含一个cpp文件
https://www.eeworm.com/dl/519/157296.html
下载: 28
查看: 1069

数值算法/人工智能 这是离散数学中集合与图论部分的算法实现 压缩包中有六个算法

这是离散数学中集合与图论部分的算法实现 压缩包中有六个算法,均是。cpp文件,编译运行后,完全正确,已通过验证!
https://www.eeworm.com/dl/518/158851.html
下载: 144
查看: 1055

串口编程 解开压缩包

解开压缩包,有一个cpp和一个h文件,这是一个串口通信类。
https://www.eeworm.com/dl/624/161433.html
下载: 128
查看: 1012

加密解密 md5算法的c++实现

md5算法的c++实现,包含MD5.cpp和MD5.h
https://www.eeworm.com/dl/519/163279.html
下载: 97
查看: 1047

Linux/Unix编程 A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo

A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each ...
https://www.eeworm.com/dl/619/163329.html
下载: 197
查看: 1043

其他数据库 首先确认您的机器上已经安装了VC6.0以上版本

首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据 ...
https://www.eeworm.com/dl/645/169226.html
下载: 74
查看: 1094

其他 函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData

函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到 ...
https://www.eeworm.com/dl/534/171895.html
下载: 132
查看: 1203

加密解密 该程序实现单层的DES加密算法

该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。 ...
https://www.eeworm.com/dl/519/174084.html
下载: 43
查看: 1046

数据结构 AVL Tree implementation: I also included a test function to compare the AVL Tree performance with S

AVL Tree implementation: I also included a test function to compare the AVL Tree performance with STL Set and Map. Compile the source mavltree.cpp and run it to see the result!
https://www.eeworm.com/dl/654/174110.html
下载: 161
查看: 1060

操作系统开发 操作系统课程中

操作系统课程中,读者写者问题的一个Cpp解决方案;在VC6下调时通过,虚拟控制台下运行。
https://www.eeworm.com/dl/531/175189.html
下载: 90
查看: 1025