CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 模拟程序

搜索资源列表

  1. 进程调度程序模拟程序.rar

    0下载:
  2. 所属分类:操作系统开发

    • 发布日期:
    • 文件大小:69221
    • 提供者:
  1. GPS接收机程序

    2下载:
  2. 这是一个模拟全球定位系统(GPS)接收机的程序,GPS数据由给定文件来模拟,只要定时读取数据并分析各成分的含义,就可以确定卫星的位置。本例主要用来演示不同坐标系的转换。同时还有文件信息如何提取并显示。
  3. 所属分类:其它

    • 发布日期:2008-05-17
    • 文件大小:3680264
    • 提供者:truetrue
  1. 进程调度程序模拟程序

    0下载:
  2. 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simulation program, the process in
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:69488
    • 提供者:吴晓辉
  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:69285
    • 提供者:吴晓辉
  1. TestAbstract

    0下载:
  2. 一个模拟200,201电话卡系统 工作运行的模拟程序-a simulated 200,201 telephone cards system running the simulation program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:860
    • 提供者:陈健
  1. 页式确页中断模拟程序

    0下载:
  2. 是我一个操作系统练习程序,用于初学操作系统的人模拟内存FIFO调度-operating system is a practicing procedures for the operating system when a memory FIFO scheduling simulation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1605
    • 提供者:凡鹅
  1. 模拟键盘击键程序

    1下载:
  2. 这是一个模拟键盘击键的程序,很生动,很好玩,很有用哦.-This is a simulated keyboard keystrokes procedures, very lively and fun, useful oh.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:55316
    • 提供者:路句
  1. 126303006

    0下载:
  2. delphi的电梯模拟程序,包含图形模拟,代码及说明-elevator simulation program, including graphics simulation code and explanations
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:161485
    • 提供者:张杰
  1. ATM取款机代码

    0下载:
  2. 在C++下一个使用类编写的ATM取款机的模拟程序,DOS界面非常友好!极力推荐初学者下载!-C in a class prepared by the use of ATM teller machines in the simulation program, DOS interface is very friendly! Strongly recommended beginners download!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:129268
    • 提供者:程序员
  1. 流程模拟计算模块

    0下载:
  2. 模拟计算模块.是为某个公司开发的部分程序-simulation module. For a company to develop the part of the program
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46242
    • 提供者:tong_tong
  1. 010

    0下载:
  2. 一个自动会员机(ATM)界面的模拟程序,主要为SWITCH-an automatic machine (ATM) interface simulation program, mainly SWITCH
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9065
    • 提供者:韩林
  1. 饮料自动售货机模拟程序

    0下载:
  2. 该软件可为课程设计做参考,希望各位大侠支持~~!!!3X-the software to design courses for reference, I hope heroes support ~ ~! ! ! 3X
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:390116
    • 提供者:随风
  1. 支持多个进程并发运行的简单进程管理模拟系统

    0下载:
  2. 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11059
    • 提供者:张鹏
  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:363092
    • 提供者:陈任全
  1. 霓虹灯的模拟显示

    0下载:
  2. 用汇编语言编的一个霓虹灯演示程序,内涵代码,说明-assembly language part of a neon demo program, meaning code that
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:88818
    • 提供者:李文
  1. ewb512

    0下载:
  2. 文件名称叫电子实验室.是一个很好的电子模拟程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7234584
    • 提供者:李飞
  1. 存储管理模拟程序

    0下载:
  2. 这是一个操作系统存储管理程序-OS storage management procedures
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:28582
    • 提供者:李紫涵
  1. 操作系统页面置换算法模拟

    2下载:
  2. 一个操作系统页面置换算法模拟程序源代码希望能够帮到你 。。。
  3. 所属分类:其它

    • 发布日期:2009-05-08
    • 文件大小:1939104
    • 提供者:zhong1w2
  1. matlab经典算法的程序

    1下载:
  2. matlab经典算法的程序,例如粒子群、蚁群、模拟退火。(Matlab classic algorithm program)
  3. 所属分类:书籍源码

    • 发布日期:2020-11-07
    • 文件大小:3185664
    • 提供者:刘涵
  1. 圆极化LG光强模拟程序

    1下载:
  2. 圆极化拉盖尔高斯光束的电场表达式的编程模拟,有光强分布程序和相位分布程序(The program simulation of the electric field expression of the circularly polarized Laguerre Gaussian beam includes the program of light intensity distribution and the program of phase distribution)
  3. 所属分类:汇编语言

    • 发布日期:2021-02-22
    • 文件大小:2048
    • 提供者:陈思远
« 12 3 4 5 6 7 8 9 10 ... 47 »
搜珍网 www.dssz.com