-
圆的bresenham算法的实现
圆的bresenham算法的实现-round of the algorithm to achieve bresenham
- 2022-07-24 17:16:20下载
- 积分:1
-
gradient method
这是凸优化中梯度法的代码
- 2023-05-17 04:10:03下载
- 积分:1
-
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来...
椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来-The error ellipse fitting algorithm, fitting point to the ellipse center distance minus the corresponding fitting point on the ellipse to the ellipse center point of the distance, the effective analysis of the error ellipse fitting problem, and let it be shown in the dialog box
- 2022-03-18 15:29:28下载
- 积分:1
-
小波的书
小波小波书小波书小波书小波书小波书小波书
- 2022-11-06 23:20:03下载
- 积分:1
-
强制性离散对数
^ x = 140851752bruteforce x
- 2022-04-18 16:39:58下载
- 积分:1
-
这是一个支持多位数运算(可以达到几百位的长整数)的数类,名字叫Long,它是从long类发展过来的,但比原来的long类功能多。Long类可以和原有的doubl...
这是一个支持多位数运算(可以达到几百位的长整数)的数类,名字叫Long,它是从long类发展过来的,但比原来的long类功能多。Long类可以和原有的double,long等等数据类型混合运算-This is a multi-digit support operations (which may reach hundreds of long integers) to a number of named Long, it is long from over the type of development, but more than the original multi-functional long. Long classes can be double the original, long data types, etc. Operational mixed
- 2022-01-26 07:59:30下载
- 积分:1
-
模拟堆栈进栈和出栈操作的两个C++源程序
模拟堆栈进栈和出栈操作的两个C++源程序-simulated stack into stacks and stacks up operation two C source
- 2023-08-13 20:55:02下载
- 积分:1
-
贪心算法解决部分背包问题
本程序研究了贪心算法,并把此算法用于部分背包问题上,基于C语言实现,达到最优解。所谓贪心算法是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,所做出的仅是在某种意义上的局部最优解。贪心算法不是对所有问题都能得到整体最优解,但对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解。部分背包问题: 给定一个最大载重量为M的卡车和N种食品,有食盐,白糖,大米等。已知第 i 种食品的最多拥有Wi 公斤,其商品价值为Vi元/公斤,编程确定一个装货方案,使得装入卡车中的所有物品总价值最大。
- 2022-01-30 12:45:27下载
- 积分:1
-
四则运算的代码,有兴趣的可以研究下下的呵呵.
四则运算的代码,有兴趣的可以研究下下的呵呵.-4 computing code, may be interested Ha ha under study.
- 2022-05-09 01:57:08下载
- 积分:1
-
一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间...
一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间-A shortest path algorithm, can serve as a beginner reference, has a certain value and the expansion of space
- 2022-07-12 00:51:37下载
- 积分:1