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

搜索资源列表

  1. 高等数学实验报告

    0下载:
  2. 主要针对在校大学生学习数学软件,提供实验报告.内容较简单.-mainly aimed at college students studying mathematics software, experimental report. As relatively simple.
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:91837
    • 提供者:张勇
  1. CRC实验报告

    0下载:
  2. 这是计算机网络第四版的一个CRC实验报告.之前我上传了另外一个CRC的实验,这个是CRC实现的另外一个不同的方法.-This is the fourth edition of the computer network experiment a CRC report. Before, I uploaded another CRC test, the realization of the CRC is a different approach.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:28493
    • 提供者:李想
  1. 内存管理实验报告

    1下载:
  2. 操作系统课程设计报告,内存模拟管理- The operating system curriculum designs the report, the memory simulation manages
  3. 所属分类:OS Develop

    • 发布日期:2016-05-16
    • 文件大小:6982
    • 提供者:王为
  1. Android综合创作训练实验报告及代码

    1下载:
  2. Android综合创作训练实验报告及代码 简单易学
  3. 所属分类:android开发

  1. 数据库实验报告

    0下载:
  2. 数据库实验,大学生《数据库设计》实验报告及代码。(Database experiments, college students "database design" experimental report and code.)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:274432
    • 提供者:QiCmb
  1. 马踏棋盘实验报告

    0下载:
  2. 数据结构马踏棋盘实验实验报告。加源代码,对实验有一定的指导作用(Horse riding board test)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:56320
    • 提供者:xiaott
  1. 第2次实验报告

    0下载:
  2. 中南大学黄家伟老师Java选修课实验报告2(central south university)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:54272
    • 提供者:in.
  1. 遗传算法自动组卷实验报告

    0下载:
  2. 该试验报告为大学生的《遗传算法的组卷实验报告》。对于学习遗传算法的组卷系统有一定的参考价值。(The test report is the experimental report of the genetic algorithm for the test paper of College students. It has some reference value for learning the test paper system of genetic algorithm.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:192512
    • 提供者:胡闹
  1. 软件测试实验报告

    1下载:
  2. 软件测试实验报告()
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:150528
    • 提供者:大鱼鱼鱼
  1. 汇编实验报告

    0下载:
  2. 初学汇编语言,几个小实验让我们更加熟悉与掌握汇编语言,程序要在DOS上实现(The first assembly language, several small experiments have made us more familiar with the assembly language, the program will be implemented in DOS)
  3. 所属分类:汇编语言

  1. 操作系统的实验报告

    0下载:
  2. 操作系统实验报告,win批处理实验,linux命令用法(Operating system experiment report, win batch experiment, Linux command usage)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-06
    • 文件大小:1899520
    • 提供者:桀骜_孤狼
  1. 数据结构-串操作的实现-实验报告

    0下载:
  2. (1)掌握串的顺序存储结构; (2)验证顺序串及其基本操作的顺序; (3)掌握串的操作特点。 1.2 实验要求: (1)定义一个包含串的求长度、拼接、比较大小等基本操作的头文件函数原型; (2)实现串的求长度、拼接、比较大小等基本操作。((1) mastering the sequential storage structure of the string; (2) the sequence of verifying the sequence of sequence and it
  3. 所属分类:Windows编程

  1. 数据结构-单链表-实验报告

    0下载:
  2. 1.实验目的及要求 1.1实验目的: (1)掌握线性表的顺序存储结构; (2)验证单链表及其基本操作的实现; (3)进一步理解算法与程序的关系,能够将单链表算法转换为对应的程序。 1.2 实验要求: (1)用头插法(或尾插法)建立带头结点的单链表; (2)对已建立的单链表实现插入、删除、查找等基本操作。(1 the purpose and requirements of the experiment 1.1 the purpose of the experiment:
  3. 所属分类:Windows编程

  1. 数据结构-汉诺塔-实验报告

    0下载:
  2. 1.1 实验目的及要求 设计数据结构表示3座宝塔和n个碟子: 输出每一次移动碟子的情况 分析算法的时间性能 1.2 实验设计 1;将塔A上的n-1个碟子借助塔C移动到塔B上 2:把塔A上剩下的一个碟子移动到塔C上 3:将n-1个碟子从塔B借助于塔A移到塔C上 三座宝塔(塔A,塔B,塔C)分别用三个字符型变量A,B,C表示,n个碟子从1 开始连续自然数编号(1.1 the purpose and requirements of the experiment The desig
  3. 所属分类:Windows编程

  1. 数据结构-c++-栈的验证-实验报告

    0下载:
  2. 1.实验目的及要求 1.1 实验目的: 1.掌握栈的顺序存储结构 2.验证顺序栈及其基本操作的实现 3.验证栈的操作特性 1.2 实验要求: 1.建立一个空栈 2.对已建立的栈进行插入、删除、取栈顶元素等基本操作(1. the purpose and requirements of the experiment 1.1 the purpose of the experiment: 1. the sequential storage structure of the m
  3. 所属分类:Windows编程

  1. 微机原理实验报告

    0下载:
  2. 用于帮助学习微机原理的朋友做实验的指导,以及作为一个参考以此来锻炼自己的能力(A friend who is used to help learn the principles of a microcomputer, and as a reference to exercise his ability.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:23787520
    • 提供者:一点点*
  1. 冰河木马实验报告13002918

    0下载:
  2. 冰河木马实验报告。。。在百度文库上下载的。。。(The experiment report of the glacier Trojan horse.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1187840
    • 提供者:忘了。。
  1. 操作系统实验报告

    1下载:
  2. 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))
  3. 所属分类:其他

    • 发布日期:2019-12-25
    • 文件大小:577536
    • 提供者:xtzj1cm
  1. 数据库实验报告

    1下载:
  2. 数据库实验报告二,完成数据查询功能。在图书借阅数据库中,需要完成各种功能的数据查询,本实验报告中有详细的代码和实验截图(The experimental report for database which can select data.)
  3. 所属分类:Oracle数据库

    • 发布日期:2020-12-24
    • 文件大小:939008
    • 提供者:clover27
  1. 数据结构实验报告

    3下载:
  2. 中南大学数据结构C++实验报告: 实验一 线性表 实验二 栈、队列与递归算法设计 实验四 树结构及其应用 实验五 图结构及其应用 实验六 查找和排序(Data structure C++ experimental report of central south university)
  3. 所属分类:其他

    • 发布日期:2020-06-08
    • 文件大小:2295808
    • 提供者:泓峥萧瑟
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com