搜索资源列表
NetTransfer
- ACE框架编写了一个简单的C/S程序,完成多线程文件并发发送功能。客户端为窗口程序,可以同时选择多个文件进行上传,并可以得到服务器成功保存的反馈信息。服务器控制台程序,将收到的文件保存在指定的文件夹中。-ACE prepared a framework for a simple C / S process, multi-thread completed document with this function. Client for Windows program, you may also se
Process_Scheduler
- 这是一个操作系统进程管理的模拟程序。 采用FCFS,多级反馈队列等算法调度进程。 这是我们操作系统课程的一个项目。-This is a process management system simulation program. Using FCFS queue, multi-level feedback queue algorithm scheduling process. This is our operating systems course of a project.
反馈
- 用c语言模拟的多极反馈队列算法,-simulated multi-polar feedback queue algorithm ,----------------------------------------
process_management
- 基于三级反馈队列调度算法的UNIX进程管理程序模拟-Feedback queue scheduling algorithm based on three of the UNIX process management program to simulate
ProcessorScheduling
- 可利用先来先服务、短作业优先、响应比高者优先、多级反馈队列模型、时间片轮转法等,来实现处理机的调度。-Available first come first serve, short job priority, the response is high and is preferred, multi-level feedback queue model, time slice rotation law, to achieve the processor scheduling.
Process-Scheduling-Algorithm
- 模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
os
- 操作系统课程设计:进程调度(时间片轮转,优先级调度,多及反馈队列,阻塞,挂起,唤醒)-Course design: process scheduling (time slice rotation, priority scheduling, and more and feedback queue, block, suspend, resume)
Dispatch
- 模拟进程调度算法,包括先来先服务法,多级反馈法,时间片轮转法,静态优先级法和动态优先级法。-Simulation process scheduling algorithms, including a first-come first-served method, multi-level feedback method, round-robin method, static priority method and the dynamic priority method.
mulithread
- I. 在C盘下建立一个名为MuliThread.java的文件,MuliThread.java中内容见“附录二”。 II. 通过CMD命令进入命令行方式,编译MuliThread.java文件。 III. 运行编译成功的MuliThread.class文件。根据屏幕反馈,完成报告要求7 – -I. under the C drive, create a file named MuliThread.java the See MuliThread.java in Appendix II
Feedback-thread-tags
- 多线程中的标签反馈用法,可以实现两个线程同时进行,很稳定的用法。-Multithreading label usage feedback can achieve two threads simultaneously, very stable usage.
Initialize
- 对一个普通的电控平移台进行改造,在不改变平移台丝杠加工精度要求的条件下,利用光栅尺对平移台实际位移距离进行检测,反馈给上位机,实现位移距离的补偿,提高了平移台的位移精度,使平移台在运动过程中最大误差的绝对值由0.5mm降低至0.015mm以内,达到了系统要求的精度。-On an ordinary electric translation stage transformation, without changing the translation stage precision screw mac
多级反馈队列算法程序
- 多级反馈调度算法,根据进程队列优先级进行调度(Multilevel feedback scheduling algorithm, scheduling based on process queue priority)