-
win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全...
win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 was abandoned on the overall situation of the concept of memory, each process has its own memory space, and not affect other processes. This one has all the code to access only to limited resources, but obviously some applications must be across the board, such as your hook, ms must provide a the compromise security measures. Fortunately, the windows dll is able to solve this problem.
- 2022-05-15 14:25:17下载
- 积分:1
-
Form Effects realize method is loaded, it is practical, small applications that...
窗体加载特效实现方法,很实用,小的应用程序使用本办法锦上添花-Form Effects realize method is loaded, it is practical, small applications that use this approach to icing on the cake
- 2022-01-30 20:09:55下载
- 积分:1
-
TextEdit,文本编辑程序。使用SWT编辑。只有一个java文件,需编译成class文件...
TextEdit,文本编辑程序。使用SWT编辑。只有一个java文件,需编译成class文件-TextEdit, a text editor. Editorial use SWT. Java is only a document required documents compiled class
- 2022-04-16 05:34:03下载
- 积分:1
-
linuxdfgdsfdsf software on the father of hammers. Torvalds book
本讲述linuxdfgdsfdsf软件之父 李纳斯.托沃兹 的书-linuxdfgdsfdsf software on the father of hammers. Torvalds book
- 2022-04-19 16:26:21下载
- 积分:1
-
第六个标注特殊字符的编辑框
第六个标注特殊字符的编辑框-the sixth edit which can label special chars
- 2022-05-20 15:16:26下载
- 积分:1
-
Effective C++,介绍关于C++编程的规范问题以及应该注意的一些问题,跟高质量的C++编程差不多!是CHM格式的!...
Effective C++,介绍关于C++编程的规范问题以及应该注意的一些问题,跟高质量的C++编程差不多!是CHM格式的!-Effective C, C programming introduced on the issue of standardizing and should pay attention to some problems with high-quality C programming almost! Yes CHM format!
- 2022-02-14 19:07:47下载
- 积分:1
-
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:...
1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。
2、 运行环境:C++
3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
-1, function : the program summation Operational polynomial, in the face of phase with the introduction of index coefficient of additive or subtraction, the index of output as it stood. The final output coefficients and the respective indices. Two, the environment : C 3, the algorithm Description : First, the importation of a polynomial analysis of all the factors into a single linked list (which, the index Add another single linked list llist2 China. Then in the index compared Linklist have the same index, if the same index, then the corresponding coefficient for peace, and the summation of the results of merging llist2; If the index is not equal, direct incorporation of llist2 China. The final index to a lower output in the form of pow
- 2023-08-10 17:40:03下载
- 积分:1
-
To provide an environment in vb transparent form of the realization of methods,...
提供在vb环境下透明窗体的实现方法,很有用哦,使您在vb环境下也能作出漂亮的截面-To provide an environment in vb transparent form of the realization of methods, very useful Oh, so you vb environment can also make a beautiful cross-section
- 2023-02-09 12:40:04下载
- 积分:1
-
防止键盘泄密,对用户的个人帐号密码等能起到很好的保护作用...
防止键盘泄密,对用户的个人帐号密码等能起到很好的保护作用-Keyboard to prevent the leakage of user
- 2022-05-26 17:11:36下载
- 积分:1
-
Canvas输出HTML格式化内容,可以依照HTML语法,输出颜色,大小不同的字体。DELPHI代码。...
Canvas输出HTML格式化内容,可以依照HTML语法,输出颜色,大小不同的字体。DELPHI代码。-Canvas output HTML formatted content, in accordance with the HTML syntax, output color, size, different fonts. DELPHI code.
- 2022-02-20 23:11:46下载
- 积分:1