-
改变视图单调的背景
改变视图单调的背景-monotonous background
- 2022-02-06 09:11:41下载
- 积分:1
-
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统...
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统文件的目的。是我的毕业设计,只是NTFS下的删除没能实现,并且程序在Win2000上有BUG.-operation NTFS and FAT file system procedures. It is totally through the Windows API function, through analysis of the underlying binary code of reducing file system, and find the target file. To achieve replication system and delete system files purposes. Yes, I graduated from the design, only the NTFS delete failed to materialize, and procedures are in Win2000 Bug.
- 2022-07-04 03:44:58下载
- 积分:1
-
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写...
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
- 2022-02-03 15:12:43下载
- 积分:1
-
创建一系列隐藏目录
创建一系列隐藏目录- Founds a series of hideaways table of contents
- 2022-09-08 23:30:02下载
- 积分:1
-
windows下的矢量汉字显示程序,采用VC6.0打开,不能用来找我。...
windows下的矢量汉字显示程序,采用VC6.0打开,不能用来找我。-windows vector under the Chinese character display that utilizes VC6.0 open, and we can not come to see me.
- 2023-04-22 18:20:03下载
- 积分:1
-
This is on the use of 51 single
这是关于用51单片机进行软件定时中断的程序,主芯片是51-This is on the use of 51 single-chip microcomputer software program interrupted from time to time, the main chip is 51
- 2023-01-03 06:45:03下载
- 积分:1
-
开发商使用多
使用Delphi进行程序开发的一个多线程例子-Delphi developers to use a multi-threaded example
- 2022-03-22 07:06:29下载
- 积分:1
-
这是我编写的一个删除最近访问文件的例子,自己一直用,主要是针对Windows系统的特殊文件夹的获得的方法及使用...
这是我编写的一个删除最近访问文件的例子,自己一直用,主要是针对Windows系统的特殊文件夹的获得的方法及使用-This is what I prepared a file delete a recent visit to the example of their own has been used mainly for special Windows system folder and use the method to obtain
- 2022-02-03 01:11:48下载
- 积分:1
-
WinAPI functions, commonly used in the basic function, it is worth downloading
winAPI函数库,常用的基本函数,值得下载-WinAPI functions, commonly used in the basic function, it is worth downloading
- 2022-02-24 11:51:33下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1