-
exm09312_1
有关MATLAB基础教程的程序,希望对下载的人有所帮助。(based on MATLAB Guide to the procedure, hoping to download the help.)
- 2007-04-26 20:11:00下载
- 积分: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
-
Classification_MatLab_Toolbox
模式分类的Matlab工具箱,各种实用算法(Pattern classification of the Matlab toolbox, various practical algorithm)
- 2007-09-13 08:31:41下载
- 积分:1
-
chess060330
matlab 编写的国际象棋程序,设计者对gui精心设计(chess program written in matlab, gui designer for well-designed)
- 2011-10-09 22:12:59下载
- 积分:1
-
MACSDVRP2013
it is based on matlab software
- 2013-08-31 15:03:58下载
- 积分:1
-
enbankment
大坝底部渗透压的通量模型,本源码对大坝底部的渗透压进行建模,较好地反映了大坝底部的渗透系数对大坝的影响,文件头会设置一些参数(the enbankment and under which the volumn )
- 2012-09-09 01:43:17下载
- 积分:1
-
matlab-ru-men
matlab从入门到精通,想学matlab的朋友可以下载下来参考(matlab from entry to the proficient, want to learn matlab friends can download reference)
- 2013-05-24 16:04:25下载
- 积分:1
-
13
说明: 粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。
PSO模拟社会采用了以下三条简单规则对粒子个体进行操作:①飞离最近的个体,以避免碰撞。②飞向目标。③飞向群体的中心。这是粒子群算法的基本概念之一。
粒子群算法其基本思想是受许多鸟类的群体行为进行建模与仿真研究结果的启发(Particle swarm optimization (PSO) is a population based stochastic optimization techniques. Based on evolutionary algorithms compared with other groups, they are initialized to a random solution, iterative search through optimal solution. The difference is: the principle of survival of the fittest evolutionary computation to follow, while PSO simulation community. The potential of each solution expressed as a group of particles, each particle has its own position vector and the velocity vector, and a fitness determined by the objective function. All particles in the search space at a constant speed flight, by following the current search to find the optimal values of the global optimum. PSO simulation community has adopted the following three simple rules for the operation of individual particles: ① recently departed individuals, in order to avoid collisions. ② to the target. ③ fly to center groups. This is one of the basic concepts of particle swarm algorithm. PSO algori)
- 2015-04-21 16:39:12下载
- 积分:1
-
stft_person
自己编写的短时傅里叶变换(STFT)程序,短时傅里叶变换可以获得非平稳信号的时频图,主要原理是用滑窗截取一段信号,认为这一段时间内信号是平稳的,对其进行fft变换获得频谱(I have written a short time Fourier transform (STFT) program, short-time Fourier transform can be obtained non-stationary signal frequency diagram, the main principle is the interception of a signal with a sliding window that within this period of time the signal is stationary, access to spectrum fft transform them)
- 2015-12-17 20:29:28下载
- 积分:1
-
倒车
设计一个模糊PID控制器,以及倒车系统simulink系统,使其可是实现对倒车系统的的优化控制。(Design a fuzzy PID controller, and the reversing system simulink system, so that it can achieve optimal control of the reversing system.)
- 2021-04-11 13:38:58下载
- 积分:1