-
这是一个MD5程序,用c语言写的.可以直接用.
这是一个MD5程序,用c语言写的.可以直接用.-this is a MD5 program,which is written by C and can be used directly.
- 2022-11-02 17:55:03下载
- 积分:1
-
blowchart
流程图
- 2022-02-21 18:05:14下载
- 积分:1
-
请求段式存储管理方式,是一个可以运行并实现管理功能的小程序...
请求段式存储管理方式,是一个可以运行并实现管理功能的小程序-NOTE:
Request segment memory management method,This is a small program executing and implementing management function
- 2022-04-01 18:24:14下载
- 积分:1
-
source file management system
源文件管理系统
- 2022-05-15 09:38:30下载
- 积分:1
-
undocument_window_nt配套源代码
undocument windows nt配套源代码,包含undocument windows nt书籍里面的所有源代码,对想深入研究windows系统内核原理的系统开发人员有非常大的帮助。
- 2023-02-14 20:40:04下载
- 积分:1
-
CPU主频计算器
该软件不调用任何系统接口,采用自己的计算模式计算当前运行CPU的主频,能够准确无误的判定当前CPU的主频,使得各种虚假的CPU参数修改软件现行。软件采用VC编写,供各位对CPU速度判定有需求的程序员参考!
- 2022-05-30 10:03:47下载
- 积分:1
-
使用GDI和GDI+绘图橡皮筋lines_src混合
Using GDI and GDI+ mixed drawing rubber band lines_src
- 2022-04-23 21:57:13下载
- 积分:1
-
Tw68XX视频采集卡 SDK demo 驱动
Tw68XX视频采集卡全套的演示代码、使用说明和Windows驱动文件。
- 2022-02-04 05:04:14下载
- 积分:1
-
用了好久的AVR编程软件,不错,跟大家分享一下!
用了好久的AVR编程软件,不错,跟大家分享一下!-Used for a long time of AVR programming software, yes, to share with you!
- 2022-12-30 17:45:04下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1