资源列表
TSP_DP
- 矩阵最短路径,算法分析中求最短路径的c++源程序代码
c5
- 要求按每个数的后三位的大小进行升序排列,然后取出满足此条件的前10个数依次存入数组b中,如果后三位的数值相等,则按原先的数值进行降序排列
mergeSort
- 合并排序算法是用分治策略实现对n个元素进行排序的算法。其基本思想是:将待排序的元素分成大小大致相同的2个子集合,分别对2个子集合进行排序,最终将排好序的子集合合并成为所要求的排好序的集合。算法复杂度为:O(nlogn)
lcs
- 本程序计算两个序列的最长公共子序列LCS
000
- 判定一个码是否为唯一可译码 1. 已知:信源符号个数为q,码符号集为C 2. 输入:任意一个码。码字个数和每个具体的码字在运行时从键盘输入。 3. 输出:判断(是否唯一可译码)
SegmentTree
- 一个效率可以的线段树代码 可以直接用来求解矩形面积并 另外可以修改实现更多功能.-The efficiency of the line segment can be a tree code can be directly used to solve the rectangular area and the other can be modified to achieve more.
erchashubianli
- 实现二叉树的建立和先、中、后序遍历二叉树以及求二叉树深度的功能。-To achieve the establishment and the first binary tree, during, and after traversing a binary tree and binary tree find the depth of functionality.
tablelink
- 线性表,用链表做的线性表,可以进行表格录入等操作,-Linear form, linear form with the list to do, can form entry and other operations,
ODE_solver
- This is a program for solving first order ODE s with initial condition using Euler method.
Yang-Hui
- 数据结构与算法中用键盘输出控制杨辉三角的输出。-Data structure and algorithm of using the keyboard output Yang Hui triangle output control.
dbbz
- 自己实现的敌兵布阵的源代码,HDOJ1066题,数据结构使用了线段树和树状数组,算法策略使用了分治策略。-Own implementation of the enemy soldiers ended their source code, HDOJ1066 question, data structures using the segment tree and the tree array, the algorithm strategy of divide and conquer strategy
二维空间点线线线距离
- 基于GIS空间分析的简单入门,二维空间内点到线的距离使用的矢量法实现,线与线的距离使用线方程法,先判定是否平行然后计算距离。两个CPP文件,用于VC6.0实现。
