资源列表
C++来实现模P算法
- 模P实现.也是用C++来实现模P算发,算出最后的监督元及累计和
single_chain_reverse
- 单链表逆置,数据结构作业-Single-chain reverse function
count-occurences-element
- count occurrence element code
acm-pku-1270 Following Orders
- acm-pku-1270 Following Orders 拓扑排序
1
- 计算机数据结构中的层次遍历-二叉树(队),属于C语言程序-The computer data structure level traversal-binary tree (team), belongs to the C language program
Linked-list-of-nodes-removed
- 有两个链表a和b。设结点中包含学号、姓名。从a链表中删去b链表中有相同学号的那些结点。-There are two lists a and b. Node set contains student number, name. Deleting from a linked list b list number in the same school as those nodes.
String-conversion-
- 用c语言实现的将一个短文中的字母串进行排序,通过测试-String conversion
integral-power
- 小明是个小学五年级的学生,为了早点去看自己爱看的卡通,他想快点把作业做完。可是可恶的数学老师今天却布置了一道难题,小明想了很久也不知道该怎么做。你的任务就是帮小明解决掉这道数学题。 题目是这样子的,有一个整数a(-2^31<= a < 2^31-1),计算它的整数幂a^n,其中1<=n<=99。-Xiao Ming is a fifth-grade students, in order to see his early love to watch cartoons,
Bus-inquires-the-idea
- 公交换乘设计思路,实现最多两次换乘。公交换乘思路大概是这样,当然还可以使用二叉树-Bus transfer design ideas to achieve a maximum of two transfer. Bus transfer thinking about this, of course, you can also use the binary tree
dianshuzhisanjiaoxing
- 用动态规划来的思想求解点数值三角形的最优路径搜索,-With the idea of dynamic programming to solve the point value of the optimal path search triangle,
BOARD
- 在一个2^k×2^k (k≥0)个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为特殊方格。棋盘覆盖问题要求用图(b)所示的4种不同形状的L型骨牌覆盖给定棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。-In a 2 ^ k × 2 ^ k (k ≥ 0) the composition of the board in a box, just a different box with other boxes, saying that the box is a specia
dynamic-program
- // VS2008 《 算法导论 》 P193页 的动态规划装配线调度问题C代码 -<Introduction to algorithm> P 193 dynamic programing