搜索资源列表
main
- 在现代的企业管理中,火车管理系统有着重要作用。由于现代的竞争力的加强,讲究效率,不管是时间、还是地点,两地的生意常常因为距离而无法得到理想的解决。火车作为一个传统的交通工具,需要进行改革。由于订票、退票常常给乘客带来一定的麻烦,因此作为一个火车管理系统解决了这个问题。它方便乘客最快地订到自己想要的票也同时解决了退票的问题。-in modern enterprise management, train management system plays an important role. Conte
GAprogram
- ga测试程序,测重于理解遗传算法,对初学者来说比较重要,对那些做毕业设计的人来说也是一个好程序-ga testing procedures, focusing on understanding the genetic algorithm, for beginners, it is rather important. those who do graduate of the design is also a good procedure
IntroMatlab_codepls
- PCA and PLS aims:to get some insight into the bilinear factor models Principal Component Analysis (PCA) and Partial Least Squares (PLS) regression, focusing on the mathematics and numerical aspects rather than how s and why s of data analysis
image417
- 基于图像处理的相机自动调焦系统,开发环境:VC。~..~-based on image processing camera auto-focusing system, development environment : VC. ~ ~ ..
MATLAB-and-SIMULANK
- 介绍MATLAB和simulink在通信系统仿真中的应用,重点难点突出,陈桂明所著-Introduced in MATLAB and simulink simulation of communication systems, focusing on difficulties highlight THE ACADEMY book
inpainting_matlab
- 提供了经典的图像修补算法的源代码,对于初学者有很大的帮助,重点推荐。-Provides a classical image inpainting algorithm source code is very helpful for beginners, focusing on recommendations.
Matlabautofocus
- 这是我毕设做自动调焦仿真实验时,编写的自动调焦函数的Matlab代码,把基于灰度梯度的调焦函数都仿真了-This is what I do complete auto-focus based simulation experiments, the preparation of the automatic focusing function of the Matlab code, the gray gradient-based simulation of the focusing function
zuizhong
- 详细的银行家算法,重点在其中的测试部分,对输入要求较高-Banker s algorithm in detail, focusing on the test, in which part of the input requirements of the higher
SSS06.Prac3.InformationFilter.tar
- 这是移动机器人同时定位与地图创建的第三部分,主要是关于信息滤波器的(Information filter)-This is a mobile robot localization and mapping at the same time to create the third part, focusing on the information filter (Information filter)
laoshi2
- 智能天线技术的核心是自适应波束的形成,本文首先根据波束形成技术的不同,介绍了三大类自适应算法,基于来波方向的波束形成,基于参考信号的波束形成和基于信号结构特性的盲自适应算法,着重分析了基于参考信号的波束形成算法,并给出了数字波束形成的基本模型。-mart antenna technology is the core of the formation of adaptive beamforming, the paper first of all, according to the differen
MATLABlanguageandapplication
- < 控制系统计算机辅助设计--MATLAB语言与应用>>系统地介绍了国际控制界最流行的控制系统计算机辅助设计语言MATLAB,侧重于介绍MATLAB语言编程基础与技巧、数学问题的MATLAB求解、线性系统计算机辅助分析、控制系统与其他复杂系统的Simulink建模,控制系统的计算机辅助设计方法,包括串联控制器、状态反馈控制器、多变量系统频域设计、PID控制器设计、最优控制器设计、LQG/LTR控制器设计、H2=H1 最优控制、分数阶控制、自适应控制、模糊控制、神经网络控制、遗传
fuzzy
- 模糊控制的开发方法,着重描述参数自调整模糊控制的方法,举例说明了直流脉宽调速系统的应用-The development of fuzzy control methods, focusing on descr iptions parameter self-tuning fuzzy control methods, for example, illustrates the application of DC PWM speed control system
rbf_tanker
- Attentional strategies for dynamically focusing on multiple predators/prey
MATLAB_in_Control_System
- MATLAB高级语言在控制系统中的应用,重点介绍了控制系统中软件包的使用及应用的例子-MATLAB high-level language application in the control system, focusing on the control system package examples of the use and application of
Broyden_newton
- 最优化方法实验设计,研究Broyden族拟Newton算法中fai(k)取值的优化问题,即对于不同的目标函数,考虑取何值时算法是最优的,重点考察的区间[-2 2]范围内的变化情况,算法的优劣程度由CPU运行时间决定。-Optimization method, design of experiments to study the proposed Newton algorithm Broyden family fai (k) values of the optimization problem,
Thematrixcookbook
- 该教程将matlab和线性代数结合起来,重点介绍矩阵的使用-This tutorial will combine matlab and linear algebra, focusing on the use of matrices
rect_multi
- 实现两个矩阵相乘的函数,重在学习用多维数组作为实参数时,形参该如何表达-Achievement of the two matrix multiplication function, focusing on learning to use multi-dimensional array as a real parameter, the parameter to express
Matlabxindao
- 基于MATLAB的纠错码性能测试仿真,重点研究其信道差错序列的产生-MATLAB-based simulation of error-correcting code performance testing, focusing on the channel error sequences and
MATLAB7Xmixedprograming
- 深入浅出MATLAB 7.x混合编程,重点介绍了matlab7.x和其它编程语言的接口问题对混合编程而言不啻一本难得的好书-Layman' s language and MATLAB 7.x hybrid programming, focusing on the matlab7.x and other programming languages programming interface issues in terms of the mixed rare books as good a
tu
- 遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm