文件名称:Normal-Algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
在本文章里面,有各种举出算法的C语言实现
1、大数阶乘
2、大数乘法
3、任意进制转换
4、最大公约数
5、最小公倍数
6、快速傅里叶变换
7,字符串的替换,查找,截取
8、叉乘法求多边形的面积
9、快速,希尔,选择等各种排序
10、二叉树,链表,链栈
11、二分查找
12、求解线性方程组,也叫中国余数定理
13、求点到直线距离
14、Prim算法求最小生成器
15、判断点与直线的关系,俩条直线的关系
16、求排列组合数,俩矢量角度
......
等等基础算法的C语言代码实现-1, large factorial
2, a large number of multiplication
3, arbitrary binary conversion
4, the largest common divisor
5, the least common multiple
6, fast Fourier transform
7, string replacement, search, interception
8, fork multiplication method for polygon area
9, fast, Hill, choice and other sort
10, binary tree, linked list, chain stack
11, binary search
12, solving linear equations, also known as the Chinese remainder theorem
13, seeking point to a straight line distance
14, Prim algorithm for the minimum generator
15, determine the point and the relationship between the two lines of the relationship
16, the number of permutations and combinations, two vector angle
...
And so on the basis of the C language code algorithm
1、大数阶乘
2、大数乘法
3、任意进制转换
4、最大公约数
5、最小公倍数
6、快速傅里叶变换
7,字符串的替换,查找,截取
8、叉乘法求多边形的面积
9、快速,希尔,选择等各种排序
10、二叉树,链表,链栈
11、二分查找
12、求解线性方程组,也叫中国余数定理
13、求点到直线距离
14、Prim算法求最小生成器
15、判断点与直线的关系,俩条直线的关系
16、求排列组合数,俩矢量角度
......
等等基础算法的C语言代码实现-1, large factorial
2, a large number of multiplication
3, arbitrary binary conversion
4, the largest common divisor
5, the least common multiple
6, fast Fourier transform
7, string replacement, search, interception
8, fork multiplication method for polygon area
9, fast, Hill, choice and other sort
10, binary tree, linked list, chain stack
11, binary search
12, solving linear equations, also known as the Chinese remainder theorem
13, seeking point to a straight line distance
14, Prim algorithm for the minimum generator
15, determine the point and the relationship between the two lines of the relationship
16, the number of permutations and combinations, two vector angle
...
And so on the basis of the C language code algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
常用算法查找助手
................\readme.txt
................\SkinH_EL.dll
................\常用算法查找助手 V1.0.exe
................\数据
................\....\Bellman-ford算法求单源最短路径.dat
................\....\Dijkstra算法求单源最短路径.dat
................\....\Floyd-Warshall算法求每对节点间最短路径.dat
................\....\Graham扫描法寻找凸包.dat
................\....\Prim算法求最小生成树.dat
................\....\Ronberg算法计算积分.dat
................\....\x的二进制长度.dat
................\....\两点距离(2D、3D).dat
................\....\两矢量间角度.dat
................\....\乘法求任意多边形面积.dat
................\....\二分查找.dat
................\....\二叉树.dat
................\....\任意进制转换.dat
................\....\判断一个封闭图形是凹集还是凸集.dat
................\....\判断一个数是否素数.dat
................\....\判断两线段是否相交.dat
................\....\判断点是否在线段上.dat
................\....\判断线段与直线是否相交.dat
................\....\大数乘法(大数乘大数).dat
................\....\大数乘法(大数乘小数).dat
................\....\大数减法.dat
................\....\大数加法.dat
................\....\大数阶乘.dat
................\....\字符串截取.dat
................\....\字符串替换.dat
................\....\字符串查找.dat
................\....\射向法判断点是否在多边形内部.dat
................\....\希尔排序.dat
................\....\快速傅立叶变换.dat
................\....\快速排序.dat
................\....\最大公约数.dat
................\....\最小公倍数.dat
................\....\模取幂运算.dat
................\....\求三角形面积.dat
................\....\求两直线的交点.dat
................\....\求排列组合数.dat
................\....\求解模线性方程.dat
................\....\求解模线性方程组(中国余数定理).dat
................\....\点到线段最短距离.dat
................\....\筛法素数产生器.dat
................\....\组合排列.dat
................\....\行列式计算.dat
................\....\返回x的二进制表示中从低到高的第i位.dat
................\....\选择法排序.dat
................\....\链栈.dat
................\....\链表.dat
................\....\顺序栈.dat
................\....\顺序队列.dat