搜索资源列表
数据结构课程设计报告-示例文档.doc
- 数据结构课程设计报告-- 基于哈夫曼树的文件压缩/解压程序 详细的分析和源代码
新闻发布系统需求报告
- 新闻发布系统的完整报告
blocklv
- 呼叫阻塞率的计算与仿真。仿真了随着话务量的增加,阻塞率的情况。包括matlab源程序,仿真曲线,理论曲线,以及两者的比较。还附有报告。-Call blocking rate calculation and simulation. With the increase of traffic in simulated blocking rates of the situation. Including the matlab source code, simulation curve, theoreti
实验报告1 地图着色
- 1.以二维数组list[N+1] 表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且至多只染四种颜色-1. To two-dimensional
单片机课程设计与总结报告
- 单片机频率计程序,一篇及其完整的论文,内附思路,源程序,程序流程图-Singlechip Cymometer procedures, and complete a thesis, containing ideas, source code, the program flow chart
shixi
- 12篇毕业实习报告,其中大部分是计算机专业的实习报告-12 Graduation Practice report, most of which are computer professional internship report
jiyuPLCdeyetihunhekongzhi
- 基于PLC的液体混合控制系统,有完整的报告和程序以及仿真结果-PLC-based control system for the liquid mixture, a complete report and procedures as well as the simulation results
nonPAST
- 采用非线性主分量方法对育信号进行分离的算法。运行环境MATLABR2008B。程序+报告都在里面-Nonlinear principal component method of fertility signal separation algorithms. Operating environment MATLABR2008B. Procedure+ reports inside
chouxiangshujuleixiang
- 抽象数据类型图的实现 包括实验报告 执行程序 和原代码-chouxiangsujuleixingrefe45yt5
112
- 一个英文打字练习程序,内有可执行文件和课程设计报告-An English typing practice procedures, there is an executable file the report and curriculum design
pengbo
- 数据结构课程设计,电子家谱,家谱管理系统源码加课程设计报告-Data structure course design, electronic genealogy, genealogy management system source code plus Course Design Report
dds
- 完整的毕业设计报告,课题是《基于DDS技术实现的频率可跳变的设计》内容完整。内含所有源程序。-Complete graduation design report, the subject was " based on DDS technology of the design of frequency hopping" content integrity. Contains all the source code.
MC_Prime
- 用Monte Carlo算法测试素数的实验程序,附有实验报告对程序做详细说明。-With the Monte Carlo algorithm for testing primes experimental procedure, experimental report with a detailed descr iption of the process.
bianyi
- 词法分析器实验报告,本程序则是通过对给定路径的文件的分析后以单词符号和文字提示显示。-Lexical Analyzer for reporting, this procedure is given by the path of the file on the analysis of symbols and words after the word prompt display.
jihuashengyuxitongsheji
- 计划生育系统的毕业设计报告,VB和SQL2000写的程序,总体还是可以的-Family planning, system design report graduation, VB and SQL2000 written procedures, in general, or possible
单路温度测量显示报告
- 1.2.1 主要内容 用PSoc器件设计一个温度测量装置。系统能够检测环境温度并通过LCD显示屏实时环境显示温度。 1.2.2 基本要求 (1)学习PSoC原理与使用方法,掌握PSoC Express和PSoC Designer的使用; (2)设计由Psoc器件构成的典型系统。包含下载电路和LCD显示电路. (3)掌握温度传感器的基本原理(LM35)及连接电路。 (4)设计PSoC模拟和数字电路,编写应用程序; (5)焊接电路并调试电路; (6)测试设计结果并分析。 采用PSo
实验报告一党旭剑201601001018
- 1. 了解Visual C++ 6.0的特点。 2. 熟悉Visual C++ 6.0的开发环境。 3. 学习用Visual C++ 6.0编写标准的C++控制台程序。(1. understand the features of Visual C++ 6. 2. familiar with the development environment of Visual C++ 6. 3. learn to write standard C++ console programs using V
小程序开发调研
- 开发微信小程序调研报告,有助于微信小程序的开发(WeChat applet development)
汇编实验报告
- 初学汇编语言,几个小实验让我们更加熟悉与掌握汇编语言,程序要在DOS上实现(The first assembly language, several small experiments have made us more familiar with the assembly language, the program will be implemented in DOS)
数据结构-单链表-实验报告
- 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: