-
VC++6.0源代码,编译通过,分析DLL/EXE文件信息,可查看它调用哪些DLL和API函数...
VC++6.0源代码,编译通过,分析DLL/EXE文件信息,可查看它调用哪些DLL和API函数
-VC++6.0 source code, compile, analyze DLL/EXE file information, you can see what it calls the DLL and API Functions
- 2023-06-11 00:40:04下载
- 积分:1
-
一个牛X的国人编写的Chinsesscape智能内码识别,支持屏幕取词翻译的程序!!里面有详细的中文注释,每一模块的中文注释都讲得非常清楚,特别是内码识别、屏幕...
一个牛X的国人编写的Chinsesscape智能内码识别,支持屏幕取词翻译的程序!!里面有详细的中文注释,每一模块的中文注释都讲得非常清楚,特别是内码识别、屏幕取词翻译技术这些核心技术都注释得非常详尽!!!是你无法在其他网站上找到的非常好的资料-Niu X, a people prepared Chinsesscape intelligent code recognition, support for capturing the process of translation!! There are detailed notes in Chinese, each module of the Chinese have put a very clear note, in particular identification code, Screen Translation of these core technologies are very detailed notes! ! ! Is you can not find in other sites of very good information!!
- 2022-05-01 00:54:52下载
- 积分:1
-
简单的垃圾收集器,我想尝试很多次的影响,发挥重要作用。
简单垃圾回收器本人以多次试用效果不错,请大家多提意见
-Simple garbage collector I would like to try the effect of a good many times, please do so everyone
- 2022-08-03 10:28:47下载
- 积分:1
-
得到CUP、内存配置信息
得到CUP、内存配置信息 -Getting the information of CUP and memory config
- 2022-03-19 20:51:20下载
- 积分:1
-
一个文件查找的代码例子,SDK API实现的,
一个文件查找的代码例子,SDK API实现的,-Find a file of code examples, SDK API to achieve,
- 2023-07-24 11:55:03下载
- 积分:1
-
VC++ based on the keyboard hook to write a small program used to enumerate all c...
VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, show the selected window, containing the keyboard hook DLL source files, test file DLL files should be compiled and stored in a directory.
- 2022-03-21 13:05:29下载
- 积分:1
-
在网络上,下载的程序,个人感觉很好用,可以试验一下,挺好得
在网络上,下载的程序,个人感觉很好用,可以试验一下,挺好得-On the network, download the program, individuals feel good to use, you can test, very good too
- 2022-01-26 08:26:25下载
- 积分:1
-
如果要编写模块化的软件,就会对动态链接库(DLL)非常感兴趣。...
如果要编写模块化的软件,就会对动态链接库(DLL)非常感兴趣。-If you want to the preparation of modular software, will be on the dynamic-link library (DLL) with great interest.
- 2022-11-25 10:00:02下载
- 积分:1
-
这个例子教你怎么过滤windows录入的键盘事件。这个例子把Ctrl键改成Cap键。...
这个例子教你怎么过滤windows录入的键盘事件。这个例子把Ctrl键改成Cap键。-this example will teach you how windows filter input keyboard events. The example put into Cap Ctrl keys.
- 2022-03-01 05:48:44下载
- 积分:1
-
c语言开发实战
一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。
在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
- 2023-06-05 05:20:04下载
- 积分:1