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

搜索资源列表

  1. shuzipinlvji

    0下载:
  2. 数字频率计51C语言程序及设计,内涵设计报告,电路原理图,C51源程序-Digital frequency meter 51C language programming and design, content design report, circuit diagram, C51 source
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-08
    • 文件大小:1757312
    • 提供者:赵宏罡
  1. cifafenxi003

    0下载:
  2. 本程序为编译原理 词法分析器实验 用VC编写 可以完美运行 功能比较完善 此文件中为报告内容-The principle of lexical analyzer program is compiled with VC experiment run perfectly function can write a more complete
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:35121
    • 提供者:yangbin
  1. cifa_

    0下载:
  2. 本程序为编译原理 词法分析器实验源程序 用VC编写 可以完美运行 功能比较完善 报告在其他文件夹中-The principle of lexical analyzer program is compiled with VC source code written test run perfectly function more complete report in another folder
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1188677
    • 提供者:yangbin
  1. Ethernet

    0下载:
  2. 模拟Ethernet帧的发送过程 编写程序模拟Ethernet结点的数据发送流程。 1) 用两个线程a和b来模拟Ethernet上的两台主机。 2) 用一个双字类型变量Bus来模拟总线(将其初始化为“\0”,并且总线等于“\0”时表示总线空闲)。 3) 两个子线程向总线发送自己的数据。数据用该线程的线程号进行模拟,发送数据用线程号和Bus的“或”操作进行模拟(即Bus=Bus|ID,ID为该线程的线程号)。 4) 每台主机须向总线上成功发送10次数据,如果其中某次数据发送失败
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2768526
    • 提供者:liqian
  1. osos

    1下载:
  2. 基于FCFS和SPF的进程管理系统,进程调度,fcfs和spf,用c编写,有完整的源代码和实验报告,可执行,方便使用,程序代码易于理解-FCFS and SPF-based process management systems, process scheduling, fcfs and spf, written with c, with complete source code and test reports, perform, easy to use, easy to understand
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-10
    • 文件大小:390128
    • 提供者:wangxiaomin
  1. aaaa

    0下载:
  2. 超市收银管理程序的设计与实现1、系统应具备的功能: (1)商品管理人员对商品信息(商品号、商品名、单价)进行输入、删除、修改和查询。 (2)收银人员录入商品号及购买数量,计算应付钱数,实收钱数和应找钱数。 (3)对销售情况进行查询。 2、数据结构设计; 3、主要算法设计; 4、编程及上机实现; 5、撰写课程设计报告,包括: -Supermarket cash register management program design and implementation
  3. 所属分类:Shop supermarket software system

    • 发布日期:2017-03-30
    • 文件大小:56433
    • 提供者:田天文
  1. data

    0下载:
  2. 数据结构 约瑟夫环 哈希表 哈弗曼树 括号匹配四个程序,有代码和报告。-Hash table data structure Josephus four Hafu Man tree brace matching procedures, codes and reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:589827
    • 提供者:王丹
  1. search-program

    0下载:
  2. 这是数据结构中的综合查找算法的综合程序,里面还有详细的报告和源程序-this is a very good C program
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3284719
    • 提供者:
  1. ticketBooking

    0下载:
  2. 这是一个用java开发数据库的课程设计,里面含有数据库的建立程序和实验报告。-This is a java program designed to develop the database, which contains a database to establish procedures and test reports.
  3. 所属分类:transportation applications

    • 发布日期:2017-05-14
    • 文件大小:3176243
    • 提供者:李清
  1. Morphology

    0下载:
  2. 可以识别出用c++语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 可以识别并读取源程序中的注释。 可以统计源程序中的标识符个数并输出。 检查原程序中存在的错误,并报告错误所在的行列位置。 发现原程序的错误后能进行适当的恢复,使程序继续运行。 用C/C++作为实现语言,编写词法分析程序。-Can be identified using c++ language source code symbols for each word, and to mark e
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:167189
    • 提供者:Eric
  1. grammar_analyse_program

    0下载:
  2. 一个用C++编写的简单的语法分析程序,是在词法分析的基础上进行的编写,能识别出一个句子,并返回该句子的语法信息,并返回词法分析结果。并附有源程序工程和实验报告。-Written in C++ a simple parser, lexical analysis is based on the preparation, can identify a sentence, the sentence syntax and returns the information, and returns the r
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:309434
    • 提供者:淼淼
  1. semantic_analyse_program

    0下载:
  2. 用C++编写的语义分析程序,基于LR文法,能实现词法分析,语法分析,返回相应结果,并返回归约过程和四元式。并附有实验报告和源工程。-Written in C++ semantic analysis program, based on the LR grammar, to achieve lexical analysis, parsing, returns the appropriate result, and return to the process of reduction and quat
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5905079
    • 提供者:淼淼
  1. algorithm_report

    0下载:
  2. 算法分析与设计报告,用java编写的4个常见的算法小程序。包括矩阵相乘问题,0/1背包问题,删数问题,和旅行商问题。-Algorithm analysis and design reports using java prepared four common algorithm applet. Including matrix multiplication problem, 0/1 knapsack problem, delete a few problems, and traveling sal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:46183
    • 提供者:淼淼
  1. Electronic-production

    2下载:
  2. 电子制作——杂志年刊程序汇总 基于89S52单片机的电子体温计 16×16点阵的制作 程控滤波器(D)设计报告 测试数据 AT89C51单片机双字中文点阵设计与仿真 51单片机和HD7279A的接口与编程 单片机从入门到精通系列讲座——数码管驱动方法 利用LCD1602的自定义字库显示汉字 单片机从入门到精通系列讲座——单片机简易频率计 用AT89S51单片机控制的智能电动车 P111G2系列可编程控制器应用集锦(1) 51单片机
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-12-29
    • 文件大小:1515505
    • 提供者:zzd
  1. DCT6

    0下载:
  2. 这个dsp程序是用汇编程序编写的dct变换,文件内还有报告-The dsp program is written in assembler dct transform, the report also documents
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:358586
    • 提供者:shensi
  1. jpeg-photo-coding

    0下载:
  2. 这是拿matlab编写的jpeg编码的程序,内含报告,对于北邮选多媒体选修的很有用-This is written in matlab to take jpeg encoding process, containing reports, selected for Beijing University of Posts and Telecommunications of useful multimedia elective
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1316696
    • 提供者:shensi
  1. JYYHK

    0下载:
  2. 简易银行卡管理系统,内附实验报告以及程序所需的数据库。-Easy bank card management system, containing test reports, and program the desired database.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-16
    • 文件大小:236261
    • 提供者:kmno400
  1. shiyan

    0下载:
  2. 单片机的8个实验程序,全部编译可以执行,包括试验报告-MCU 8 experimental procedure, all the compiler can perform, including the test report
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2941129
    • 提供者:陈海波
  1. finally

    0下载:
  2. 全国大学电子设计大赛 智能小车单片机程序及报告+流程图+管脚说明-National University of Electronic Design Contest smart car SCM process flow charts and report++ pin descr iption
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:67313
    • 提供者:yanxiaojin
  1. SCM-controled

    0下载:
  2. 单片机控制下的小车,实现轨道寻迹,内容包括程序,电路图,管脚介绍和设计报告-the car is under the control of SCM to achieve orbit tracing, including procedures, circuit diagrams, pin presentation and design report.
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:524797
    • 提供者:wang
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com