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

搜索资源列表

  1. addhq

    1下载:
  2. 分子模拟软件 SYBYL 批量能量优化脚本 -It suggested that molecular simulation software Mass Energy Optimization scr ipt
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:951
    • 提供者:程铁军
  1. WndSnap

    0下载:
  2. 屏幕抓取程序,模拟printscreen-screen capture process simulation printscreen
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:29175
    • 提供者:杨磊
  1. yinhangjiasuanfa

    0下载:
  2. 模拟银行家算法 银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定: 本程序包括:银行家算法 -simulation algorithm bankers bankers can be a certain amount of funds for a number of users working capital use, To ensure the safety of funds bankers : The procedures include : Banke
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:44817
    • 提供者:linshu
  1. TmRemoteProxy

    0下载:
  2. 利用腾讯的tm可以远程控制内网电脑(透过防火墙),但此建立过程需要双方进行交互确认。tm远程代理可以在内网被控方电脑进行自动应答,实现无需操作内网机器即可进行控制。本代码使用AutoIt3.0 & VC 6.0开发的。实现是通过监视qq窗口和模拟鼠标和键盘操作。-use the remote control can tm within a computer network (through a firewall), However, this process requires both side
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:298394
    • 提供者:dragon
  1. final

    0下载:
  2. 这是一个shell程序,实现模拟进程,后台操作,重定向等功能
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:95546
    • 提供者:双清
  1. shell

    2下载:
  2. 一个简单的命令解释器—模拟shell 功能的程序,实现要求中所提到的可打开提示符,并获取用户输入的指令、可解析指令、可寻找命令文件、可执行基本的命令等功能
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:614972
    • 提供者:Ayaena
  1. QDQ

    1下载:
  2. 此程序为一竞赛抢答器模拟实验源程序,采用8255并行接口编程。-Contest for a simulation experiment source, using 8,255 parallel interface programming.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:865
    • 提供者:章军
  1. 进程调度管理

    0下载:
  2. 调度的实质是操作系统按照某种预定的策略来分配资源。进程调度的目的是分配CPU资源。由于进程调度程序执行的频率很高,因此调度算法的好坏直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常用的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。
  3. 所属分类:Shell编程

  1. Uniscribe

    0下载:
  2. Uniscribe是微软公司开发的Windows操作系统为正确演示Unicode文字而开发的组件。系统的核心是一个名为USP10.DLL的DLL. 本程序模拟了USP10的实现-Uniscribe Microsoft Windows operating system developed for the correct presentation and the development of Unicode text components. System is the core of the U
  3. 所属分类:Shell api

    • 发布日期:2017-04-09
    • 文件大小:1263399
    • 提供者:lair
  1. TEC-4

    0下载:
  2. 一个用delphi写的用软件的方式来模拟cpu和内存的工作情况-Writing a use delphi way to use software to simulate the cpu and memory work
  3. 所属分类:Shell api

    • 发布日期:2017-04-24
    • 文件大小:418975
    • 提供者:黑豹山
  1. finalshell

    0下载:
  2. 自己写的关于shell的模拟的程序,经过检验通过,具有最基本的功能-Write their own on the simulation of shell procedures tested passed, with the most basic functions. . .
  3. 所属分类:Shell api

    • 发布日期:2017-04-02
    • 文件大小:1361
    • 提供者:xushuoxun
  1. S_Shell

    0下载:
  2. 模拟shell实现以下功能: int login() int getcmd() void dir() void cd() void clear() void newdir() void deldir() void del() void copy() void cut() void account() void help() -Simulation shell to achieve the following functi
  3. 所属分类:Shell api

    • 发布日期:2017-03-27
    • 文件大小:18351
    • 提供者:方海鸥
  1. 1

    0下载:
  2. 实现一个功能简单的shell解释程序,模拟MS-DOS命令交互界面。-The realization of a simple shell function to explain the procedure to simulate the MS-DOS command interface.
  3. 所属分类:Shell api

    • 发布日期:2017-04-06
    • 文件大小:1091
    • 提供者:王仍
  1. HMM

    1下载:
  2. 隐马尔可夫模型的模拟实现,计算出了最大概率的状态序列。-Simulation and Realization of Hidden Markov Model to calculate the maximum probability of state sequence.
  3. 所属分类:Shell api

    • 发布日期:2017-04-07
    • 文件大小:51200
    • 提供者:康维鹏
  1. DOSWin_src

    0下载:
  2. 模拟DOS窗口的图形用户界面,用户输入命令后可以自动显示DOS窗口的输出内容,方便用户进行复制和编辑.-Simulated DOS window graphical user interface, user input commands can be automatically displayed after the DOS window output, user-friendly to copy and editing.
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:49310
    • 提供者:ppyzwpp
  1. FileSystem

    0下载:
  2. 在一个文件中模拟文件系统如何存储文件和目录。 通过一个Shell来模拟对该文件系统的访问和操作。 在模拟中提供文件系统空间整理的功能 -Simulation in a file, the file system to store files and directories. By a Shell to simulate the file system to access and manipulate. Provide file system in a simulated space
  3. 所属分类:Shell api

    • 发布日期:2017-04-03
    • 文件大小:9469
    • 提供者:linlin
  1. S_Shell

    0下载:
  2. 一个小的shell,模拟操作系统中shell的部分功能,功能不全,仅供参考-small shell
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:2978
    • 提供者:youqing
  1. shell.cpp

    0下载:
  2. 纯c实现的shell接口编程,模拟仿真shell命令行终端的各种命令-the shell application interface realized in pure c
  3. 所属分类:Shell api

    • 发布日期:2017-03-28
    • 文件大小:800
    • 提供者:zhang
  1. hingefind

    0下载:
  2. 关于一个蛋白质在不同状态下的蛋白质比对结果进行分析,用于VMD和NAMD的下的动力学模拟-Dynamics simulations of the protein of a protein in a different state than to analyze the results for the VMD and NAMD
  3. 所属分类:Shell api

    • 发布日期:2017-11-10
    • 文件大小:126868
    • 提供者:于海燕
  1. Replacement

    0下载:
  2. 模拟内存中页面管理,置换调度的几种算法,opt,clock,lru,FIFO-page replacement
  3. 所属分类:Shell api

    • 发布日期:2017-12-01
    • 文件大小:3578044
    • 提供者:ZHAOXIN
« 12 »
搜珍网 www.dssz.com