-
通过本程序可以自定义任何文件类型的图标,代码全在里面,大家自己看吧...
通过本程序可以自定义任何文件类型的图标,代码全在里面,大家自己看吧-Through this program can customize any file type icon, the entire code inside, everyone and see their own
- 2022-03-25 04:09:40下载
- 积分:1
-
用VB做一个流星雨屏保程序,大家可以学习学习!
用VB做了个流星雨屏保程序,大家可以学习 !-Using VB made a meteor shower screensaver program, we can learn to learn!
- 2022-05-26 17:15:01下载
- 积分:1
-
tiny编译器,编译<编译原理实践>书中定义的tiny程序,采用一次扫描算法,采用gnu版权发布...
tiny编译器,编译书中定义的tiny程序,采用一次扫描算法,采用gnu版权发布-tiny compiler, compiler lt; Compiler Principle practice gt; The tiny book definition of procedures, using a scanning algorithm, using copyright release gnu
- 2022-03-09 16:55:58下载
- 积分:1
-
C内存管理池
内存池代码,提高申请以及释放内存的效率,减少在频繁分配和释放内存时,出现内存碎片的情况,同时缓存了部分内存,因此能快速的释放,以及提供了内存调试的机制,可以快速而方便的调试内存溢出等难以查找和解决的问题。
- 2022-07-01 02:45:25下载
- 积分:1
-
Win2KNT下屏蔽CtrlAltDel的响应
Win2KNT下屏蔽CtrlAltDel的响应-Win2KNT under shielding CtrlAltDel response
- 2022-04-24 00:05:55下载
- 积分: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
-
可以检测系统版本,以及系统信息,补丁信息
可以检测系统版本,以及系统信息,补丁信息-can detect system version, as well as information systems, patch information
- 2022-05-17 14:03:25下载
- 积分:1
-
一个加壳工具和原代码(VB).rar,很简单
一个加壳工具和原代码(VB).rar,很简单-A加壳tools and source code (VB). Rar, very simple
- 2023-05-11 04:30:02下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
列举系统当前活动的进程
列举系统当前活动的进程-cited the current system of process
- 2022-03-09 11:18:11下载
- 积分:1