-
m-file-guide
matlab m语言的编程,包括m语言的编程基础,C语言转换和外部接口等(matlab m language programming, including m basics of programming language, C language conversion and external interfaces)
- 2013-08-03 10:17:41下载
- 积分:1
-
new1dfdtd
增加了声子晶体周期条件:
if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end(if (mod(ii,19)<9)
u(ii,3)=2*u(ii,2)-u(ii,1)+c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
else
u(ii,3)=2*u(ii,2)-u(ii,1)+0.5*c*(u(ii+1,2)-2*u(ii,2)+u(ii-1,2))
end)
- 2015-03-05 02:15:46下载
- 积分:1
-
yzmsb
说明: Matlab验证码识别算法实现,详细见代码实现,要搭建Matlab环境(Matlab verification code identification algorithm, see the code implementation in detail, to build Matlab environment)
- 2019-06-21 12:08:35下载
- 积分:1
-
neural2
很好的神经网络程序,适于初学者,希望大家有用。(good neural network program, suitable for beginners, we hope useful.)
- 2007-03-09 17:50:21下载
- 积分:1
-
dmf_chuantong
直扩系统传统DMF解扩SIMULINK建模(DS system, the traditional DMF despreading SIMULINK modeling)
- 2012-06-02 23:30:39下载
- 积分:1
-
divide-and-conquer
分治算法的介绍和C源程序。包含数学建模的分治算法的编程心得(The introduction of the divide-and-conquer algorithms and C source.)
- 2012-09-07 16:49:42下载
- 积分:1
-
cubicspl
Astrodynamics library file crack
- 2012-11-18 13:30:13下载
- 积分:1
-
matlab
设计一个一位二进制数大小比较器。比较两个一位二进制数A和B的大小,电路有三个输出端Y1,Y2和Y3,分别对应A大于B,A等于B,A小于B。当条件满足时,相应输出端为1,否则为0。(A,B用两个脉冲源代替),建立仿真模型并保存。(Design a one binary magnitude comparator. A size comparison of two binary numbers A and B, the circuit has three outputs Y1, Y2 and Y3, respectively, corresponding to the A greater than B, A is equal to B, A less than B. When the conditions are met, the corresponding output is 1, and 0 otherwise. (A, B instead of the source with two pulses), and save the simulation model.)
- 2013-12-24 13:16:27下载
- 积分:1
-
Russiansquare
说明: 基于matlabGUI的俄罗斯方块,可实现与一般俄罗斯方块相同的功能(Russian square based on matlab)
- 2010-04-01 11:00:31下载
- 积分:1
-
OTSU
大津法确定图像二值化阈值,为MATLAB语言编写的M文件, 可直接使用(Otsu method to determine the threshold image binarization)
- 2013-03-09 16:29:30下载
- 积分:1