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

搜索资源列表

  1. 2004122219403543932

    0下载:
  2. 一个足以让高级程序员惊讶到哭的小程序此程序为1997年世界程序员大赛冠军作品,大赛要求每个程序员以第一人称来模拟一个虚拟的3D环境场景,限时3天完成,编写程序的语言种类不作任何要求。此作品的作者仅仅用了不到20分钟的时间就编写完成整个程序,然后转身走人,在场所有考官无一不为之震惊,看着这段程序代码都傻眼了。 此程序需要在dos下编译执行,执行方法:下载解压缩后,把3.txt的文件放在c盘的根目录下,然后打开dos窗口在提示符下敲入debug < 3.txt回车即可,看过后保证让你
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6587
    • 提供者:ldtzypudn
  1. wz1

    1下载:
  2. 考虑幅值谱与相位谱的人造地震动模拟与反应谱拟合 我国对《建筑结构抗震规范》进行了修订,将设计反应谱周期由原来的3秒延长到现在的6秒。反应谱周期的延长。 本程序以新规范反应谱作为目标谱,采用三角级数迭加来模拟地震动加速度。-consider amplitude spectrum and phase spectrum of the artificial seismic simulation and pattern fitting response to China's &quo
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1818
    • 提供者:wz
  1. file_system

    0下载:
  2. 本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。-source code designed by the file system, with the establishment of documents (create) open the file (o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2333
    • 提供者:agang
  1. ofdm_gitosimulink

    0下载:
  2. This simulation simulates coded OFDM using RS Code over wireless channel This simulation simulate wireless Coded OFDM over mobile multipath fading channel. The model use QPSK, Reed-Solomon Channel Coding, and training based channel estimation -Th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12537
    • 提供者:马瑞
  1. dfop

    0下载:
  2. 磁盘文件操作 已在磁盘上划分一定空间文件filesys.dat来模拟真实磁盘,现在要在该模拟磁盘中建立文件creatfile(),删除文件del(),创建目录md(),删除目录rd(),文件修改内容并保存edit(),上下级目录访问cd(),cd..(),cd\\(),文件复制copy(),这些函数怎么写啊?请大家帮帮忙!写好后可发到邮箱jsj5219@163.com 部分代码:-disk file operations are classified in a certain di
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2968
    • 提供者:龙龙
  1. Input

    0下载:
  2. 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-25
    • 文件大小:19861
    • 提供者:冰剑
  1. easyVM_Small

    0下载:
  2. easyVM是一个虚拟机,模拟了8086及一些简单外设,可以跑MS-DOS 6.22。 是一高校毕业设计作品。 在看雪论坛上置顶精华,是不可多得的研究虚拟机的参考资料和代码实现。-easyVM is a virtual machine, to simulate the 8086 and some simple peripherals, you can run MS-DOS 6.22. Is a college graduate design work. Watching the snow For
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1532690
    • 提供者:古风
  1. pcb

    0下载:
  2. 这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟cpu的进程调度,虽然拙劣了点。但是值得参考一下的、-This is an operating system source code, the process of scheduling problems on the code. Cpu can simulate the process of scheduling, although clumsy for that. But it is also useful to look, and
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:862
    • 提供者:刘锦瑞
  1. PL0C++

    0下载:
  2. 用于模拟编译系统,支持多种数据类型和结构,自己编写程序并调用编译器模拟编译,生成三代码语言。-Used to simulate the build system to support multiple data types and structures, their programming and call simulation compiler compiler to generate a three-code language.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:598112
    • 提供者:jiarunxiao
  1. 341722881

    0下载:
  2. vc 实现对C源程序进行编译,模拟一个小编译器-vc achieve compile C source code to simulate a small compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:344577
    • 提供者:yyx
  1. traffic

    0下载:
  2. 一个用system C来实现的交通灯控制算法,简单易懂-this is a system C code to simulate a traffic light contral
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:429008
    • 提供者:lei
  1. exp

    0下载:
  2. 一、本程序针对操作系统中进程撤销相关理论进行实验。要求实验者设计一个程序,该程序 可模拟撤销多个进程及其子孙进程。 二、本程序针对操作系统中进程创建相关理论进行实验。要求实验者输入实验指导书提供的代码并进行测试。代码简化了进程创建的多个步骤和内容。进程的树形结构采用广义表的方式进行存储。 -First, the procedure for revocation of the operating system in the process of theory to experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:7303
    • 提供者:李方
  1. note

    1下载:
  2. note.m源码,用matlab模拟钢琴按键,加入了包络波使声音更加柔和。-note.m code,using matlab to simulate the real note of piano, including music tweak--envelope to make the sound soft
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:642
    • 提供者:jyhuang
  1. turbo

    5下载:
  2. 课程设计两个程序:一:数据帧(程序每帧设置为400bit)在有扰信道传输时,采用Turbo码进行编译码。并仿真Log-MAP译码算法在不同迭代次数下的性能。 二:实现有扰信道中,不同信噪比下,采用MAP译码算法的Turbo码的性能。 以上各主程序均有做比较详细的程序注释 可直接运行turbo_main.m或LogMAP.m,稍等片刻即可观察到仿真结果 -two programs of Curriculum design : a: Data frames
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-10-12
    • 文件大小:345740
    • 提供者:陈侯海
  1. myProcess

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟进程调度的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the process of scheduling the case, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:765829
    • 提供者:zgm
  1. clock

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟时钟中断的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the clock interruption, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:1035703
    • 提供者:zgm
  1. memmory

    0下载:
  2. 操作系统的课程设计实习题目,主要用c或c++来模拟内存分配与管理的情况,这里包含了详尽源代码-Operating system, curriculum design internship topic, mainly using c or c++ to simulate the memory allocation and management of the situation, where the source code contains a detailed
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:427509
    • 提供者:zgm
  1. Simulate-keystrokes

    0下载:
  2. delphi模拟按键Demo,代码简单齐全,可直接调试 -Delphi simulate keystrokes Demo, code simpl
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:164592
    • 提供者:
  1. packet-code

    1下载:
  2. 封包拦截,修改,替换,发送源码。可以实现对强制重定位到本机,可以用来模拟wpe或者是破解网络验证,就看怎么用了-Packet interception, modification, replacement, sending source. Can to achieve mandatory re-positioned to the machine can be used to simulate wpe or crack network authentication, to see how to
  3. 所属分类:ELanguage

    • 发布日期:2017-11-22
    • 文件大小:42849
    • 提供者:Mike
  1. screen-to-simulate-rain

    0下载:
  2. 易语言程序 易语言模块源码 在屏幕上模拟下雨-Easy language program easy language module source code on the screen to simulate rain
  3. 所属分类:ELanguage

    • 发布日期:2017-04-13
    • 文件大小:1981
    • 提供者:zhang
« 12 3 »
搜珍网 www.dssz.com