-
TSPconvhullcode
TRAVELING SALESMAN PROBLEM USING CONVHULL
- 2010-12-25 17:19:10下载
- 积分:1
-
MATLAB7.0
景振毅《MATLAB7.0实用宝典》光盘源代码。MATLAB是目前最流行的应用于科学和工程计算的高性能软件之一。《MATLAB7.0实用宝典》针对MATLAB7.0版本,由浅入深、循序渐进地讲述如何使用MATLAB的各项常用功能。(Jing Zhen Yi " MATLAB7.0 Utility Collection" CD-ROM source code. MATLAB is the most popular used in scientific and engineering calculations, one of high-performance software. " MATLAB7.0 Practical Collection" against MATLAB7.0 version, Deep step by step on how to use the popular MATLAB features.)
- 2010-03-16 14:31:51下载
- 积分:1
-
matlab_fn
Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here.
- 2013-07-09 16:49:20下载
- 积分:1
-
FFT_codes
fft source code
- 2012-06-26 19:41:39下载
- 积分:1
-
Krawtchouk_Moments
自己编写的一个Krawtchouk不动距程序,附有图像处理应用的论文(I have written a program Krawtchouk Moments, with a paper image processing applications)
- 2010-06-07 20:53:43下载
- 积分:1
-
lohmann3
Lohmann3的一个全息图编码,能运行和出现正确的结果,含图(Lohmann3 a hologram coding, can run and the emergence of the correct result)
- 2010-05-18 21:12:59下载
- 积分:1
-
C
说明: 1.1 C基础知识 1
1.2 函数与头文件 2
1.3 C预处理器 3
1.4 将一个字符转换为long型 4
1.5 strcpy函数 4
1.6 assert用法 5
1.7 itoa函数和atoi函数 6
1.8 strcmp函数实现 8
1.9 strcpy函数实现 9
1.10 memcpy函数实现 10
1.11 memcpy和memmove函数的实现 11
1.12 strcat函数实现 13
1.13 使用库函数atoi,将char *→int 13
1.14 使用库函数itoa,将int→char * 14
1.15 不使用库函数,将int→char * 14
1.16 不使用库函数,将char *→int 15
1.17 求两个整数的最大公约数 16
1.18 Little_endian or Big_endian 17
1.19 sizeof与strlen的区别 19
1.20 实现String类的BIG_FOUR 19
1.21 struct和union的区别 20
1.22 char字符变量与int整型数据 22
1.23 字,字节,字符,比特 23
1.24 空格、空字符、字符数组结束符的区别 25(1.1 C Basics 1
1.2 Functions and header files 2
1.3 C preprocessor 3
1.4 will be a long-type characters into four
1.5 strcpy function 4
1.6 assert usage 5
1.7 itoa function and atoi function 6
1.8 strcmp function to achieve 8
1.9 strcpy function to achieve 9
1.10 memcpy function to achieve 10
Achieve 11 1.11 memcpy and memmove function
1.12 strcat function to achieve 13
1.13 using the library function atoi, the char* → int 13
1.14 using the library function itoa, the int → char* 14
1.15 does not use the library function, int → char* 14
1.16 does not use the library function, char* → int 15
1.17 find the greatest common divisor of two integers 16
1.18 Little_endian or Big_endian 17
Difference 1.19 sizeof and strlen 19
1.20 realize BIG_FOUR String class 19
Difference 1.21 struct and union of 20
1.22 char and int integer variable character data 22
1.23 word, byte, character, bit 23
Difference 1.24 spaces, null characters, character array termi)
- 2014-10-08 10:33:55下载
- 积分:1
-
CAIM_Discretization
CACC discretization 是一种连续属性离散化方法,基于无监督的一种离散matlab程序(CACC discretization)
- 2015-01-31 12:22:57下载
- 积分:1
-
Weiner-Filter
Project on Image Restoration
- 2013-11-12 17:56:35下载
- 积分:1
-
ComplexFixedToFloat
To convert complex fixed point number to floating point number
- 2014-02-03 14:29:05下载
- 积分:1