CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - simulate code

搜索资源列表

  1. simulator-codered-100run

    0下载:
  2. used to simulate CodeRed v2 worm,result as scan traffic!-used to simulate Code v2 worm, the result as scan traffic!
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:5119
    • 提供者:周晓明
  1. st7920xxxx

    0下载:
  2. ST7920带中文字库液晶原码程序 12864 keil的,串行方式 编写时已经考虑到往avr上的移植了,spi可以用avr硬件的,也可以用io模拟-LCD with a Chinese font LCD original procedure code 12864 keil. Serial preparation methods have been taken into consideration to the transplant avr, spi avr hardware can be us
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:gxq
  1. DELPHI_MouseDown

    0下载:
  2. DELPHI模拟鼠标移动和点击事件代码。-DELPHI simulate mouse movements and clicks the event code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:310576
    • 提供者:shouyi
  1. Linux-userthread-library

    0下载:
  2. 可模拟实现Linux用户级线程库的静态调用,规避了多线程库的竞态条件和复杂的同步问题.除源代码外还有详细的设计说明文档.-Can simulate the realization of Linux user-level Thread Library static call circumvented competing multi-threaded library condition and complex synchronization problems. In addition to sour
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:326347
    • 提供者:李海波
  1. psde

    0下载:
  2. PSDE 是一套建立在Microsoft Visual C++环境之上的PDA软件开发平台,在PC上编译输出PDA的完全仿真软件,PSDE的目标是应用Microsoft Visual C++强大的开发环境开发出适用于特定PDA硬件平台编译器的标准C语言代码,同时输出PC上的仿真软件,以用于配套的电脑联机软件或演示程序等,避免了PDA开发厂商为了联机软件或演示程序而单独开发新的程序。PSDE能模拟的硬件功能有ROM、FLASH、LCD、触摸屏、按键、中断、硬复位、声音、CPU休眠等,涵盖了目前常用
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1239413
    • 提供者:王磊
  1. filesystem

    1下载:
  2. linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
  3. 所属分类:系统编程

    • 发布日期:2013-09-23
    • 文件大小:62811
    • 提供者:孟令钊
  1. 2_Memory

    0下载:
  2. 内存管理实验程序。 要求 : 使用 Windows XP的 API 函数,编写一个包含两个线程的进程,一个线程用于模拟内存 分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实 现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作,每个内存操作包括 如下内容: 1、时间:操作等待时间。 2、块数:分配内存的粒度。 3、操作:包括保留(reserve)一个区域、提交(commit)一个区域、释放(release)一个区域
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2055686
    • 提供者:adia
  1. VirtualDiskInMemory

    0下载:
  2. 该代码的功能是在内存中分配一块内存来模拟磁盘,从而构造一个虚拟磁盘。-the function of this code is mallocing a buffer to simulate disk,so we can make a virtual disk.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:11028
    • 提供者:俊豪
  1. rossler

    0下载:
  2. It is a code to simulate two Rossler oscilators, unidirectionally coupled and sincronized
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:92771
    • 提供者:karlilla
  1. modelrlcblock

    0下载:
  2. this code simulate model rlc block .
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:579
    • 提供者:aissan
  1. MemoryManagementSourcecode

    0下载:
  2. 存储管理原代码,在Linux环境下模拟多种内存调度算法。-Memory management source code in the Linux environment, to simulate a variety of memory scheduling algorithms.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:30914
    • 提供者:Gras.Heaven
  1. scen_gen

    0下载:
  2. NS2中模拟Zigbee的一段代码,包含C++和Otcl两种代码,另一种在另一处提供-Zigbee NS2 to simulate a section of code, including C++ and Otcl two kinds of code, and another provision in another
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1055
    • 提供者:Mars
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5305
    • 提供者:王跃
  1. code

    0下载:
  2. ns2 code to simulate wireless network .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:44720
    • 提供者:arasi
  1. wfrp_802_15_4.tcl

    0下载:
  2. ns2 code to simulate wireless sensor network
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1622
    • 提供者:arasi
  1. Assi1

    0下载:
  2. simulate the loundermate customers bu using semaphres and threads you must use this code under linux -simulate the loundermate customers bu using semaphres and threads you must use this code under linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:582572
    • 提供者:zaza
  1. Linux

    0下载:
  2. Linux文件系统,用VC++编写代码,模拟实际情况下Linux系统下文件的操作-Linux file system, using VC++ to write code to simulate the actual case files under Linux operating system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:215490
    • 提供者:赵凯
  1. Code-Multisignature

    0下载:
  2. This is demo program to simulate multisignature. It can work well in Matlab 2012. Try this!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:31475
    • 提供者:phuonghuy
  1. code

    0下载:
  2. Some assembly code to simulate project
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6411
    • 提供者:rinodung
  1. simulate

    0下载:
  2. 这是一段给文档排版的程序,它最大的优点是能够自动给文章做合理的布局。-This is a piece of code which is used to format a paper or something else.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2049644
    • 提供者:贺小玲
« 12 »
搜珍网 www.dssz.com