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

搜索资源列表

  1. themajorityelement

    0下载:
  2. 算法设计技巧与分析,寻找多数元素,包括工程、源码、说明文件、实验报告等文件-Algorithm design techniques and analysis, looking for the majority of elements, including engineering, source file of documents, lab reports, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:823711
    • 提供者:VanillaChow
  1. dfsdf

    0下载:
  2. 大学《算法分析与设计》的实验内容,包括各种源代码实验报告-University of algorithm analysis and design of experiments, including a variety of source code lab report
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:379175
    • 提供者:langgie
  1. Miss-Rabbit

    1下载:
  2. 大一上的教学作业,程序设计入门的小游戏,类似于扫雷。基本都是用list实现的,没用到类。内含三个文件。 [battleship.py]战舰小游戏源码 [graphics.py]用到的图形库 [battleship.doc]实验报告-PYTHON assignment. similar to Minesweeper. uses list. no class. Contains three files.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:17552
    • 提供者:Yun Guo
  1. Desktop

    0下载:
  2. 题目:假设迷宫由m行n列构成,有一个入口和一个出口,入口坐标为(1,1),出口坐标为(m,n),试找出一条从入口通往出口的最短路径。设计算法并编程输出一条通过迷宫的最短路径或报告一个“无法通过”的信息。 要求:用栈和队列实现,不允许使用递归算法。 一、 需求分析 -Topic: Assuming maze consisting of m rows and n columns form, having an inlet and an outlet, the inlet coord
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:34679
    • 提供者:雷老虎
  1. ChouqianGame

    0下载:
  2. 一个抽签游戏,很简单,来自课程设计的内容,包括了实验报告。欢迎下载。-A lottery game is very simple, from curriculum design, including the lab report. Welcome to download.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:160118
    • 提供者:梁兴
  1. 1

    0下载:
  2. 基于matlab的模块化通信系统仿真设计,以及实验报告-this is a design of engineer system modulation based on matlab2012b
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:421334
    • 提供者:邱丽鹏
  1. lex

    0下载:
  2. 设计并实现 C 语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3240
    • 提供者:何狗
  1. shuzixinhaochuli

    0下载:
  2. 数字信号处理专业课程设计报告书,有关实验报告及相关的matlab程序。-Digital signal processing curriculum design report about lab reports and related matlab program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:86327
    • 提供者:贺丹
  1. shujujiegou

    0下载:
  2. 数据结构 马踏棋盘实验报告 适合于课程设计   (1)、位置的存储表示方式 1)基本要求:将马随机放在国际象棋的88棋盘Bord[8Ⅱ8]的某个方格中,马按走棋规则进行移动。要求每个方格上只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线 ,并按求出的行走路线,将数字1,2,…,64依次填入—个88的方阵,输出之。 (2)测试数据:由读者指定,可自行指定一个马的初始位置。 (3)实现提示:每次在多个可走位置中选择一个进行试探,其余未曾试探过的可走位
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:80329
    • 提供者:hoolwall
  1. Traffic-Light-Simulation

    0下载:
  2. 简单十字路口交通灯仿真 数电课程设计实验报告-Simple traffic light intersection several electrical simulation curriculum design lab report
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:584927
    • 提供者:马洋
  1. JAVA-inventory-management-system

    0下载:
  2. java库存管理系统 有答辩稿 有开题报告 是用来毕业设计用的-java inventory management system
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2089452
    • 提供者:王明照
  1. LCD

    0下载:
  2. lcd程序小实验,适合用于课程设计,实验报告等-lcd small experimental procedures suitable for curriculum design, test reports, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:20692
    • 提供者:张大神
  1. Java-Scanner

    1下载:
  2. Java语言词法分析器的设计和实现 其中具体要求: 使用DFA实现词法分析器的设计; 实现对Java源程序中注释的过滤; 利用两对半缓冲区从文件中逐一读取单词; 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 统计源程序每行单词的个数和整个源文件单词个数; 具有报告词法错误和出错位置(源程序行号和该行字符)的功能;-Java language lexical analyzer design and implementation of w
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-15
    • 文件大小:3072
    • 提供者:wenchangwei
  1. Forth

    0下载:
  2. 专为计算机专业学生设计,数据结构做好的实验报告模板,源码均已在Visual Studio中调试通过!-All useful
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6508
    • 提供者:狂龙
  1. Student--System

    0下载:
  2. 自己2014年的C语言课程设计:学生信息管理系统,带源码和文档报告。送给需要的童鞋。 -Own 2014 C language curriculum design: student information management system, with source code and documentation reports. Give shoes required.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1250068
    • 提供者:dengqilong
  1. Chinese-herbal-medicine-program

    0下载:
  2. 这是南京理工大学计算机科学与工程学院大二小学期Visual C++课程设计的一个程序:中药方剂中中药名称的标准化处理。PS:要求都在压缩包里的程序报告里-This is a program Nanjing University School of Computer Science and Engineering sophomore elementary curriculum of Visual C++ design: traditional Chinese medicine prescr ipt
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:556497
    • 提供者:张文强
  1. travel

    0下载:
  2. 一个简单的旅行社管理系统课程设计,包括代码和报告(数据库用Mysql)-A simple travel agency management system, curriculum design
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:397488
    • 提供者:许碧峰
  1. test-one

    0下载:
  2. 合肥工业大学 C++程序设计 实验报告一 习题及对应完整代码-C++ programming lab reports, Hefei University of exercises and a corresponding complete code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:16494
    • 提供者:
  1. test-two

    0下载:
  2. 合肥工业大学 C++程序设计 实验报告二 习题及对应完整代码-C++ programming lab report Hefei University two exercises and the corresponding complete code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4754
    • 提供者:
  1. test-three

    1下载:
  2. 合肥工业大学 C++程序设计 实验报告三 习题及对应完整代码 编程产生下列数组,并输出。 ⑴一维数组 1) (1 4 9 16 25 36 49 64 81 100) 2) (1 3 6 10 15 21 28 36 45 55)    3) (1 2 3 5 8 13 21 34 55 89) -C++ programming lab reports, Hefei University of three exercises and the correspondin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5943
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com