-
amount of capital conversion, Digital Converters People can write the amount of...
大写金额转换程序,能把数字转换成大写的人民币金额-amount of capital conversion, Digital Converters People can write the amount of yuan
- 2023-02-08 19:35:04下载
- 积分:1
-
在windows下通过注册表设置文件的关联执行程序
在windows下通过注册表设置文件的关联执行程序-through the windows registry settings documents related procedures
- 2022-02-02 20:30:29下载
- 积分:1
-
小乐前次上你处捞了不少好处(DOWN了你不少经验),真是
不好意思,所以这次硬弄了个东东出来加报。WINDOWS关机时
的FORM应是不能移动的。且黑屏...
小乐前次上你处捞了不少好处(DOWN了你不少经验),真是
不好意思,所以这次硬弄了个东东出来加报。WINDOWS关机时
的FORM应是不能移动的。且黑屏是整屏都暗了。你的关机程
序只暗了640*480一块FORM拖动后露出了东西。未关机返回后
好些地方变不回来了。
小乐的程序里也模拟过关机。这个小程序是从小乐的大程序中
卡下来的,用不到的变量和常量,函数小乐都删了,但好多API
定义看得小乐眼都花了,不高兴删了,反正定义API只用几十个
字节内存放入口而已。
小乐的程序里一个函数是抓屏,然后用一个整屏的FORM,然后
画了好些线组成网格,上面一条控制条是小乐自己弄的,包括
一个X也是小乐画的,小乐技术不高,想不出别的方法,且程序
定有可改进的地方。还望有改进后妹小乐一个。
- 2022-08-14 09:30:54下载
- 积分:1
-
各种计算机数据类型的转换,深入透析基本数据类型在计算机中的存储方式...
各种计算机数据类型的转换,深入透析基本数据类型在计算机中的存储方式-A variety of computer data type conversion, in-depth basic dialysis data type in the computer storage
- 2022-02-15 12:45:06下载
- 积分:1
-
使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之...
使用Windows2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作-Windows2000/XP use of the API functions, including the preparation of a two-threaded process, a thread used to simulate memory allocation, a thread used to track a thread of memory, but also between two threads through the synchronized signal volume. Simulation of the threads of memory from a paper read out to the memory operation
- 2022-05-07 18:12:59下载
- 积分:1
-
工作时间有好事情的留言,
工作时间有好事情的留言, -working hours are a good thing of messages, time is a good thing messages
- 2022-04-09 17:23:49下载
- 积分:1
-
1个获取windows系统相关信息的实例
1个获取windows系统相关信息的实例-access to a Windows system information related to the case
- 2023-05-04 06:55:03下载
- 积分:1
-
一个查看系统详细信息的例子
一个查看系统详细信息的例子--An example of viewing the system detail information
- 2022-11-19 09:40:03下载
- 积分:1
-
这是一个对注册表进行操作的模块,你可以把它添加到自已的程序中哦~...
这是一个对注册表进行操作的模块,你可以把它添加到自已的程序中哦~-this a registry for operation of the module, you can add it to their own procedures oh ~
- 2023-08-10 15:05:02下载
- 积分:1
-
有时候,我们遇到的情况时,我们需要一些内核函数钩子…
Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to present a removable USB storage device as a basic disk to the system, so that we can create and manage multiple partitions on it (for this or that reason, Windows does not either allow or recognize multiple partitions on removable storage devices, so we are going to cheat the system). On this particular occasion, we will hook only one function, but the approach described in this article can be extended to handle multiple functions (for example, one of my projects required direct hooking of quite a few functions from the NDIS library). You should clearly realize that this article is about direct hooking and not about dealing with USB storage, so please don t tell me that the sample problem may have been solved differently.
- 2022-08-15 21:57:18下载
- 积分:1