-
这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序,...
这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char* filename = NULL)// calculate MD5 value of the document void TargetStr (LPCSTR str)// calculate MD5 string value LPCSTR GetDigestKey ()// Operational MD5 from the results LPCSTR GetErr ()// If there were mistakes from the wrong string
- 2022-07-10 22:20:11下载
- 积分:1
-
Java 学生学籍管理系统
Java和Sql Server2005做的 学生学籍管理系统,Java + SQL Server2005 + MyEclipse6.0,作为计算机学院的课程设计已通过老师审核,Word文档,UML建模,代码,数据库文件一应俱全。
- 2022-09-07 19:55:02下载
- 积分:1
-
宾馆管理信息系统
宾馆管理信息系统-Hotels Management Information System
- 2022-02-04 23:55:41下载
- 积分:1
-
completion of the process of non
该程序完成对二叉树的非递归中序遍历,因为其中涉及到二叉树的构造,而且使用类来构造,所以代码比较多。-completion of the process of non- recursive binary tree which preorder because it involved the construction of a binary tree, but the use of class structure, the code more.
- 2023-07-26 00:30:03下载
- 积分:1
-
基于java开发的OS中经典PV算法:生产者和消费者算法的演示。
基于java开发的OS中经典PV算法:生产者和消费者算法的演示。-Java-based OS development of PV in the classical algorithm: algorithm for producers and consumers of the presentation.
- 2022-04-10 17:56:40下载
- 积分:1
-
为了方便大家学习数据结构,上传了一本数据结构的电子书供大家参考...
为了方便大家学习数据结构,上传了一本数据结构的电子书供大家参考-In order to facilitate them to learn from the data structure, the upload of a data structure of the e-books for your reference
- 2023-04-17 02:15:05下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
workbooks that you s
作业练习题 你们-workbooks that you s
- 2022-05-28 14:29:42下载
- 积分:1
-
八皇后问题解法,包括DFS,BFS和INF三种解法
八皇后问题解法,包括DFS,BFS和INF三种解法-8 Queen
- 2022-03-15 23:33:05下载
- 积分:1
-
物业管理 1.建立一个WYGL数据库,恢复WYGL脚本,然后配置ODBC。 2.建立一个TLBackup数据库,配置ODBC。...
物业管理 1.建立一个WYGL数据库,恢复WYGL脚本,然后配置ODBC。 2.建立一个TLBackup数据库,配置ODBC。-a property management. WYGL establish a database, restore WYGL script, and then configure ODBC. 2. TLBackup establish a database, configuring ODBC.
- 2022-01-21 02:59:33下载
- 积分:1