-
该程序是仿照的一个小程序,对VC++的了解,也是从基本入手
该程序是仿照的一个小程序,对VC++的了解,也是从基本入手-The program is modeled on a small procedures, VC++ Understanding, but also from the basic starting
- 2023-03-20 21:30:03下载
- 积分:1
-
其特点包括:系统管理、文件管理、文件信息、文件…
它的功能包括:系统管理、文件管理、文件信息、文件统计、文件输出、花名册等程序,为了显得更加专业,笔者还增加了一个关于系统功能的表格,介绍了系统的相关信息,如系统版本、开发日期等。
- 2022-05-19 14:18:48下载
- 积分:1
-
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数...
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。
静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。
-prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Scheduling Algorithm of five scheduling process. "Priority number of the highest priority" scheduling algorithm The basic idea is to place the CPU allocated to the parade were the highest priority in the process. Static priority is the creation of a number of processes identified, and the entire process will not change during operation.
- 2022-03-19 06:54:52下载
- 积分:1
-
Windows操作系统支持的PE格式文件格式分析器
Windows操作系统支持的PE格式文件格式分析器-Windows operating system support PE form document format
analyzer
- 2022-03-09 15:32:46下载
- 积分:1
-
DMA
9054的DMA驱动实现
9054的DMA驱动实现-DMA-driven 9054
- 2023-06-18 22:00:04下载
- 积分:1
-
驱动序列,使用
硬盘序列号,采用VC编程-drive sequence, using VC
- 2022-11-07 02:05:03下载
- 积分:1
-
WinXP system and it comes with exactly the same functionality and interface are...
简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的
此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。
程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。 -WinXP system and it comes with exactly the same functionality and interface are the same, but different development language, the system is written in C, it is written in DELPHI
The main implementation of this process the application check list system, check system for all process-related information (Image Name, PID, CPU time, memory usage), real-time access to use the rate of the CPU and to describe the wave line, real-time memory access the use of records, and to describe the wave line. Implementation at the same time, the end of mission, new mission, and to switch to other functions. "Options menu" only to realize the "always best before", "View menu" only achieve th
- 2022-03-16 14:31:44下载
- 积分:1
-
转发一个力创的串口调试软件,挺好用的,功能挺全,自己一直用它来调试。...
转发一个力创的串口调试软件,挺好用的,功能挺全,自己一直用它来调试。-Create a forwarding serial debugging software, very good use, and feature very wide, I have been using it to debug.
- 2022-03-13 15:42:54下载
- 积分:1
-
Java实现deadlock detection algorithm
Java实现deadlock detection algorithm-Java deadlock detection algorithm
- 2022-07-07 18:54:12下载
- 积分:1
-
greedysnake
运用MFC实现贪吃蛇小游戏
运用键盘的上、下、左、右实现对蛇的控制
蛇碰到墙或咬到自己时游戏失败
蛇每吃到一个食物身长伸长一节
蛇吃到一定数量的食物等级增加一级相应的速度增加一倍
实现蛇吃食物的自动演示
当通关或游戏失败时,查看游戏分数,若是最高分则保存游戏分数和玩家姓名
-greedysnake
- 2022-12-02 10:50:06下载
- 积分:1