CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - slice

搜索资源列表

  1. mm1systemmodel

    0下载:
  2. 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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.39kb
    • 提供者:feiteng
  1. RR

    0下载:
  2. 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1.93kb
    • 提供者:
  1. OS

    0下载:
  2. 用java写的时间片轮转法,分为几个文件,用的是txt保存代码。-Using java to write the time slice rotation law, is divided into several files, using a txt to preserve the code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:9.31kb
    • 提供者:余欢
  1. TimeSlice

    0下载:
  2. 一个java写的模拟操作系统进程调度的程序,实现的是时间片轮转调度。-Write a java simulation of the operating system process scheduling procedures, the time slice to achieve rotation scheduling.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:24.55kb
    • 提供者:xiajing
  1. TestThreadOne

    0下载:
  2. thread进程调用,根据优先级 时间片调用运行进程-thread process to call, according to the priority call to run the process time slice
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:625byte
    • 提供者:勒娇囡
  1. jmagick-win-6.3.9-Q16

    0下载:
  2. 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.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:84.27kb
    • 提供者:舒唯
  1. 2

    0下载:
  2. 多线程编程可以使程序具有多条并发执行线索,就像日常工作中由多人同时合作完成一个任务。 2、线程: (1)线程是指程序的一个指令执行序列,WIN32 平台支持多线程程序,允许程序中存在多个线程。 (2) 在单 CPU 系统中,系统把 CPU 的时间片按照调度算法分配给各个线程,因此各线程实际上是分时执行的,在多 CPU 的 Windows NT 系统中, 同一个程序的不同线程可以被分配到不同的 CPU 上去执行。 -Multithreaded programming can mak
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:tanjing
  1. Process

    0下载:
  2. 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:4.85kb
    • 提供者:heartBeat
  1. code

    0下载:
  2. 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:141.51kb
    • 提供者:李梦甜
  1. Round-Robin

    0下载:
  2. 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:7.84kb
    • 提供者:huangbingtao
  1. stl

    0下载:
  2. 该文件为快速成形技术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
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:12.7kb
    • 提供者:sunxingchen
  1. MemoryDistributionaRecycling

    0下载:
  2. 此为操作系统的一个作业,用于模拟时间片轮转调度,输出到控制台。希望能给初学者提供一些帮助。-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.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:6.23kb
    • 提供者:杨健
  1. round-robin

    0下载:
  2. 时间片轮转法cpu调度,java学习中的运用-Round robin cpu scheduling time slice, the use of java learning
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:34.41kb
    • 提供者:魏大超
  1. ExpressionParser

    0下载:
  2. This slice of program used for detect annotation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:16.53kb
    • 提供者:ren
  1. ByteArray

    0下载:
  2. Wrapper for a byte[], which provides read-only access and can "reveal" a partial slice of the underlying array.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.23kb
    • 提供者:luxavon
  1. array-functions-prototype-misc

    0下载:
  2. Test splice, shift, unshift, slice and join on small and large arrays.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.36kb
    • 提供者:qaoseren
  1. array-slice

    0下载:
  2. Check various forms of arguments omission.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:quecanmao
  1. sLICEwRAPPEDbYTEbUFFERtEST.RAR

    0下载:
  2. Slice Wrapped Byte Buffer Test extends Wrapped Byte Buffer Test.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:ziudaibai
  1. 1

    0下载:
  2. 钩子函数,是指模拟原始函数的功能与接口,在原始函数执行前、执行后 增加一些特殊功能或检测代码的技术。在更接近系统层次上的技术中,它被称 为HOOK,而在更面向应用的高级开发,一般使用子类继承或切面技术来实现 相同的功能。 本技巧通过动态特性中的“重写”,来实现钩子以及脱钩(unhook )技术。-Hook function, the original function is the analog functions and interfaces, the original fun
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:561byte
    • 提供者:徐明洋
  1. TestThread

    0下载:
  2. 测试线程的代码,可以展现出CPU抢先的时间片内执行的程序-Testing threaded code, you can show the first program in the CPU time slice execution
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1.98kb
    • 提供者:宋之力
« 12 »
搜珍网 www.dssz.com