-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
Pvi
in this package are the programs needed to solve any initial value differential problem.
- 2013-08-16 02:04:19下载
- 积分:1
-
mag_homework
仿真一维均匀平面电磁波在自由空间(理想介质)中的传播(Simulation of a one-dimensional uniform plane wave in free space (ideal medium) the propagation)
- 2013-11-22 21:39:31下载
- 积分:1
-
自制同步发电机模块
说明: 基于SINMULINK的同步发电机模块,不同于MATLAB自带模块,论文可用(Based on SINMULINK's synchronous generator module, different from the MATLAB module, the paper is available)
- 2020-09-17 18:37:56下载
- 积分:1
-
matlab
matlab编程一百离,很有用的,程序详解(million from the matlab programming, useful, program Detailed)
- 2010-12-16 16:45:30下载
- 积分:1
-
rcwamethod_TETM
严格耦合波方法计算二维光栅透射反射系数——matlab程序(Rigorous coupled-wave method to calculate two-dimensional transmission grating reflection coefficient- matlab program)
- 2013-06-05 17:55:51下载
- 积分:1
-
theinterfaceofMatlabandCCS
说明: matlab与dsp的ccs接口,提供了一个应用的实例(matlab and dsp' s ccs interface provides an application example of)
- 2009-08-24 11:17:59下载
- 积分:1
-
matlab_antenna_dipole
this codes about design antenna dipole in MIMO.The implementation is based on the earlier
implementations of WINNER II interim model [
- 2013-12-12 18:10:47下载
- 积分:1
-
A-reliable-method
说明: 一种稳定可靠的电子稳像方法,功能很强大,用处很广!(A reliable method for electronic image stabilization, very powerful, very wide use!)
- 2011-04-17 11:30:42下载
- 积分:1
-
linear-method
数值计算中的拟合方法 MATLAB程序 附带注释 亲测可用(linear method)
- 2014-02-05 18:21:38下载
- 积分:1