登录
首页 » 数据结构 » 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序,...

这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序,...

于 2022-07-10 发布 文件大小:4.43 kB
0 175
下载积分: 2 下载次数: 1

代码说明:

这是一个好用的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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 学生课程管理系统,一个学习过程中的必备程序。
    学生课程管理系统,一个学习数据结构过程中的必备程序。-students information manager
    2022-04-01 21:39:28下载
    积分:1
  • 酷Grid控件示例 ... ..cj.CDX ..............cj.dbf ..............MyGrid.SCT...
    酷Grid控件示例 ... ..cj.CDX ..............cj.dbf ..............MyGrid.SCT ..............MyGrid.scx ..............MZ.DBF .............. eadme.dbf .............. eadme.FPT .............. eadme.txt ..............xsda.CDX ..............xsda.dbf -Cool Grid Control example .............. cj.CDX ...... ........ cj.dbf .............. MyGrid.SCT .............. MyGrid.scx .............. MZ.DBF .............. readme.dbf ......... ..... readme.FPT .............. readme.tx t .............. xsda.CDX .............. x sda.dbf
    2022-01-25 18:42:47下载
    积分:1
  • 哈夫曼树解码和编码
    哈夫曼树,基本的数据结构,用来编码和解码、用数组作为存储结构实现,
    2023-04-13 11:00:11下载
    积分:1
  • 的课程设计,是实现二叉树的,包括文档。...
    数据结构的课程设计,是实现二叉树的数据结构,包括文档。-Data structures course design is to achieve binary tree data structure, including the documentation.
    2023-07-10 01:55:03下载
    积分:1
  • 一个有关于VC++6.0与ACCESS库的小程序
    一个有关于VC++6.0与ACCESS数据库的小程序-1 on VC++6.0 and the ACCESS database, a small program
    2022-08-20 11:33:14下载
    积分:1
  • 2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的点 [输入] 按照先序序列的顺序输入该点的内容。其输入abd eh...
    2.[问题描述] 编写递归算法,在二叉树中求位于先序序列中第K个位置的结点 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g 。输入要求的位置 [输出] 若二叉树不空,按先序序列输出,求出所求位置的结点 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,先序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点并计算出二叉树中叶子结点的数目和第K个位置的结点 #include #include struct node{ char info struct node*llink,*rlink } typedef struct node NODE -2. [Description of the issue] to prepare recursive algorithm, Binary for the first sequence sequence in the first position of the K-node [imported] in accordance with the first order input sequence in the order of the nodes content. Input abd eh i g cf. Import requirements of the position [output] if the binary tree is not empty, the first sequence by sequence output obtained by seeking the location of nodes [storage structure] Table 2 forks storage [algorithm for the basic idea] recursive method and Traversing binary tree. First established binary tree root node, and then to build t
    2022-06-02 16:30:44下载
    积分:1
  • 3X3填质问题,在一个3×3的矩阵中填写1-10的字,保证上下左右相加都是质...
    3X3填质数问题,在一个3×3的矩阵中填写1-10的数字,保证上下左右相加都是质数-3X3 fill several quality problems in a 3 3 matrix to fill in the figures 1-10, ensuring that all about is the sum of the number of quality
    2023-07-03 08:00:04下载
    积分:1
  • 表达式求值,包括栈的读写,创建,释放,可以求借一般四则运算,带括号等...
    表达式求值,包括栈的读写,创建,释放,可以求借一般四则运算,带括号等-expression evaluates, including stacks of reading and writing, to create, release and should seek through four general computing, with brackets, etc.
    2023-05-07 14:05:02下载
    积分:1
  • 链接
    数据结构 链表 按顺序合并两链表。 pa =1 2 4 7 9 11 16 pb= 1 6 9 23 24 36 1 1 2 4 6 7 9 11 16 23 24 36-link
    2022-02-02 15:42:46下载
    积分:1
  • A simple VC++ programming and database link, you can choose the data source
    一个简单的VC++ 与数据库链接的编程,可以自行选择数据源-A simple VC++ programming and database link, you can choose the data source
    2022-03-01 19:54:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载