资源列表
Dijkstra迪捷斯特拉算法
- 迪杰斯特拉算法是从一个顶点到其余各顶点的最短路径算法,解决的是有向图中最短路径问题。迪杰斯特拉算法主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。(The Dijkstra algorithm is the shortest path algorithm from one vertex to the other vertices, and the shortest path problem in the directed graph is solved. The main featur
MFSP-master
- 利用miRNA与疾病关系和疾病有向无环图计算miRNA功能相似性(measurement for miRNA functional similarity)
1.求素数
- 用C语言编写一个求出100以内的素数的小程序。(Using C language to write a small program within 100 of the prime number.)
压缩
- 建立哈夫曼树,对文件进行哈夫曼编码,达到对文件进行压缩的功能(Building Huffman tree, Huffman coding for files, to achieve the function of compressing files)
calculator
- 能实现加减乘除运算等复杂运算,能实现进制转换、能实现复杂表达式计算(It's a very useful calculator!)
g2553
- msp430g2553sPWM波程序 适用于CCS编译环境(Msp430g2553sPWM wave program)
[《数据结构》(C语言版)配书光盘].DSDemo
- 数据结构(C语言版) 老版本 配套光盘,含源码和演示(Data Sturcture CD with code and demo)
面向对象学习之城堡游戏
- 这是一个面向对象的例子,为了让java学习者更好地理解面向对象。运行后有help,go east,go west等指令。
StudentMGMain classes
- 这是一款简单的学生管理系统。(This is a simple student management system.)
移位操作
- 详细介绍了c++编程里的移位操作,有需要可以下载(Introduced in detail the c++ programming shift operation, there is need to download)
huffman
- 详细介绍了哈夫曼编码的详细过程和实现,有需要可以下载(Detailed Huffman coding detailed process and implementation, there is need to download)
MATLAB神经网络原理与实例精解
- MATLAB神经网络原理与实例精解 程序