CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Job

搜索资源列表

  1. www.mcufz.com.rar

    0下载:
  2. 网络控制单片机proteus仿真 利用网络控制单片机的LED、LCD,我只是整理了一下,方便大家学习,版权归原作者,网页也麻烦站长做好了,有一个上位机,点击自动运行一段程序和打开www.mcufz.com/tcp.htm,之后会自动关闭,有的杀毒软件会报是病毒,放心使用。 开始要安装一个WinPcap软件,不安装它不能仿真,然后运行仿真文件,过一会可以看到LCD显示出了IP地址50。1。1。1 ,Proteus simulation network control the use of s
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:320.07kb
    • 提供者:
  1. BSS_933_877

    0下载:
  2. 实现BBS的基本功能,为清华小学期大作业!用C语言模拟一个贴吧-To achieve the basic functions of BBS for the period of big job Tsinghua school! Simulation with a paste it in C
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:56.04kb
    • 提供者:杜尔顺
  1. bodongfangchengyuanchengxu

    4下载:
  2. 计算流体力学课程大作业,一维波动方程源程序,四种不同格式,二阶精度,时间四阶精度-Computational Fluid Dynamics course great job, one-dimensional wave Fangcheng Yuan procedure, four different formats, the second-order accuracy, time fourth-order
  3. 所属分类:其他小程序

    • 发布日期:2013-10-23
    • 文件大小:20.29kb
    • 提供者:朱志斌
  1. daima

    2下载:
  2. 1.某单位的职工工资包括基本工资Wage,岗位津贴Subsidy,房租Rent,水费WaterFee,电费ElecFee。设计是实现工资管理的类Salary,该类的形式如下: Class Salary{ Double Wage,Subsidy,Rent,WaterFee,ElecFee Pulic: Salary(……){初始化工资数据的各分项} Salary(){初始化工资数据的各分项数据为0} Void setXX(double f){xx
  3. 所属分类:其他小程序

    • 发布日期:2017-03-03
    • 文件大小:765byte
    • 提供者:qiqi
  1. 1029-Rabbit

    0下载:
  2. 中大oj(Sicily)1029的题目。这道题目主要是看清递归关系式而编即可。注意处理精度。本程序利用四位进位处理精度。-Problem The rabbits have powerful reproduction ability. One pair of adult rabbits can give birth to one pair of kid rabbits every month. And after m months, the kid rabbits can become adu
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1.06kb
    • 提供者:冰淇淋
  1. 1

    0下载:
  2. 操作系统实验二作业调度实验的单道批处理的3种方法-Experiment 2 operating system, job scheduling batch experiments three kinds of single-channel approach
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:888.73kb
    • 提供者:dancyliang
  1. Job

    0下载:
  2. 设计要求模拟实现一个的单道批处理系统环境下的作业调度程序。通过实现具体的作业调度算法,加深对该环境下的作业调度模型和实现过程的理解。 至少实现有三种的作业调度算法:先来先服务、短作业优先和响应比优先算法-Design requirements for the realization of a simulation of the single-channel system environment under a batch job scheduling procedures. Through th
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1.86mb
    • 提供者:段崖崖
  1. JOB

    0下载:
  2. job scheduling algorithm is a good algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:726byte
    • 提供者:Ricky
  1. job

    0下载:
  2. 作业调度,实现作业的调度,了解作业调度在操作系统中的作用,以加深对作业调度算法的理解。-Job scheduling to achieve job scheduling, job scheduling to understand the role of the operating system in order to deepen the understanding of job scheduling algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:818byte
    • 提供者:jason lee
  1. JOBSHOP

    0下载:
  2. 由 P. Brucker, B. Jurisch, and B. Sievers提出的job shop scheduling解法程序,包含多种标准问题。-job shop scheduling method proposed by P. Brucker, B. Jurisch, and B. Sievers.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:153.25kb
    • 提供者:承敏刚
  1. job

    0下载:
  2. 对于给定的一组作业, 给出其到达时间和运行时间分别用先来先服务算法、短作业优先和响应比高者优先三种算法给出作业的调度顺序。计算每一种算法的平均周转时间及平均带权周转时间并比较不同算法的优劣。 -For a given set of operations, given its arrival time and run time were used to first come first served method, short job priority and response than th
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1.79kb
    • 提供者:sunzhiyu
  1. job-hunting

    0下载:
  2. 网上人才招聘系统,软件简单,程序方便。提供大家下载-job hunting
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:14.14kb
    • 提供者:gaoya
  1. job-scheduling

    0下载:
  2. 用VC6.0写的简单作业调度,里面包括先到先服务,短作业优先,最高响应比算法。-With VC6.0 to write a simple job scheduling, which includes first come first serve, short operating priority, the highest response ratio algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.47kb
    • 提供者:lzp
  1. job-shop

    0下载:
  2. job-shop matlab 遗传算法-job-shop matlab gentic
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.48kb
    • 提供者:dumiao
  1. xxl-job

    0下载:
  2. XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是开发迅速、学习简单、轻量级、易扩展(Distributed scheduling platform)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:32.66mb
    • 提供者:san21go
  1. code.tar

    0下载:
  2. Job Shop Scheduling Project on C
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:18kb
    • 提供者:bm85
  1. prob.tar

    0下载:
  2. Job Shop Scheduling Problems
  3. 所属分类:其他小程序

    • 发布日期:2018-01-02
    • 文件大小:22kb
    • 提供者:bm85
  1. jobshop.tgz

    0下载:
  2. Java Eclipse project on Job Shop Scheduling
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:85kb
    • 提供者:bm85
  1. JobMatching-Code

    0下载:
  2. Job Matching Find best company match by students profile
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1.1mb
    • 提供者:kar3
  1. job2_algorithm.tar

    0下载:
  2. job processing algorithm
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:10kb
    • 提供者:twentwe
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com