Welcome![Sign In][Sign Up]
Location:
Search - Overview and Introduction

Search list

[BooksAn Introduction to Genetic Algorithms

Description: Chapter 1: Genetic Algorithms: An Overview Chapter 2: Genetic Algorithms in Problem Solving Chapter 3: Genetic Algorithms in Scientific Models Chapter 4: Theoretical Foundations of Genetic Algorithms Charpter5 WHEN SHOULD A GENETIC ALGORITHM BE USED? Chapter 6: Conclusions and Future Directions
Platform: | Size: 2035161 | Author: wunan_3@126.com | Hits:

[OtherINTRODUCTION TO MATLAB FOR

Description: 1 Tutorial lessons 1 1 1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Basic features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 A minimum MATLAB session . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3.1 Starting MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3.2 Using MATLAB as a calculator . . . . . . . . . . . . . . . . . . . . . 4 1.3.3 Quitting MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.4 Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.4.1 Creating MATLAB variables . . . . . . . . . . . . . . . . . . . . . . . 5 1.4.2 Overwriting variable . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.3 Error messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.4 Making corrections . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.5 Controlling the hierarchy of operations or precedence . . . . . . . . . 6 1.4.6 Controlling the appearance of °oating point number . . . . . . . . . . 8 1.4.7 Managing the workspace . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4.8 Keeping track of your work session . . . . . . . . . . . . . . . . . . . 9 1.4.9 Entering multiple statements per line . . . . . . . . . . . . . . . . . . 9 1.4.10 Miscellaneous commands . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.4.11 Getting help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.5 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2 Tutorial lessons 2 12 2.1 Mathematical functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.1.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.2 Basic plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.1 overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.2 Creating simple plots . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.3 Adding titles, axis labels, and annotations . . . . . . . . . . . . . . . 15 2.2.4 Multiple data sets in one plot . . . . . . . . . . . . . . . . . . . . . . 16 2.2.5 Specifying line styles and colors . . . . . . . . . . . . . . . . . . . . . 17 2.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 2.4 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5 Matrix generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.1 Entering a vector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.2 Entering a matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 2.5.3 Matrix indexing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 2.5.4 Colon operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.5 Linear spacing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.6 Colon operator in a matrix . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.7 Creating a sub-matrix . . . . . . . . . . . . . . . . . . . . . . . . . . 23 2.5.8 Deleting row or column . . . . . . . . . . . . . . . . . . . . . . . . . . 25 2.5.9 Dimension . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 2.5.10 Continuation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.11 Transposing a matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.12 Concatenating matrices . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.13 Matrix generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 2.5.14 Special matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 2.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 3 Array operations and Linear equations 30 3.1 Array operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 3.1.1 Matrix arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . 30 3.1.2 Array arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . 30 3.2 Solving linear equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 3.2.1 Matrix inverse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 3.2.2 Matrix functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 3.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 4 Introduction to programming in MATLAB 35 4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 4.2 M-File Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 4.2.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 4.2.2 Script side-eRects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 4.3 M-File functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 4.3.1 Anatomy of a M-File function . . . . . . . . . . . . . . . . . . . . . . 38 4.3.2 Input and output arguments . . . . . . . . . . . . . . . . . . . . . . . 40 4.4 Input to a script ¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.5 Output commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 4.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 5 Control °ow and operators 43 5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.2 Control °ow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.2.1 The ``if...end'' structure . . . . . . . . . . . . . . . . . . . . . . . 43 5.2.2 Relational and logical operators . . . . . . . . . . . . . . . . . . . . . 45 5.2.3 The ``for...end'' loop . . . . . . . . . . . . . . . . . . . . . . . . . 45 5.2.4 The ``while...end'' loop . . . . . . . . . . . . . . . . . . . . . . . 46 5.2.5 Other °ow structures . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 5.2.6 Operator precedence . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.3 Saving output to a ¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.4 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 6 Debugging M-¯les 49 6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.2 Debugging process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.2.1 Preparing for debugging . . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.2 Setting breakpoints . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.3 Running with breakpoints . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.4 Examining values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.2.5 Correcting and ending debugging . . . . . . . . . . . . . . . . . . . . 51 6.2.6 Ending debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.2.7 Correcting an M-¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Platform: | Size: 258288 | Author: taffy320 | Hits:

[AI-NN-PRGAbook02

Description: 2。《遗传算法——理论、应用与软件实现》,王小平、曹立明编着 西安交通大学出版社 2002年第一版 本书全面系统地介绍了遗传算法的基本理论,重点介绍了遗传算法的经典应用和国内外的新发展。全书共分11章。第1章概述了遗传算法的产生与发展、基本思想、基本操作以及应用情况;第2章介绍了基本遗传算法;第3章论述了遗传算法的数学基础;第4章分析了遗传算法的多种改进方法;第5章初步介绍了进货计算理论体系;第6章介绍了遗传算法应用于数值优化问题;第7章介绍了遗传算法应用于组合优化问题;第8章介绍了遗传算法应用于机器学习;第9章讨论了遗传算法在智能控制中的应用;第10章讨论了遗传算法与人工生命研究的相关问题;第11章介绍了遗传算法在图像处理、模式识别中的应用。-2. "Genetic Algorithm-- theory, application and software," Wang Xiaoping, Li-Ming Cao compile Xi'an Jiaotong University Press in 2002 the first book version of the comprehensive and systematic introduction of the genetic algorithm's basic On focuses on the classical genetic algorithm use and the new development. The book is divided into 11 chapters. Chapter 1 provides an overview of the genetic algorithm for the selection and development of basic ideas, basic operation and the application; Chapter 2 introduces the basic genetic algorithms; Chapter 3 of the genetic basis of a mathematical algorithm; Chapter 4 Analysis of the genetic algorithm approach to improve the variety; Chapter 5 on the initial purchase calculated theoretical system; Chapter 6 on genetic algorithms f
Platform: | Size: 11957248 | Author: 孙东 | Hits:

[Communication-Mobilenortel-CDMA-Overview

Description: 北电CDMA技术介绍,是经典中的经典,相当好。英文 -Nortel CDMA technology introduction is a classic of classics, and quite good. English
Platform: | Size: 784384 | Author: sublemon | Hits:

[Software Engineering8202D+USB+CARD

Description: 目前市面上最流行的DVD方案 程序设计指南 SUNPLUS 8202D ,以上为入门介绍, 平台概述,和系统指南。对想了解DVD软件构架的朋友有帮助。-The market at present the most popular program DVD Programming Guide SUNPLUS 8202D, more than entry-introduction, platform overview, and system guidelines. Would like to know on the DVD software architecture has to help a friend.
Platform: | Size: 1163264 | Author: xb | Hits:

[matlabStatisticalndAdaptiveSignalProcessing

Description: Introduction to Statistical and Adaptive Signal Processing – Random Signals – Spectral Estimation – Signal Modeling – Adaptive Filtering • Course Overview – Course Outline – Textbook – References-Introduction to Statistical and Adaptive Signal Processing – Random Signals – Spectral Estimation – Signal Modeling – Adaptive Filtering • Course Overview – Course Outline – Textbook – References
Platform: | Size: 8769536 | Author: zhaocuiqin | Hits:

[OtherOverview_and_Introduction_to_DOS

Description: DOS 概述及入门 希望对大家有帮助 谢谢支持-Overview and Introduction to DOS you would like to help I would like to thank the support
Platform: | Size: 493568 | Author: jianhuago | Hits:

[OtherCanopenOverview

Description: CANopen - Overview, short description and introduction-CANopen- Overview, short description and introduction
Platform: | Size: 162816 | Author: nparat | Hits:

[Documentsintroduction-to-cryptology.pdf

Description: Introduction to cryptology. This presentation provides and overview of cryptography and how it fits within the framework of network security.
Platform: | Size: 449536 | Author: athar | Hits:

[Program docspie04-h264OverviewPaper

Description: 关于264编码标准:概观和简介保真度范围扩展-The H.264/AVC Advanced Video Coding Standard: Overview and Introduction to the Fidelity Range Extensions
Platform: | Size: 289792 | Author: BoRN2KiLL | Hits:

[Embeded-SCM Developembededoperatingsystem

Description: RTEMS介绍;skyeye介绍;开发环境的搭建和开发工具介绍;Boot Loader简介-RTEMS overview skyeye overview building Development Environment and Introduction to Development Tools Introduction to Boot Loader
Platform: | Size: 17191936 | Author: tianya1000 | Hits:

[OtherH264.RAR

Description: The H.264AVC Advanced Video Coding Standard Overview and Introduction to the Fidelity Range Extensions document
Platform: | Size: 297984 | Author: siva | Hits:

[JSP/JavaSpring2

Description: 《深入Spring2:轻量级J2EE开发框架原理与实践》第二章 Spring概述及入门-" Deep Spring2: lightweight J2EE development framework principles and practice," Overview and Introduction Chapter Spring
Platform: | Size: 27648 | Author: zhou | Hits:

[OtherDOS

Description: DOS高手速成.chm,DOS 概述及入门.chm,dos程序员参考手册.chm,DOS高手速成.chm,dos实例手册.chm-DOS master crash. Chm, DOS Overview and Introduction. Chm, dos programmer' s reference manual. Chm, DOS master crash. Chm, dos manual examples. Chm
Platform: | Size: 3766272 | Author: 胡俊 | Hits:

[Software EngineeringComputer-Vision-Alogrithm-and-Application

Description: An overview and introduction about Computer Vision related Algorithms and Applications
Platform: | Size: 19336192 | Author: jacky | Hits:

[matlabOverview-of-Monte-Carlo-Simulations-Probability-R

Description: Overview of Monte Carlo Simulations Probability Review and Introduction to Matlab (2003)-Haugh- Overview of Monte Carlo Simulations Probability Review and Introduction to Matlab (2003)-Haugh
Platform: | Size: 2806784 | Author: | Hits:

[Software Engineeringsignal-detection-and-estimation

Description: This book provides an overview and introduction to signal detection and estimation. The book contains numerous examples solved in detail. Since some material on signal detection could be very complex and require a lot of background in engineering math, a chapter and various sections to cover such background are included, so that one can easily understand the intended material. Probability theory and stochastic processes are prerequisites to the fundamentals of signal detection and parameter estimation. Consequently, Chapters 1, 2, and 3 carefully cover these topics. Chapter 2 covers the different distributions that may arise in radar and communication systems. The chapter is presented in such a way that one may not need to use other references
Platform: | Size: 4443136 | Author: sas | Hits:

[Compress-Decompress algrithmsH264-reference-document

Description: 关于H264,通用的6个进阶文档为 1 《H.264_MPEG-4 Part 10 White Paper》 2 《Video coding using the H.264 MPEG-4 AVC compression standard》 3 《H.264 and MPEG-4 video compression》 4 《Overview of the H.264_AVC Video Coding Standard》 5 《Overview and Introduction to the Fidelity Range Extensions》 6 《H.264_MPEG-4 AVC Reference Software Manual》 -About H264,1 H.264 MPEG-4 Part 10 White Paper 2 Video coding using the H.264 MPEG-4 AVC compression standard 3 H.264 and MPEG-4 video compression " 4 Overview of the H.264_AVC Video Coding Standard 5 Overview and Introduction to the Fidelity Range Extensions " 6 H.264_MPEG-4 AVC Reference Software Manual
Platform: | Size: 6927360 | Author: gjianw217 | Hits:

[JSPJAVA

Description: Java语言入门教程,简单概括和介绍了Java语言的基本内容,为初学者提供一个良好的入门砖。-Tutorial Java language, brief overview and introduction to the basic content of the Java language, provides a good entry-brick for the beginner.
Platform: | Size: 173056 | Author: 王立 | Hits:

[Othermcmc-introduction

Description: 蒙特卡洛方法的概述和介绍,对于学习蒙特卡洛方法具有重要的参考价值。-Monte Carlo method overview and introduction, learning Monte Carlo method has important reference value.
Platform: | Size: 75776 | Author: xuzhenhua | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net