-
Windows PE用于分析文件,我们可以看到,它取决于什么…
一个用于分析windows PE文件的程序,可以知道其依赖于其他什么文件。里面使用了boost库的功能,可以简化链接符号的处理。-A windows PE used to analyze the documents, we can see that its dependent on what other documents. Inside the library using the boost function, the link can be simplified treatment symbols.
- 2022-05-27 14:28:48下载
- 积分:1
-
Windows ce的一本非常好的教程,详细介绍了开发过程
Windows ce的一本非常好的教程,详细介绍了开发过程-Windows ce of a very good tutorial, detailing the development process
- 2022-10-13 08:10:03下载
- 积分:1
-
C/C++ Utility Daquan programmers a very good book is worth the watch, please lo...
《C/C++程序员实用大全》一本很好的书很值得看的,请大家看看,还有配套的源代码- C/C++ Utility Daquan programmers a very good book is worth the watch, please look at the U.S., there are matching the source code
- 2022-05-15 10:09:42下载
- 积分:1
-
在一个文件中翻转字节,并把它们写在
Flip bytes in a file and write them backwards-Flip bytes in a file and write them backwards...
- 2022-03-06 23:40:47下载
- 积分:1
-
获得焦点的窗口和窗口的句柄
应用背景通过使用这个应用程序,您可以轻松地获得标题和当前焦点的窗口句柄的句柄。在这个项目中我们必须使函数调用user32.dll是Windows的API的一部分。两种功能,我们将使用:getforegroundwindow() -得到处理和了解处理我们可以称getwindowtext()获得窗口的标题。关键技术在我们进入代码之前,让我们先添加2个标签,2个文本框和一个计时器。相应地将所有这些名称命名,设置定时器的时间间隔,当然,允许它。现在的代码。首先,我们定义我们的使用报表:使用系统;使用系统;使用system.windows.forms;使用system.runtime.interopservices;我们需要一个命名空间,所以我们可以使用dllimport。然后我们宣布我们的Windows API函数使用dllimport: ; ; ; ; ; ; ;[ dllimport(“user32。dll”)]静态extern int getforegroundwindow();【dllimport(“user32。dll”)]静态extern int GetWindowText(int HWND,StringBuilder文本,int数);最后,我们插入下面的代码,在计时器的滴答声(双按您的定时器在设计视图)事件: ; ; ; ; ; ; ; ; ; ; ; ;const int CHR = 256; ; ; ; ; ; ; ; ; ; ; ;int处理= 0; ; ; ; ; ; ; ; ; ; ; ;StringBuilder缓冲=新的StringBuilder(CHR); ; ; ; ; ; ; ; ; ; ; ;getforegroundwindow()处理=;&n
- 2023-04-09 00:00:03下载
- 积分:1
-
仓库管理一个小项目
在学校大二做的一个winfrom小项目,里面有很多小bug,希望谅解啊QAQ,只是很小的项目,但是用了一个月才做完的。也是蛮不容易的,希望 能得到多一点积分,用的是C#语言,数据库是sqlserver.不是很精通,代码不成熟,勿喷啊~
- 2022-03-22 22:48:23下载
- 积分:1
-
文回顾与评述了三维GIS的相关发展情况,探讨了三维GIS的有关基本问题,如数据获取、大数据量存贮与处理、三维空间分析,同时指出科学计算可视化、数据库系统管理、数...
文回顾与评述了三维GIS的相关发展情况,探讨了三维GIS的有关基本问题,如数据获取、大数据量存贮与处理、三维空间分析,同时指出科学计算可视化、数据库系统管理、数字影象处理等技术的成熟和二维GIS长期发展提供的理论实践经验等为三维GIS的发展提供了良好的基础。最后为三维GIS实际系统的开发提出了几个值得注意的要点。-In this paper,the review and comment on the development of 3 dimension GIS are first made.Then the basic aspects about 3D GIS,such as data acquisition,storing and processing of mass data,analysis of 3D space,are discussed.Meanwhile, it points out that the techniques such as scientific computation visualization,database system management and digital image processing,and theories and experiences provided by development of 2D GIS offer a better platform form the development of 3D GIS.Finaally,some key points in developing practical system of 3D GIS is proposed.
- 2022-03-25 16:58:03下载
- 积分:1
-
数据库查询示例程序
数据库查询示例程序-example database query procedures
- 2022-02-04 15:28:38下载
- 积分:1
-
9x9 realize the software automatically fill the data grid, so that is horizontal...
该软件实现9X9方格的数据自动填写,让横排是123456789,肃立也是123456789,挺有意识的。-9x9 realize the software automatically fill the data grid, so that is horizontal 123456789, 123456789 stood also, quite conscious.
- 2023-04-15 21:00:03下载
- 积分:1
-
API串口调试助手,VS2010开发,MFC框架,基于对话框
API串口调试助手,采用API方式调用计算机串口,包括线程的使用,十六进制的数据发送与接收,开发工具为vs2010
- 2022-11-14 15:45:09下载
- 积分:1