CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 实验报告

搜索资源列表

  1. cifafenxi.rar

    0下载:
  2. 一个用C语言写的词法分析程序,输入所给文法的源程序字符串,输出二元组构成的序列。附有实验报告,Using C language to write a lexical analysis program, enter the source string to the grammar, the output sequence of binary units. With the experimental report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:30864
    • 提供者:雨涵
  1. LL1.rar

    0下载:
  2. LL1分析法,做编译原理试验用的,pdf格式,LL1 analysis, so the compiler used the principle of the pilot, pdf format
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:53350
    • 提供者:hit
  1. EDAshiyan.rar

    0下载:
  2. EDA实验3个经典程序及图形仿真文件和实验报告,对实验参考绝对有益处.,EDA experimental three classical procedures and graphical simulation and experimental paper that reports on the experiment are likely to benefit from the absolute reference.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:863838
    • 提供者:乐乐
  1. PSD.rar

    0下载:
  2. 现代谱估计实验,运用Burg算法,里面包含了完整的实验报告,Modern spectral estimation experiments, the use of Burg algorithm, which contains a complete test report
  3. 所属分类:DSP program

    • 发布日期:2017-03-25
    • 文件大小:4330
    • 提供者:sujing
  1. zhy.rar

    0下载:
  2. PB实验报告,源代码,程序,工资管理系统,PB experimental reports, source code, procedures, wage management system
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:688693
    • 提供者:张虹宇
  1. bomblab.rar

    1下载:
  2. CSAPP一书中十分经典的二进制炸弹实验,有详细实验报告,对加深C语言和汇编语言之间的关系的理解很有帮助,Book CSAPP binary bomb is a classic experiment, experimental report in detail on the C language and to deepen the relationship between assembly language understanding helpful
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:181891
    • 提供者:刘志群
  1. data_processor.rar

    0下载:
  2. 用Visual C++编写的处理大学物理实验报告数据的程序,可在多平台下编译运行, Small program deal with college physics experiment report data using Visual C++,can be compiled to run under the multi-platform
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1706
    • 提供者:萧月
  1. NFA-DFA

    0下载:
  2. 词法分析器 NFA DFA 最小化DFA 实验报告-Lexical analyzer NFA DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:46554
    • 提供者:huang
  1. kecheng.rar

    0下载:
  2. 广东工业大学 c语言 课程设计 用c编写的一个学生通讯录小程序 已包含实验报告,Guangdong University of c language courses designed to prepare a student c Contacts applet has been included in the experimental report
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:119855
    • 提供者:owen
  1. lex.rar

    0下载:
  2. 这是我们的一个实验报告,是词法分析器的,希望对大家有帮助,This is our report on an experiment is the lexical analyzer, and I hope all of you help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:87973
    • 提供者:刘荆州
  1. TaxiPriceCounter.rar

    0下载:
  2. 数字逻辑实验作品,在maxplus2下开发的出租车计价器系统(Quartus也可运行),实现基本计价功能,可以设置单价(实验报告中友设置方法),内含实验报告,直接打开taxi_price_counter_final.gdf即可运行,Digital logic experiment works, developed in maxplus2 Taximeter system (Quartus can also be run), the realization of the basic pricing
  3. 所属分类:DSP program

    • 发布日期:2017-05-15
    • 文件大小:4012088
    • 提供者:昕明儿
  1. CRC.rar

    0下载:
  2. 实验:标准CRC算法实验报告,用C++实现的TCP的CRC检验。这是别人写的CRC检验。,Experiment: Experimental Report standard CRC algorithm using C++ realization of the CRC test TCP. This is written by someone else CRC test.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3622987
    • 提供者:binnary
  1. haiguizuotu.rar

    1下载:
  2. 数绝结构实验海龟作图,含源代码,实验报告,C语言描述,Mapping of sea turtles must structure a few experiments, including source code, experimental report, C language descr iption of
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:473677
    • 提供者:陈玲
  1. ucore-lab1

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1725387
    • 提供者:gyh
  1. 正弦电气测试报告

    0下载:
  2. 一、实验相关信息: 实验名称:EM300A变频器PG卡测速测试 实验日期:2011-04-29 实验人员:张冬云 王攀 实验地点:深圳市正弦电气D栋3楼 实验仪器:示波器、DSP控制板、驱动板 实验目的:验证测速模块方法的正确性 实验环境:本次测试是在工装上对测速模块进行静态的测试,排除外界干扰等因素, 验证测速算法的正确性;控制板1给出标准的正交编码脉冲信号,控制板2带仿真器对控制板1发出的信号进行测速。 实验步骤: 输入正交编码脉冲信号,使用示波器观测正交编码脉冲,通过仿
  3. 所属分类:其它文档

    • 发布日期:2012-09-11
    • 文件大小:317440
    • 提供者:
  1. Storage-

    0下载:
  2. 该文件为链式储存结构的实验,文件包含了实验报告和代码,其中内容包括了线性表的链式结构的定义,链接存储结构结点的访问方法吗,栈的链式存储结构实现,链式存储结构的队列的特点与实现;栈和队列的简单应用; -Experimental chain storage structure of the file, the file contains the lab reports and code, which includes the definition of the linear chain stru
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:109205
    • 提供者:黎明
  1. bomb_solution.pdf

    0下载:
  2. 二进制炸弹一个版本的实验报告,内有实验代码,答案以及解答过程,可以给要做这个实验的人一定的参考-A solution of bomblab for csapp.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-27
    • 文件大小:261120
    • 提供者:郭野
  1. Visual FoxPro

    0下载:
  2. 图书馆借书管理系统(数据库)课程设计实验报告- The library borrows the book management system management system (database) the curriculum to design the test report
  3. 所属分类:Document

    • 发布日期:2017-11-24
    • 文件大小:128206
    • 提供者:
  1. lab3

    0下载:
  2. 四川大学软件学院操作系统课程设计Nachos实验3源码以及实验报告-Sichuan University School of operating system software program designed Experiment 3 Nachos source code and experimental report
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2330740
    • 提供者:SilverBullet
  1. The_Buffer_Bomb

    2下载:
  2. 缓冲区溢出实验(The Buffer Bomb lab)解答及实验报告。-Buffer overflow test (The Buffer Bomb lab) answers and lab reports.
  3. 所属分类:assembly language

    • 发布日期:2016-01-24
    • 文件大小:84642
    • 提供者:wq
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com