-
图象检测,模板匹配算法代码
图象的检测,模板匹配
命令行编译过程如下
vcvars32
rc bmp.rc
cl detect.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c: est.bmp必须存在
- 2022-05-21 22:02:07下载
- 积分:1
-
JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。...
JAVA开发的,使用RSA,MD5开发的简单数字签名软件,可以用来对文件和消息做数字签名。 -JAVA development, the use of RSA, MD5 developed a simple digital signature software, can be used for documents and information to do a digital signature.
- 2023-03-16 05:15:03下载
- 积分:1
-
Cryptography to learn C language library
密码学学习的C语言函数库――Miracl库。对密码学学习很有帮助-Cryptography to learn C language library- Miracl library. Very helpful for learning cryptography
- 2022-03-12 21:45:19下载
- 积分:1
-
GetDiskSerial.DLL is a standard Windows dynamic link library, which allows you t...
GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。
GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clarion。产品包里已经包含以上开发语言的调用实例。
-GetDiskSerial.DLL is a standard Windows dynamic link library, which allows you to program in your hard drive a simple access to the factory serial number. In theory, the hard disk factory serial number is unique in the world, so you can use this serial number to generate the software machine code. GetDiskSerial.DLL has successfully used in a variety of popular development languages, such as Delphi, C++ Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clarion. Product package already contains a call to an instance of the above development language.
- 2022-03-26 19:39:21下载
- 积分:1
-
与受信任的数据库 & 电子邮件共享项目状态
< 跨度 style="font-size:14.0pt;line-height:115%;font-family:""> weposit,有利安全数据库 leveragingserver-身边值得信赖的硬件可以建一个羽翼丰满,隐私和在 commonserver 硬件上运行成本 (现有或未来) 的任何已启用加密的私人数据处理的一小部分。
- 2022-03-03 18:33:38下载
- 积分:1
-
操作系统中关于哈明威码的C++实现程序
使用工具:Visual Studio 6.0...
操作系统中关于哈明威码的C++实现程序
使用工具:Visual Studio 6.0-Hemingwei operating system on the C code to achieve the procedures for the use tools : Visual Studio 6.0
- 2023-04-02 21:35:04下载
- 积分:1
-
md5算法,采用c++实现的md5_16位实现
md5算法,采用c++实现的md5_16位实现-md5 algorithm, used to achieve the c-achieving md5_16
- 2023-07-14 14:45:03下载
- 积分:1
-
应用程序向导创建了这个cngcryptfile应用
The application wizard has created this CNGCryptFile application for
you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.
- 2022-03-22 01:12:10下载
- 积分:1
-
CRC32
CRC32哈希算法的C#版源码.采用的是动态生成码表的方法.-CRC32-hash algorithm in C# version of the source code. The code is dynamically generated table method.
- 2022-04-28 05:11:44下载
- 积分:1
-
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p...
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
- 2022-02-06 10:37:53下载
- 积分:1