资源列表
find Your Team
- ACM题目
graycode
- 构造格雷码的分析程序,用于算法分析,用VC编写,可以构造n位的格雷码-Gray Construction Code Analysis Program for the analysis of algorithms, with VC preparation, can be constructed of n-Gray code
060372011202.3
- MATLAB设计与实验程序,不是很难,可供试验用,大家注意题目-MATLAB Design and experimental procedures, is not difficult for the test, we pay attention to the subject
MergeList_L
- 单链表的排序,将两个单链表合并并且按升序排列-Single ranking list will be merged and the two single-linked list in ascending order
main
- 使用c或c++实现树的三种遍历,利用数据结构是树-Using c or c++ implementation of the three kinds of tree traversal, using the data structure is a tree
GreedySelector
- 设有n个活动的集合E={1,2,…,n},其中每个活动都要求使用同一资源,如演讲会场等,而在同一时间内只有一个活动能使用这一资源。每个活动i都有一个要求使用该资源的起始时间si和一个结束时间fi,且si <fi 。如果选择了活动i,则它在半开时间区间[si, fi)内占用资源。若区间[si, fi)与区间[sj, fj)不相交,则称活动i与活动j是相容的。也就是说,当si≥fj或sj≥fi时,活动i与活动j相容。-With n-set of the activities of E = (1
linearlistb
- 将A和B两个按元素值递增有序排列的线性表合并成一个递增排列的线性表C,然后把C表倒置成递减的线性表。-A and B will increase the value of two elements ordered by the linear arrangement of the table into a single incremental linear form C, then C table upside down into the descending linear form.
doublelist
- 双链表的有关程序,包括插入数据,删除数据。-Double-linked list of the relevant procedures, including inserting data, deleting data.
erchashu
- 二叉树的三种遍历方法:建立二叉树/先序遍历/中序遍历/后序遍历-Three binary tree traversal method: Create a binary tree/preorder traversal/inorder traversal/postorder traversal
c1
- 编写程序,对给定的n(n≦100),计算并输出k的阶乘k!(k=1,2,…,n)的全部有效数字。 -Programming, for a given n (n ≦ 100), calculate and output the factorial of k k! (K = 1,2, ..., n) of all the significant figures.
main
- N皇后代码,可以输出给定的皇后个数的所有棋盘布局-N Queen code
CQueueLL
- implementation of circular q-implementation of circular queue
