-
VFP开发的学生档案管理系统,带整套的论文,可以做毕业设计使用,不用自己设计了。...
VFP开发的学生档案管理系统,带整套的论文,可以做毕业设计使用,不用自己设计了。-VFP development of the student records management system, with a full set of papers that can be done graduate design, not the design itself.
- 2022-05-28 18:37:18下载
- 积分:1
-
SCME的编程文档,可以很详细地了解实现细节,对于研究信道模型的很有用的~
SCME的编程文档,可以很详细地了解实现细节,对于研究信道模型的很有用的~-SCME programming document, you can realize a very detailed understanding of the details of channel model for the study of very useful ~
- 2023-06-03 16:20:03下载
- 积分:1
-
这个例子演示了如何将一棵树上添加按钮细胞克里斯得…
This example demonstrates how to embed a tree and add button cells to Chris Maunder s MFC Grid control (derived from CWnd-This example demonstrates how to embed a tree and add button cells to Chris Maunder" s MFC Grid control (derived from CWnd
- 2022-01-24 10:09:52下载
- 积分:1
-
恢复SSDT完整源程序,驱动级源码
恢复SSDT完整源程序,驱动级源码,保护您电脑安全。通过修改SSDT实现的内核原生API挂钩在Windows中,用户态应用程序会调用一些API来请求系统服务,这些api被很多dll导出.比如说,向一个打开的文件或者管道或者设备中写入数据,通常会调用WriteFile这条API来实现,WriteFile是被kernel32.dll导出的.在kernel32.dll中,被执行的WriteFile API会调用ZwWriteFile这条被ntdll.dll导出的原生API.这项工作实际是由ZwWriteFile在内核态完成.因此,ZwWriteFile在ntdll.dll中的执行过程仅仅是将一些极少量的代码传送到内核空间调用
- 2022-01-24 15:15:18下载
- 积分:1
-
Introduce a good book.The bible of WindowsProgram Design!Can give you some help...
好书推荐一本。Windows编程宝典!一定有帮助的。-Introduce a good book.The bible of WindowsProgram Design!Can give you some help.
- 2022-03-06 10:11:13下载
- 积分:1
-
processes and threads of an application
进程与线程的一个应用-processes and threads of an application
- 2022-02-22 11:14:03下载
- 积分:1
-
我é索德克莱默
应用背景应用倒resoudre系统。linaire PAR方法克莱默关键技术克莱默系统lineaire分析民érique ;应用
- 2022-10-15 06:05:03下载
- 积分:1
-
Multiscale second generation wavelet transform of the bandelet. Need all the pro...
多尺度第二代小波中的bandelet的变换。需要全部程序上网站。 http://lcd.siva.free.fr/where_is_the_starlet.html 里面有关于小波变换、Bandelet、Curvelet、等等,所有关于“let"的都有了。而且给出了所有有关信息的链接,可节省相当的检索资料的时间。 -Multiscale second generation wavelet transform of the bandelet. Need all the procedures on the web site. Http :// lcd.siva.free.fr/where_is_the_starlet. html inside on the wavelet transform, Bandelet, Curvelet, etc., all on the "let" can have everything. But given all relevant information links can save considerable time retrieval of information.
- 2022-03-21 16:10:05下载
- 积分:1
-
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记...
thunk是一组动态生成的ASM指令,它记录了窗口类对象的this指针,并且这组指令可以当作函数,既也可以是窗口过程来使用。thunk先把窗口对象this指针记录下来,然后转向到静态stdProc回调函数,转向之前先记录HWND,然后把堆栈里HWND的内容替换为this指针,这样在stdProc里就可以从HWND取回对象指针,定位到WindowProc了-thunk is a group of dynamically generated ASM command, it records the window class object this pointer, and this group of commands can be used as a function of both the process can also be a window to use. thunk first window object this pointer record, and then shifted to the static callback function stdProc, before turning record HWND, and then the contents of the stack where HWND replace this pointer, so in stdProc can retrieve the object from the HWND pointer, locate the WindowProc
- 2022-08-09 23:02:21下载
- 积分:1
-
冒泡排序
冒泡排序(有时称为下沉排序)是一种简单的排序算法,通过repeate进行排序
- 2022-06-27 16:50:21下载
- 积分:1