-
用VC++6.0调用PowerPoint 2003,生成的ppt文件分3页,既有文字也有图表...
用VC++6.0调用PowerPoint 2003,生成的ppt文件分3页,既有文字也有图表-With VC++ 6.0 Call PowerPoint 2003, generated ppt document 3, both the text also has a chart
- 2022-01-26 06:14:57下载
- 积分:1
-
visual basic程序实现反平行四边形机构设计
visual basic程序实现反平行四边形机构设计-visual basic program to achieve the anti-parallelogram mechanism design
- 2022-10-04 15:55:04下载
- 积分:1
-
A demo to read environment variables in Windows by vc.
A demo to read environment variables in Windows by vc.-to read environment variables in Win dows by vc.
- 2022-01-25 22:55:47下载
- 积分:1
-
这是解调中重要的DDS恢复部分,做成子函数形式,具体的输入输出变量已经表明,请按介绍使用。谢谢站长...
这是解调中重要的DDS恢复部分,做成子函数形式,具体的输入输出变量已经表明,请按介绍使用。谢谢站长-This is the most important part, DDS, causing Functions form specific input and output variables have shown, click on the use. Thank you, Captain! !
- 2022-02-26 11:52:06下载
- 积分:1
-
Windows 钩子(Hook)编程技术
Windows 钩子(Hook)编程技术-Windows hook (Hook) Programming
- 2022-02-16 07:24:52下载
- 积分:1
-
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com...
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com-This is a question of Josephus C code used to achieve two-way linked list. As a matter please contact ho1983xx@tom.com
- 2022-03-12 12:48:25下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1
-
This is a high
这是一个高级的指纹分算法析的源代码,希望大家喜欢-This is a high-level sub-algorithm fingerprint analysis of the source code, I hope everyone likes
- 2022-05-22 00:54:23下载
- 积分:1
-
OCR算法代码。它不是一个完整的系统,而不是建立执行程序…
OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
- 2022-02-21 00:24:04下载
- 积分:1
-
calculator, a simple calculation functions, vc programming reflects the benefits...
计算器,实现简单的计算功能,体现vc编程的好处!-calculator, a simple calculation functions, vc programming reflects the benefits!
- 2022-07-04 15:45:25下载
- 积分:1