-
日期,菜单,字符串的一些C函数
日期,菜单,字符串的一些C函数-some c programs of date,menu,string.
- 2022-02-13 16:11:28下载
- 积分:1
-
程序设计MFC——狼吃羊
该资源为程序设计专题课程中,运用MFC编写的小游戏,狼羊棋。通过简单的MFC设计,初步理解面向对象的程序设计思想。可以作为入门的图形界面设计与后台程序相结合的入门程序。代码可读性强,逻辑清晰。存在一部分逻辑小问题,读者也可以自行解决。
- 2022-03-03 20:29:09下载
- 积分:1
-
教材管理系统
本系统分两个模块(普通用户和管理员)管理员可以查看,添加,删除,修改教材,用户,和班级信息普通用户只可以查看,其他功能则权限不足。
- 2023-03-17 17:05:08下载
- 积分:1
-
the procedures for the shortest path to the C source, the algorithm is simple, h...
本程序为最短路径的C源程序,算法简单,执行效率高-the procedures for the shortest path to the C source, the algorithm is simple, high efficiency
- 2022-03-13 20:40:22下载
- 积分:1
-
用c语言来实现一个简单的中奖彩球问题,该问题很具有现实意义哦!...
用c语言来实现一个简单的中奖彩球问题,该问题很具有现实意义哦!-Use c language to achieve a simple winning ball problem, the problem has practical significance Oh!
- 2022-09-17 01:25:03下载
- 积分:1
-
非常好用,无需编译,一看就会,初学者无需在别人的教导下就可以自己完成加密过程...
非常好用,无需编译,一看就会,初学者无需在别人的教导下就可以自己完成加密过程-very good, very easy program, teach you how to encrypt
- 2022-02-02 06:19:51下载
- 积分:1
-
珠宝行业在Pocket pc上用于报价的销售软件.
珠宝行业在Pocket pc上用于报价的销售软件.-jewelry industry on the Pocket PC for the Price of selling software.
- 2022-08-23 03:27:53下载
- 积分:1
-
透明窗体的又一实现
透明窗体的又一实现-transparent forms another achievement
- 2022-04-18 13:00:39下载
- 积分:1
-
正则表达式测试
它是一个窗口应用程序,用于测试模式匹配的正则表达式。这个应用程序非常灵活。
- 2022-02-28 20:46:59下载
- 积分:1
-
由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1...
由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1-10秒)和进程优先级
(1-10,10最高1最低)由程序随机产生,进程有2种状态就绪状态(Ready)和完成状态(Complete)首先根据优先级对进程进行排序,再根据优先级分配时间片运行每次分给进程的时间片为1秒,运行完后需运行时间减1优先级减1转下一个进程。如果进程已经完成就插入到完成队列,如果没有完成就重新插入到就绪队列中的正确位置
程序有两种运行方式:
1、可以直接给出最后的运行结果,进程最后的优先级、
运行完每一个进程的时间及完成进程的总时间,进程最后的状态。
2、可以选择自动运行,过程中显示每一次调度信息包括本次调度进程完成队列信息就绪队列信息等*/
-Process user input from a number of systems (up to 50 processes) to simulate priority scheduling algorithm is the assumption that the process of arrival at the same time CPU, the process of run-time (1-10 seconds) and the process priority class
(1-10,10 highest minimum 1) randomly generated by the process, the process has two kinds of status status ready (Ready) and achieve status (Complete) First of all, the process in accordance with the priority ranking, and distribution in accordance with the priority of each time slice to run to the process time slice for the second one, to be run after run-time priority class minus one minus one to t
- 2023-01-17 10:50:04下载
- 积分:1