-
数学建模SARS传播模型的建立与分析.rar
数学建模SARS传播模型的建立与分析.rar-SARS spread of mathematical modeling and analysis model. Rar
- 2022-04-06 10:58:35下载
- 积分:1
-
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windo...
是《计算机常用数值计算算法与程序 C++版》一书的配套C++程序源代码文件,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting the C source code file, the source files extensions are used. Cpp form.C Windows Virsual C 6.0
- 2022-07-04 21:58:06下载
- 积分:1
-
单纯型法
单纯型法-Simplex method
- 2023-04-30 13:55:03下载
- 积分:1
-
LZW的算法实现
LZW算法的实现
LZW算法 其中 几个对象为 编码流 数据流 以及 编译表
字符即为数值,这里0-255
字符串:几个字符组成的串。这里可以简单用 来描述。其中前缀可以为0。
根:长度为1的字符串。
编码(Code):按照固定的长度从编码流中读取的值,即编译表中映射值。即一个编码对应一个字符串
本程序中将定义编码长度最大为12。最小为8。
本实现中自动根据文件内容生成对应的编译表
一个编码对应一个字符串,
字符串匹配通过hash算法去编译表中查找对应的编码。
hash值 = (前缀的编码+后缀编码)%常数
- 2022-10-19 02:30:04下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1
-
一次课程设计,里面有7个内容
一次课程设计,里面有7个内容-a curriculum design, there are seven content
- 2022-12-04 15:55:03下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
生成不重复随机数算法,vb实现!
生成不重复随机数算法,vb实现!-generating random numbers of non-repetition algorithm, vb achieve!
- 2022-07-14 23:00:17下载
- 积分:1
-
PIXhawk STM32开源飞控源码
资源描述
PIXhawk飞控是3DR公司在APM飞控的基础上开发的PX4飞控后的改进版也就是第二版将PMU和PMIO合在一体的多旋翼固定翼以及车,船等航模车模开源控制系统
代码运行在STM32硬件上,内置RTOS系统Nuttx,pix飞控的前身是苏黎世理工大学创立,后SDR等公司成为其中一员。
本代码全部开源,包括硬件资源,详细信息请参考开源网站如下所示:
http://pixhawk.org/start
http://ardupilot.com/
- 2022-01-24 18:52:19下载
- 积分:1
-
模型 predective lineair
#include < stddef.h > / * NULL * /
#include"mpc.h"
/ * FIXME: 这是一个肮脏的修复程序 HOR_MXCONSTRS 零长度数组问题的 * /
STATE_CONSTR #ifdef
#define NO_MXCONSTR 0
#else
#define NO_MXCONSTR 1
#endif
/ * 静态函数声明 * /
静态 void inc_ref_ctl_solve_problem (结构 mpc_ctl * ctl,const real_t x[]) ;
静态 void stc_ref_ctl_solve_problem (结构 mpc_ctl * ctl,const real_t x[]) ;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-28 03:25:03下载
- 积分:1