资源列表
lisanshuxu2
- 1. 求有限集上给定关系的自反、对称和传递闭包。(有两种求解方法,只做一种为A,两种都做为B) 2. 求有限集上等价关系的数目。(有两种求解方法,只做一种为A,两种都做为B) -1. Find a limited set of relations on a given reflexive, symmetric and transitive closure. (There are two solution method, only one is A, both are used as B)
memory
- 模拟内存分配中的首次循环适应算法,用双向循环链表实现-Simulation of memory allocation in the first cycle adaptation algorithm
SqList
- 有两个按元素值递增有序排列的链表l1和l2,编写一个程序将l1和l2表归并成一个按元素递增有序的链表l3,要求 (1)链表中允许有相同的元素,只要l1、l2、l3单调不减即可 (2)要利用原表空间(即l1和l2表)的结点空间构造l3。-There are two elements of the value increase ordered by the list l1 and l2, write a program that will merge l1 and l2 table into
Mayors-posters
- POJ 2528 引自余立功《算法训练教程》,线段树的应用-POJ 2528 segment tree
Text
- 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
change
- 中缀表达式转后缀表达式,建立二叉表达式树,利用二叉表达式树求解
brute
- ANN的brute算法,用于检查ANN算法的正确性-brute-force algorithm for ANN
1
- 最短哈密尔顿图,穷举法,递归调用, 深度优先查找-The shortest Hamiltonian, brute-force method, the recursive call, depth-first search
first-fit_mem_manage
- 首次适应算法管理内存简单练习,链表简单模拟-First fit algorithm for memory management simple exercises, lists simple simulation
cys
- 这事一个重言式判定程序,程序存在一点问题还望各位不吝赐教啊-eeeeeeeeeeeeeeiouykyrirtyui
huffman
- 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。但是这要求发送端通过一个编码系统对待传数据预先编码,在接收端传来的数据进行译码。对于双工信道,每端都需要有一个完整的编/译码系统,试为这样的信息收发站编写一个哈夫曼的编/译码系统。-huffman tree algorithm
1
- 算法设计中的众数问题,使用了两种方法进行解决。-Plural in the algorithm design
