资源列表
CommonDivisor
- 这是一个二分图完全匹配问题, 题意:给出一组数,这组数按给出的序列从标号1依次递增编号,现在要求你编写一个程序改变这些数的序列,使得每个数和其下标的最大公约数和相加得到的数最小。
1027
- zoj 的1027题。 采用动态规划求解。
067109a
- 实现以循环链表表示的队列操作: 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列。
shuixian
- 题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该 数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。*/-Topic: print out all of the Narcissus few , the so-called Narcissus few refers to a three-digit, its Members and eq
Polynomialmultiplication
- 多项式乘法,使用C++语言编写的多项式乘法的程序,数据结构的经典程序-Polynomial multiplication, using the C++ language programs of polynomial multiplication, the data structure of the classic procedure
b1a9991d5d8a
- 本代码用于角点检测,先将图片转换成灰度图,然后对灰度图进行角点检测,并且标出检测出的角点-The code for corner detection, the first image into grayscale, and then the corner detection of grayscale, and marked the corners detected
lighting
- OpenGL lighting effect-OpenGL lighting on a rectangle which are rotating. Code is written in a txt file, copy and paste to your programme.
Sort
- 几种常见的搜索和排序算法。 包括:线性搜索、二分搜索、选择排序、插入排序、合并排序。-Several common searching and sorting algorithms. Include: linear search, binary search, selection sort, insertion sort, merge sort.
quantification_et_codage
- Codage arithmétique est une méthode pour la compression de données lossless. Normalement, une corde des caractères tels que les mots « bonjour là » est représentée en utilisant un nombre fixe de peu par caractère, comme dans ASCII code. Comme
tudebianli
- 分别用邻接矩阵和邻接表实现图的深度优先搜索和广度优先搜索-Adjacency matrix and adjacency were used to map the table to achieve the depth-first search and breadth-first search
classic-and-KMP
- 用朴素的模式匹配和无回溯的KMP两种方式实现某些英文词组在文本中的匹配查找。-Simple pattern matching and no backtracking the KMP are two ways to achieve some English phrases in the text matching to find.
hough_circle
- 已经运行过,可用的一种matlab代码的圆形裂痕检测-Have been run, a round of matlab code detection available