搜索资源列表
单片机C51实验书上所有程序代码
- 单片机C51实验书上所有程序代码
PLC实验指导书
- 可编程控制器(PLC)的实验指导书,有详细的实验要求及代码
最短路径代码题目
- 、实验目的 因特网中,路由器中路由表的生成是非常关键的技术问题。目前,在因特网中的路由器中,都支持开放最短路径优先(OSPF)路由生成算法。OSPF算法生成速度快,而且收敛快、性能稳定,是目前已知的因特网中路由表生成的最好算法之一。 OSPF最重要的内容是路由器如何根据已接收到的本路由器所在的自治系统(AS)的路由器拓扑结构以及各路由器和网络之间的传输费用(代价、权),生成一条从本路由器到AS中各路由器的最短路径,进而生成路由表。 本实验的目的是根据一个给定的网络拓扑结构及路由器之间的传输
端口扫描实验报告
- 这是一个漏洞扫描器的实验报告,其中有比较完整的实验过程以及软件代码,可以借鉴与学习。
VHDL设计的相关实验,包括4位可逆计数器
- VHDL设计的相关实验,包括4位可逆计数器,4位可逆二进制代码-格雷码转换器设计、序列检测器的设计、基于ROM的正弦波发生器的设计、数字密码锁的设计与实现。-VHDL design of experiments, including four reversible counters, four reversible binary code- Gray code converter design, the sequence detector design, the ROM-based sine w
system_identification
- 系统辨识的实验代码,包括产生白噪声程序、各种最小二乘法程序等等,包含所有源代码,用C++写的。-Experimental system identification code, including the generation of white noise process, a variety of least squares procedures, etc., including all source code, using C++ written in.
java
- java实验报告书:其中包括实验代码以及说明等-Experimental java report: including the experimental code, and descr iptions
jzxdzxwt
- 集装箱的装载算法设计 实验报告 内附代码-Container loading algorithm design report containing experimental code
lxswt
- 旅行商问题 算法中经典的算法 实验报告 内附代码-Traveling Salesman Problem Algorithm classic algorithm Experimental Report
40MCUExamplesForGreenHands
- 给单片机初学者的40个实验,带有原理图,汇编和C语言双代码,单片机爱好者拿去参考吧.-Beginners to single-chip microcomputer 40 of the experiment, with a schematic diagram, and the C language compilation of dual-code, single-chip lovers refer to it instead.
Java2answer
- Java2 实用教程 耿祥义 实验代码和答案 非常好的使用资料-java 2 answer for the java2 second version very good
2
- 构造霍夫曼树,该压缩包包含该算法的源代码。。 是本人的实验代码,原创来的-Huffman tree construction, the compressed packet contains the source code of the algorithm. . Is my experimental code, original come. . .
1111
- 接口程序实验代码包含内容说明包含内容说明-Interface program descr iption contains experimental code that contains the content descr iption of contents
1
- Java上机实验代码,好用!!!!有登录验证,密码保护功能-Java pratice
Java
- java入门学习常用的实验代码,自己整理的,希望可以帮到大家-java entry commonly used in experiments to study the code, its own order, and the desire to help everyone
java实验报告
- 用java编写的石头剪刀布代码实验报告,有具体代码和详细实验过程,要求和结果
13044x班实验一资料
- 计算机控制课程实验,包含课程实验报告,以及程序代码(computer control experiment)
2016061105_实验4
- 本科生C语言实验代码,课程包含C语言书籍所有例程代码。(Undergraduate C language experiment code, the course contains all the C language books routines code.)
大学数据结构DS实验全部代码实现(1)
- 这个实验(1)代码包括:顺序表,链表,链表应用,二叉树,图,栈,串应用,哈夫曼树。 不是书(数据结构c语言版)的全部内容,后续会更新后排序查找等本书后面全部ds实验代码。 纯手打的代码,都是实验课上现敲的,这些也都通过OJ检验数据了,有简短注释
机器学习实验代码
- 数据挖掘与机器学习的实验课结果及代码。自己写的,加上老师的指导。