资源列表
MSP430FR5739_code
- 本工程由TI公司IAR最新版本开发,代码清晰。主要实现了基于MSP430FR5739来实现ADS115的数据采集,和OCM12864的液晶显示底层驱动程序。经测试完全可用,供大家交流学习-This project developed by the latest version of TI' s IAR clear code. Mainly to achieve a the realization the ADS115 of data collection based MSP430FR573
fxq
- 飞行棋的实现代码,包括部分注解,数据库是sql2005.-The implementation of the code of the flight chess, including annotation, database sql2005.
rank_int
- Verilog写的产生32位随即数。通过seed产生随即数起始。通过线性反馈移位寄存器产生随机数。 -32 Verilog write the generated random number. Starting seed generated random number. By a linear feedback shift register to generate random numbers.
TopologicalSort
- 通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。-Typically, such a linear sequence called meet topological order (Topological Order) sequence, referred to topological sequence. Simply put, by a partial order on
the-maximum-flow-problem-
- 用增广路法计算最大流问题,给出了C++代码-Augmenting path method to calculate the maximum flow problem given C++ code
ShortestPathDijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
poj2777
- poj2777线段树 统计区间颜色 位运算-poj2777 segment tree statistical range of color bit computing
AD
- 关于芯片ADC0804的模数转换实验。首先启动芯片ADC0804开始模数转换,接着单片机在接收到串口调试工具发送的一个数字之后,单片机将转换后的数字信号的值读出来,并返回发送给串口调试工具,并在其窗口中显示出来。-IC ADC0804 test for AD signal convert. Start the IC AD and make it work. After 51MCU received one number from the serial communication tool, th
PacketHack
- 一款模拟封包发送修改的源代码,Vc++6.0测试通过-an source about the packet
BKDRHash
- 常用字符串哈希函数有BKDRHash,APHash,DJBHash,JSHash,RSHash,SDBMHash,PJWHash,ELFHash等等。-The common string hash function BKDRHash, APHash, DJBHash, JSHash, RSHash, SDBMHash, PJWHash, ELFHash, etc..
BiTree Thread
- 按照某种遍历方式对二叉树进行遍历,可以把二叉树中所有结点排序为一个线性序列。在改序列中,除第一个结点外每个结点有且仅有一个直接前驱结点;除最后一个结点外每一个结点有且仅有一个直接后继结点。这些指向直接前驱结点和指向直接后续结点的指针被称为线索(Thread),加了线索的二叉树称为线索二叉树。-According to some traversal of the binary tree traversal, all nodes in the binary tree sort of a linear
RubikCube
- Opengl 3D三阶魔方,集成了自动还原算法。对于初学者还是有帮助的。-The Opengl Cube algorithm integrates automatic restore. Help for beginners.
