-
Visual C++技术内幕(第四版)书籍的源代码.rar,这是很好的一本书哦。...
Visual C++技术内幕(第四版)书籍的源代码.rar,这是很好的一本书哦。-Visual C++ Technology Insider (Fourth Edition) book" s source code. Rar, this is a good book oh.
- 2022-07-13 06:42:00下载
- 积分:1
-
最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE...
最近整理文档,发现以前写的《如何在NT下获取进程的路径》一文中还有个问题没有解决:原文中的程序无法获取系统进程的路径,如:csrss.exe。记得VCKBASE上有位网友说过一个方法:“给枚举的进程增加SE_DEBUG_NAME权限即可”,于是在网上找了些资料,解决了原文中的问题。这里要特别感谢那位名叫rovershen的网友!
GIF图象是基于颜色列表的(存储的数据是该点的颜色对应于颜色列表的索引值),最多只支持8位(256色)。GIF文件内部分成许多存储块, 用来存储多幅图象或者是决定图象表现行为的控制块, 用以实现动画和交互式应用。GIF文件还通过LZW压缩算法压缩图象数据来减少图象尺寸。
-recent collate documents, found previously wrote "how the acquisition process NT path," he also has a problem that has not been resolved : text of the procedures do not have access to the trails system processes, such as : csrss.exe. Remember that there are spaces VCKBASE said a netizen : "Enumerate to the process can increase SE_DEBUG_NAME competence", so the Internet to find the information, solve the original problem. Special thanks here to rovershen who named the netizens! GIF image is based on the color of the table (data storage is the point corresponding to the color of the color value of the index list), only support a maximum of eight (256 colors). GI
- 2022-07-13 07:42:02下载
- 积分:1
-
Effectively deal with images, and to achieve a variety of different effects can...
有效地对图像进行处理,并能实现各种不同的效果,可以在其基础上增加功能.-Effectively deal with images, and to achieve a variety of different effects can be based on the increase in its functionality.
- 2022-12-17 02:55:03下载
- 积分:1
-
此程序是RFID中使用的一种CRC16校验原理,采用了移位法,查表法做好后再上传。此外,下载解压后要把文件后缀名改为.c !...
此程序是RFID中使用的一种CRC16校验原理,采用了移位法,查表法做好后再上传。此外,下载解压后要把文件后缀名改为.c !-This procedure is the use of RFID as a CRC16 checksum principle, the use of the displacement method, look-up table method to do a good job and then upload. In addition, the downloaded file to extract the suffix after the name change. C!
- 2022-02-05 01:00:18下载
- 积分:1
-
有c语言编写的最基本的rsat源代码,可以供学习可满足性分析编写者使用,能够学到很多SAT方面的知识...
有c语言编写的最基本的rsat源代码,可以供学习可满足性分析编写者使用,能够学到很多SAT方面的知识-C has the most basic language rsat source code available for study and analysis to meet the writers use, to learn a lot of knowledge SAT
- 2023-03-12 09:20:03下载
- 积分:1
-
蜂鸣器演奏消防车的报警声音
蜂鸣器演奏消防车的报警声音C代码源程序
- 2022-03-01 08:52:42下载
- 积分:1
-
pure windows programming, the API code completely, through its windows can learn...
纯windows编程,完全的API代码,通过它可以学习windows程序设计的基本方法,逐步提高。-pure windows programming, the API code completely, through its windows can learn the basic design process, and gradually improve.
- 2022-07-01 21:26:23下载
- 积分:1
-
Add button graphic example
添加图形按钮的例子-Add button graphic example
- 2022-02-21 10:42:08下载
- 积分:1
-
利用SetWindowsHookEx方法,建立SHELL钩子,对所有打开关闭的进程进行记录。...
利用SetWindowsHookEx方法,建立SHELL钩子,对所有打开关闭的进程进行记录。-Using SetWindowsHookEx for ways to build SHELL hook, closed to all open records process.
- 2023-02-05 01:15:03下载
- 积分:1
-
约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从...
约瑟夫环(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从它在顺时针方向的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序-Joseph Central (Joseph) a description of the problem is: numbered 1,2, ..., n of n individuals according to a clockwise direction around a circle, each holding a password (positive integer). The beginning of a positive integer as a candidate at a number of upper limit of m, from the first individual to embark on the clockwise direction since the beginning of the order of 1 is reported the number of stops required to report back at a few m. Those who reported m out of his password as the new value of m, in a clockwise direction from the next person to start off again from the 1, and so on, until all that out until all. Try to design a procedure to derive the column order
- 2022-02-10 01:58:28下载
- 积分:1