-
MATLAB_source_code_achieve_program_jacobi_method
MATLAB实现jacobi法程序的源码MATLAB source code to achieve the program jacobi method(MATLAB source code to achieve the program jacobi method)
- 2010-08-12 15:18:48下载
- 积分:1
-
yankebingchuang3
当星期六、星期天医院不做手术时病床安排情况(When Saturday and Sunday, when the hospital bed arrangement is not the case surgery)
- 2011-07-25 19:04:21下载
- 积分:1
-
lliangdianfa
说明: 通过两点法 计算水波的反射系数 海洋工程领域实用代码(The reflection coefficient calculation by two points method. Useful code for ocean engineering.)
- 2021-04-06 10:19:02下载
- 积分:1
-
Matlab
论文题目:基于Matlab无刷直流电机控制系统建模与仿真
为验证控制算法和控制策略的合理性,在
分析无刷直流电机数学模型的基础上,用Matlab建
立了无刷直流电机控制系统的仿真模型,并详细介
绍了控制系统的各个子模块。通过对实例电机的仿
真,给出了仿真结果,证明了该模型的可行性。(To verify the control algorithm and control strategy is reasonable, in the
Analysis of brushless DC motor based on the mathematical model, using Matlab to build
Li of the brushless DC motor control system simulation model, referred in detail
Shao-control system, the various sub-modules. Through the examples of motor imitation
True, gives the simulation results prove the feasibility of the model.
)
- 2009-10-11 11:03:06下载
- 积分:1
-
image_fusion_matlab_six_method
基于matlab小波变换的图像融合,采用的是区域的6种算法(Matlab wavelet transform based image fusion, using the region of six kinds of algorithms)
- 2010-03-06 23:46:56下载
- 积分:1
-
SAP2000-matlab
matlab提取sap2000中的模型数据的接口程序(Matlab interface program to extract sap2000 model data)
- 2018-05-07 14:50:54下载
- 积分:1
-
IEEE802.3av-2009
IEEE2009年新推出的10GEPON的最新标准(IEEE2009 new 10GEPON on the latest standards)
- 2010-08-16 22:13:28下载
- 积分:1
-
chengxu
用元胞自动机模拟博客圈里舆论的传播过程,可得到最终结果图形。(Analysis of the propagation of discussion topics in the blogosphere with CA)
- 2012-02-06 20:54:17下载
- 积分:1
-
Solution of inverse problems for the conjugate gradient method, for Ax = b, the...
用于解反问题的共轭梯度法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Solution of inverse problems for the conjugate gradient method, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
- 2022-05-04 22:10:08下载
- 积分:1
-
QR_code代码
在Matlab中,将这个字符串转化为一个0-1矩阵,并使用imshow来显示它,就避免了创建文件。函数的代码如下。想要正常使用这个函数,需要先下载ZXing的源码,编译,并将编译出的相关的class们都打包成zxing.jar。利用MultiFormatWriter对象得到二维码的BitMatrix对象后,通过MatrixToImageWriter写入到一个图像文件当
中。但是,每次都要为生成的链接创建一个文件觉得有点麻烦,所以,稍微研究了一下MultiFormatWriter的encode方法返回的
BitMatrix对象,发现对其调用toString方法后,得到了用字符串形式表示的二维码图像,其中,两个连续的空格代表浅像素,一个"X"和一个
空格代表深像素。
- 2022-05-07 01:22:19下载
- 积分:1