-
手机测试小东西,希望大家批评指正,我是学VC和C++的,还有JAVA...
手机测试小东西,希望大家批评指正,我是学VC和C++的,还有JAVA-handset testing small things that we corrected criticism, I study the VC and C, JAVA
- 2022-02-03 08:42:07下载
- 积分:1
-
给公司做的个电话客服管理系统。仅作参考.
给公司做的个电话客服管理系统。仅作参考.-done to the company"s telephone call management systems. Just for reference.
- 2022-12-06 07:05:03下载
- 积分:1
-
with plans to do background when a single text, a good interface, it is worth le...
用计划书做背景的时候,一个很好的文字界面,很值得学习
- 2023-01-10 08:35:04下载
- 积分:1
-
详细解析了C++的原理,并且深入机理结合应用,很值得看一看...
详细解析了C++的原理,并且深入机理结合应用,很值得看一看-good,sorry,my english is poor!
- 2023-02-07 23:25:03下载
- 积分: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
-
thank you
舞会上男女各排成一队进入舞厅,跳舞时依次从男士队伍和女士队伍的队头各出一个人相互结成舞伴。如果两队的人数不等,则队伍较长中未配对的人员将等待下一轮的舞曲。
要求用程序完成该配对过程的模拟,从键盘输入所有人员的名单,输入格式为“姓名 性别”,并且男女无序,输出所有配对的男女舞伴,如果某队伍中还有人员未配对完,则另外输出所有尚未配对人员名单。
选作内容:
1. 实现下一轮次的继续配对,此时,所有尚未配对的人员应优先予以配对;
2. 将姓名与性别数据存放在文本文件中,直接从文本中读入数据。
实现说明:
1. 总是排在队头的男女相互结成舞伴,具有队列的先进先出特征,因此采用队列来完成;
2. 采用两个队列分别存放男士和女士的姓名,所有输入的人员按照性别依次分解到各自的队列中,然后顺次取出各自的队头元素来配对并输出;
3. 队列类的数据类型可以是字符数组,也可以先实现模板类,再用字符数组来实例化实现。-thank you
- 2022-03-01 16:14:45下载
- 积分:1
-
学生成绩管理系统,输入输出,分数统计计算等基本功能.
学生成绩管理系统,输入输出,分数统计计算等基本功能.-student performance management systems, input and output, scores of statistical computing basic functions.
- 2022-02-20 01:00:08下载
- 积分:1
-
学习PKI加密小程序
一个自己申请证书,利用rsa等加密算法进行加密演示的小程序。便于学习PKI体系。
- 2022-02-01 11:34:27下载
- 积分:1
-
This resource shows you how to define and get more out of software requirements...
This resource shows you how to define and get more out of software requirements with dozens of "best practices" and tips on getting better design input from your customers and then using these requirements to generate a variety of design documents.
- 2022-01-26 04:25:54下载
- 积分:1
-
cypress的Cyusb.sys驱动接口的二次封装,以及其驱动接口资料和接口测试程序...
cypress的Cyusb.sys驱动接口的二次封装,以及其驱动接口资料和接口测试程序-cypress
- 2022-08-25 20:51:35下载
- 积分:1