2020年7月10日

c# md5 算法实现

摘要: 相对C#来说,md5算法就相对简单很多,因为 System.Security.Cryptography; 已经包含了md5算法。所以我们只需创建MD5类对象即可实现md5算法。下面举例说明: 例子:输入任意字符,打印出md5计算结果(16进制输出) using System; using Syste 阅读全文

posted @ 2020-07-10 15:32 Milo_lu 阅读(3281) 评论(0) 推荐(0) 编辑

define a struct

摘要: how to use a macro of structure ? Here I am listing steps for it by using a demo: macro a structure: #define structed_define \ { \ "this is a demo for 阅读全文

posted @ 2020-07-10 09:21 Milo_lu 阅读(146) 评论(0) 推荐(0) 编辑

导航