-
线性规划的单纯形法
simplex method for linear programing
- 2023-01-26 02:40:04下载
- 积分:1
-
三角形输出。很好的。
三角形输出。很好的。-triangle output. Very good.
- 2023-03-13 22:35:04下载
- 积分:1
-
Least Soft-thresold Squares Tracking
we propose a generative tracking method based on a novel robust linear regression algorithm. In con-
trast to existing methods, the proposed Least Soft-thresold Squares (LSS) algorithm models the error term with the
Gaussian-Laplacian distribution, which can be solved ef- ficiently. Based on maximum joint likelihood of parameters,
we derive a LSS distance to measure the difference between an observation sample and the dictionary. Compared with
the distance derived from ordinary least squares methods, the proposed metric is more effective
- 2022-03-22 17:30:20下载
- 积分:1
-
贪心算法解决部分背包问题
本程序研究了贪心算法,并把此算法用于部分背包问题上,基于C语言实现,达到最优解。所谓贪心算法是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,所做出的仅是在某种意义上的局部最优解。贪心算法不是对所有问题都能得到整体最优解,但对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解。部分背包问题: 给定一个最大载重量为M的卡车和N种食品,有食盐,白糖,大米等。已知第 i 种食品的最多拥有Wi 公斤,其商品价值为Vi元/公斤,编程确定一个装货方案,使得装入卡车中的所有物品总价值最大。
- 2022-01-30 12:45:27下载
- 积分:1
-
先设定随机数发生公式的种子值,根据这个产生一个随机的数组,然后通过插入排序进行排序,并计算运行时间...
先设定随机数发生公式的种子值,根据这个产生一个随机的数组,然后通过插入排序进行排序,并计算运行时间-First occurrence of the formula set random number seed value, the basis of this result in a random array, and then sort through the insertion sort, and calculate the running time
- 2022-08-12 10:12:19下载
- 积分:1
-
使用高斯数的转换坐标正反,MAPP…
利用高斯正反算进行坐标的转换,测绘专业必备之程序。-use Gaussian count for positive and negative coordinates of the conversion, mapping professionals required procedure.
- 2022-06-03 00:29:34下载
- 积分:1
-
detailed algorithm design
详细龙贝格算法设计-detailed algorithm design
- 2022-02-02 15:07:27下载
- 积分:1
-
implementación del filtro de Kalman
implementación del filtro de Kalman
- 2022-06-29 16:25:26下载
- 积分:1
-
apm3.3源码
资源描述
APM3.3.1源码包括库,用ATMEGA2560开发的多旋翼飞行器,现在是V3.3.1版本,多飞行模式等做了优化处理,利用的开发环境是ARDUINO开发环境
详细信息参考如下网址
https://github.com/diydrones/ardupilot/tree/master/ArduCopter
http://copter.ardupilot.com
- 2022-03-20 05:05:32下载
- 积分:1
-
fibonacci numbers
我为我的c班准备了这个。它工作时写斐波那契数。如果你想改变数字的上限,就把1000改成你想要的。
- 2022-07-09 08:36:35下载
- 积分:1