搜索资源列表
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
tianditu
- 基于arcgis for flex api做的动态读取天地图切片服务的扩展类-The dynamic slice service extension classes read the world map based arcgis for flex api
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
1
- PIC single slice of machine C language program design, resources size:144.40 KBs renews time:2010-06-15, ... Www.iiidown.com|source|75378432- web page snap shot- similar result
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
ByteArray-Scale-Bitmap
- 9-slice Bitmap scaling by ByteArray. Very useful for GUI-9-slice Bitmap scaling by ByteArray. Very useful for GUI!!
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
scale9_demo
- 我们都知道矢量图放大不失真,而位图放大会失真,这个和它们在电脑底层的计算方法有关。为了放大一个矩形或者圆角矩形,我们可以用矢量图来绘制这个矩形,这没有问题,但是假如这个矩形同时要移动或者变形,势必给CPU带来较大的压力,因为矢量图的每一次变化都要CPU重新计算,假如你的作品本身耗费CPU较高的话,那么这种方式就差强人意了,为了最优地放大位图,Flash中引入了9宫格的方法,也叫9切片,本节详细讲述一下9宫格。-We all know Vector amplification without di
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.