-
小波的书
小波小波书小波书小波书小波书小波书小波书
- 2022-11-06 23:20:03下载
- 积分:1
-
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解...
一些矩阵运算的C代码实现:矩阵一般运算,以及求逆,QR分解,householder变化,LDU, LU分解-some matrix calculation of C code to achieve : Matrix general computing, and inversion, QR decomposition, the householder changes, LDU, LU decomposition, etc.
- 2022-03-19 11:41:21下载
- 积分:1
-
此代码用vc++模拟行星绕恒星的运行状态。
此代码用vc++模拟行星绕恒星的运行状态。-This is for discribing a plante cyclying another
- 2022-05-22 15:50:35下载
- 积分:1
-
四色方柱问题(Instant Insanity)的求解算法
四色方柱问题(Instant Insanity)的求解算法-four-color side (Instant Insanity) algorithm
- 2022-03-04 09:18:34下载
- 积分:1
-
弹道控制
关于导弹弹道控制的matlab仿真,是有关导弹拦截的弹道仿真,防御识别系统的导弹弹道仿真程序,使用simulink与matlab程序混编而成的导弹的3自由度仿真
- 2022-07-24 04:06:56下载
- 积分:1
-
银行家算法代码
#include "string.h"
#include
#include
#define M 5
#define N 3
#define FALSE 0
#define TRUE 1
银行家如何进行投资的简单算法
- 2022-07-19 07:22:58下载
- 积分:1
-
在MATLAB的数字印刷
fingure print in matlab
- 2023-08-19 01:50:03下载
- 积分:1
-
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
-this procedure applies to solution of the form f (x) = 1/2* x" Ax+ bx+ c quadratic function of the stable point
- 2022-05-28 10:55:39下载
- 积分:1
-
递归方法的汉诺塔问题,网上大多没有界面,这个有界面,有游戏功能!...
递归方法的汉诺塔问题,网上大多没有界面,这个有界面,有游戏功能!-Recursive method of Hanoi Tower problem, on-line do not have any interface, this interface has gaming features!
- 2022-03-21 06:10:50下载
- 积分:1
-
C++ 异质链表
C++的异质链表,通过定义一个viod* pData的指针来指向任意一个数据类型或者数据类型,通过C++的多态性实现在一个链表中连接不同数据类型的node的效果.可以实现对list的insert,Delete,print的操作. 支持int,char,double,string四种数据类型.在每个node中记录这个节点的type,和相应数据类型的指针,并通过模板实现对不同数据类型的操作.
- 2022-02-06 04:54:28下载
- 积分:1