资源列表
SONGCIFA
- 松弛法解方程C程序-relaxation method of solving equations C program.
phptoie
- php获取浏览器信息,使用php代码来获取客户的浏览器信息-php browser access to information, the use of php code to access customer information browser
复件 顺序表
- 数据结构编程 实现数的插入-data structure programming several of the insert, etc.
duochuzuiyoufuwucixuwenti
- 多处最优服务次序问题,设有N个顾客同时等待一项服务。顾客i需要的服务时间为ti,共有s处可以提供此项服务,应如何安排n个顾客的服务次序才能使平均等待时间达到最小。
substr
- 给定1 棵有n 个结点的树T。子树分割问题要求从树T 中删除尽可能少的边得到一个恰有k 个结点的连通分支。
2980
- 在北大POJ通过的高精度大整数乘法运算程序
bosongfenjiu
- 泊松分酒游戏 游戏中实现泊松分酒的 全部算法
arc
- Arc geometry library
download
- 分支界限算法 ,用队列解决最优装载问题,跟背包算法有同样的功能-Branch and bound algorithm, the optimal loading queue to resolve the problem, with the same functionality Knapsack Algorithm
ray1
- irt is code for rayliegh fading usingsum of sinusoids
zuiganfa
- 解系数矩阵为非奇异的线性方程组的追赶法的c++代码-Solution of a nonsingular coefficient matrix chase-after method of the system of linear equations
MaxPointsonaLine
- Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 分析:首先要注意的是,输入数组中可能有重复的点。由于两点确定一条直线,一个很直观的解法是计算每两个点形成的直线,然后把相同的直线合并,最后包含点最多的直线上点的个数就是本题的解。我们知道表示一条直线可以用斜率和y截距两个浮点数(垂直于x轴的直线斜率为无穷大,截距用x截距),同时还需要保存每
