-
MatrixCalculator_VC++是一个完整的VC++程序,作为初学者或熟悉Matlab的你可能迷惑于用c/c++怎么编写矩阵、向量等,看看例子或许你就...
MatrixCalculator_VC++是一个完整的VC++程序,作为初学者或熟悉Matlab的你可能迷惑于用c/c++怎么编写矩阵、向量等,看看例子或许你就会有所明白了-MatrixCalculator_VC++ Is a complete VC++ Procedures, as a beginner or you might be familiar with Matlab
- 2022-03-24 10:24:01下载
- 积分:1
-
牛顿插值
#include#include"String.h"#include#define ROW 6void read(float x[],float y[])//文件读取方便测试{ FILE *fp=fopen("num.txt","r"); rewind(fp); for(int i=0;i
- 2022-10-06 17:00:02下载
- 积分:1
-
倒车仿真
实现了倒车轨迹仿真,倒车轨迹仿真 C++模拟上位机算法,分步骤进行编程
- 2022-04-29 21:20:44下载
- 积分:1
-
碰撞检测源码
非常详细的高精度碰撞检测代码,精确到三角形、边、点,优化过滑动时的碰撞检测,完全没有震动现象。代码中把三角形等元素具体成类参与计算的方法很有参考价值。 代码内含3d向量计算函数,在ogengl、d3d下均可运行。
- 2022-05-22 10:16:36下载
- 积分:1
-
a good painting Linear Algorithm
一个很好的画直线算法-a good painting Linear Algorithm
- 2022-01-31 00:22:24下载
- 积分:1
-
随机数类: 可以随意生成一个给定区域内的随机数或伪随机数
随机数类: 可以随意生成一个给定区域内的随机数或伪随机数-Random number categories: can generate a given region of the random number or pseudo-random number
- 2022-02-13 01:38:03下载
- 积分:1
-
在vc中调用matlib得时候,需要一些引擎文件,在这里已经全部包含。...
在vc中调用matlib得时候,需要一些引擎文件,在这里已经全部包含。-in vc call matlib in time and need some engines, has been here all included.
- 2022-05-29 01:12:13下载
- 积分:1
-
采用c++编写,上机运行通过的N皇后实现代码,绝对可用
采用c++编写,上机运行通过的N皇后实现代码,绝对可用-used to prepare, on the plane running through the realization of the code N Queen"s absolutely available!
- 2022-06-26 16:25:11下载
- 积分:1
-
matlab实现此过程的最速下降算法。
这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法.
-Matlab implementation of this procedure steepest descent algorithm.
- 2023-06-12 22:50:03下载
- 积分:1
-
自动计算养老保险金额,包括每个月上交金额,何时开始,何时结束,退休后应得每月金额...
自动计算养老保险金额,包括每个月上交金额,何时开始,何时结束,退休后应得每月金额-Automatically calculate the amount of pension insurance, including the amount paid every month when he will begin, when the end of each month after retirement should be the amount of
- 2022-03-22 06:32:33下载
- 积分:1