搜索资源列表
mm1systemmodel
- One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed exponetially. * * The simulator is time-slice-driven, i.e. the system model is being * run at discrete time points, with constant increments
RR
- 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
OS
- 用java写的时间片轮转法,分为几个文件,用的是txt保存代码。-Using java to write the time slice rotation law, is divided into several files, using a txt to preserve the code.
TimeSlice
- 一个java写的模拟操作系统进程调度的程序,实现的是时间片轮转调度。-Write a java simulation of the operating system process scheduling procedures, the time slice to achieve rotation scheduling.
TestThreadOne
- thread进程调用,根据优先级 时间片调用运行进程-thread process to call, according to the priority call to run the process time slice
jmagick-win-6.3.9-Q16
- JMagick来实现图片的复制、信息获取、斜角、特效、组合、改变大小、加边框、旋转、切片、改变格式、去色等功能。-JMagick to achieve image reproduction, access to information, angle, special effects, combined, change size, add borders, rotate, slice, change the format to color and other functions.
2
- 多线程编程可以使程序具有多条并发执行线索,就像日常工作中由多人同时合作完成一个任务。 2、线程: (1)线程是指程序的一个指令执行序列,WIN32 平台支持多线程程序,允许程序中存在多个线程。 (2) 在单 CPU 系统中,系统把 CPU 的时间片按照调度算法分配给各个线程,因此各线程实际上是分时执行的,在多 CPU 的 Windows NT 系统中, 同一个程序的不同线程可以被分配到不同的 CPU 上去执行。 -Multithreaded programming can mak
Process
- 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
code
- 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
Round-Robin
- 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
stl
- 该文件为快速成形技术STL文件,其中包括了STL文件的读取,显示以及切片轮廓的计算。该程序用java语言编写。-The file is rapid prototyping technology STL files, including the STL files reads, display and slice the profile of the Java language program calculation with writing
MemoryDistributionaRecycling
- 此为操作系统的一个作业,用于模拟时间片轮转调度,输出到控制台。希望能给初学者提供一些帮助。-This is a job of the operating system, used to simulate the time-slice round-robin scheduling, output to the console. I hope give beginners some help.
round-robin
- 时间片轮转法cpu调度,java学习中的运用-Round robin cpu scheduling time slice, the use of java learning
ExpressionParser
- This slice of program used for detect annotation
ByteArray
- Wrapper for a byte[], which provides read-only access and can "reveal" a partial slice of the underlying array.
array-functions-prototype-misc
- Test splice, shift, unshift, slice and join on small and large arrays.
array-slice
- Check various forms of arguments omission.
sLICEwRAPPEDbYTEbUFFERtEST.RAR
- Slice Wrapped Byte Buffer Test extends Wrapped Byte Buffer Test.
1
- 钩子函数,是指模拟原始函数的功能与接口,在原始函数执行前、执行后 增加一些特殊功能或检测代码的技术。在更接近系统层次上的技术中,它被称 为HOOK,而在更面向应用的高级开发,一般使用子类继承或切面技术来实现 相同的功能。 本技巧通过动态特性中的“重写”,来实现钩子以及脱钩(unhook )技术。-Hook function, the original function is the analog functions and interfaces, the original fun
TestThread
- 测试线程的代码,可以展现出CPU抢先的时间片内执行的程序-Testing threaded code, you can show the first program in the CPU time slice execution
