资源列表
decode
- 射频识别系统标签的解码模块的VERILOG代码
Jman
- Visual 开发 希望对你们有帮助 public static int Rom(int n, int m)//双寄或双偶 { int count = 0 //第一排Y坐标上要几个 if (n < m) { for (int i = 1 i <= n i = i + 2) { count++ } } else { for (int j = 1 j <= m j = j + 2) {
floyd
- floyd算法c实现,可以用来求所有节点对之间的最短路径值。-implementation of floyd algorithm using c
maopaopaixu
- 冒泡法排序C++实现的简便运算,可直接应用-Bubble sort C++ method to achieve an easy operation, can be applied directly
Prim
- 本程序实现最短路径中的一个算法,prim算法、。-The program realization of a shortest path algorithm, prim algorithm.
Adjacency-matrix
- 使用C语言实现的邻接矩阵,程序中使用了数据结构和算法的一些简单的知识。-Using C language of the realization of the adjacency matrix, and the program was used in data structure and algorithms of some simple knowledge.
0_1Back
- 0_1背包问题的经典贪婪算法代码和K阶优化贪婪算法代码-0_1 back
four_pair
- two reverse every four nodes of a linked list
4
- 给定k个链表,利用最小堆实现有序链表的k路合并,并输出结果。-Given k a list using the minimum heap achieve an orderly list of k-way merge, and outputs the result.
FIFO
- FIFO算法,即First In First Out算法-FIFO algorithm, First In First Out method
zhuangpeixian
- 算法导论的动态规划中的装配线调度算法的实现-Introduction to dynamic programming algorithm to achieve the assembly line scheduling algorithm
tireTree_1
- 这是一个用C++实现的单词树,对于学习数据结构与算法的同学进阶有很大作用-This a tireTree algorithem code by c++
