-
matlab
MATLAB中文使用手册,能对MATLAB有个基本的了解,简约。(MATLAB Chinese user manual, can have a basic understanding of MATLAB, simple.)
- 2010-09-29 11:23:15下载
- 积分:1
-
TOOLBOX_calib
说明: 摄像机参数标定,可以标定摄像机参数,进行摄像机参数标定(Camera parameter calibration)
- 2009-08-15 20:10:39下载
- 积分:1
-
MATLAB
初学者必备 完整的MATLAB入门到精通书本辅助实验程序 学后基本可以上手(Complete beginners MATLAB entry to the master book assisted experimental program learn basic can get started)
- 2012-07-22 17:28:18下载
- 积分:1
-
moblie
自适应算术编码的框架,可以直接用来直接开发,用C语言编写的(adaptive arithmetic coding framework that can be directly used to direct development, using the C language)
- 2006-10-28 20:08:11下载
- 积分:1
-
book
浪涛之巅小说,介绍互联网技术的发展,非常好的资料;(Introduct book for internet development)
- 2010-01-13 11:27:14下载
- 积分:1
-
Matlabquanch
MATLAB的全部实例,如何运用Matlab以及Matlab的基础的语法,单词(All instances of MATLAB, how to use Matlab and the Matlab-based grammar, word)
- 2011-10-25 14:30:08下载
- 积分:1
-
CrankNicolson_origin
使用Crank-Nicolson隐式差分格式求解传热方程;第一类边界条件;初始条件已知。(Using the Crank-Nicolson implicit difference scheme for solving heat transfer equation the first boundary condition initial conditions are known.)
- 2015-03-17 10:29:51下载
- 积分:1
-
MATLAB6.5programmer
本文档介绍了Matlab 6.5 编程的规则,以及通过例子加以详细讲解。(It is a good example for learners)
- 2010-08-30 09:15:05下载
- 积分:1
-
mianyi
免疫算法的matlab代码,应该比较好用,谢谢支持!(immune algorithm Matlab code, it should be more convenient, thank you support!)
- 2007-03-20 12:20:00下载
- 积分:1
-
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