-
消息传递机制是WINDOWS编程的基础,只有深入了解了才能更好地编写WINDOWS程序,此代码就向你展现了消息传递的内幕...
消息传递机制是WINDOWS编程的基础,只有深入了解了才能更好地编写WINDOWS程序,此代码就向你展现了消息传递的内幕-the mechnism of message transfering is the basis of windows programming. Untile a through understanding has been made, one can have a good command of windows programming. This program shows you the inner working principle of message transfering.
- 2022-02-01 23:31:10下载
- 积分:1
-
共享内存源码示例
vc++6.0环境下开发的 共享内存源码示例,简单介绍了共享内存函数的使用方法。
vc++6.0环境下开发的 共享内存源码示例,简单介绍了共享内存函数的使用方法。
- 2022-10-18 19:25:03下载
- 积分: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
-
数据挖掘算法FP-growth算法
导入java.util文件.*;
- 2022-02-06 01:36:42下载
- 积分:1
-
汉字行编辑程序,软工题目
汉字行编辑程序,软工题目-Chinese firms editor, soft Public topic
- 2022-03-11 08:31:00下载
- 积分:1
-
Text recognition, to graphics files, PDF documents into word, txt format.
文本识别,将图形文件,PDF文件转换成word,txt格式。-Text recognition, to graphics files, PDF documents into word, txt format.
- 2023-06-20 12:30:05下载
- 积分:1
-
C++通用算法之修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。这些代码都是经过自己推敲研究...
C++通用算法之修正算法,其中包括查找容器中相同的元素,容器中相同的元素统计等等,这些算法都比较高效,直接就可以复制使用,特别方便。这些代码都是经过自己推敲研究过的-C generic algorithms correction algorithms, including the search for packaging the same elements, Vessel Statistics same elements, and so on, these algorithms are more efficient and can directly copy, in particular convenience. These codes are weighing himself studied the
- 2022-01-25 23:35:22下载
- 积分:1
-
注册表导出文件 (.reg) 解析器
翻译maninwest@Codeforge 作者Henryk Filipowicz@CodeProject
有时你可能需要读取并分析导出的 .reg 文本以跟注册表值对比或者仅导入几行导出的注册表值。
我需要读取一个30 MB 的 reg文件,并跟现有注册表值进行对比,并对其中一些进行更改。我在网上搜了一下没有找到合适的,就只好自己写了个 DLL 库读取并解析注册表文件
背景
我已经在一些项目中使用了 .NET Regex 类,对于 Regex 方法的智能化非常佩服。我的读取功能需要在5 秒以内读取完我的 30 MB 注册表文件( 标准 3Ghz PC (Windows 7)).
主类是 RegFileObject 类
.re
- 2023-04-17 18:50:03下载
- 积分:1
-
一个在国外网站下的语义相似度程序,开源代码,随便下载
一个在国外网站下的语义相似度程序,开源代码,随便下载-Abroad under a web of semantic similarity procedures, open source code, not download
- 2022-01-26 04:04:43下载
- 积分:1
-
SMART PHONE 2005中关于多国语言支持的程序源码,可实现应用程序多国语言的切换,需用VS2005BETA2编译。...
SMART PHONE 2005中关于多国语言支持的程序源码,可实现应用程序多国语言的切换,需用VS2005BETA2编译。-SMART PHONE 2005 on the multi-language support procedures source, the application can achieve multi-lingual switching required VS2005BETA2 compiler.
- 2022-01-31 20:32:38下载
- 积分:1