搜索资源列表
5个遗传算法源码
- (其中已经包含5个源码)所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序, 输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗
用matlab写的梭哈游戏
- 是一个梭哈游戏的小程序,主要是用来熟悉matlab最基本的图形编程的,检查源码没法现类似程序-postseason games is a small procedure, is mainly used in Matlab familiar with the most basic graphics programming, check source is not similar procedures
Gramham-CH
- Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
CommonArithmetic
- 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特征值与特征向量的计算、矩阵运算、拟合与逼近、排序、数据处理与回归分析、数学变换与滤波、数值积分、随机数产生、特征函数、图形模式下读写屏幕象点、线性代数方程组求解等C语言算法-algorithms big Collection; Including interpolation, locate, ordinary differential equa
GA-wangxp
- 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \\GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优
hangbanguanli
- 数据结构课程设计C++语言,应用了MFC库,图形界面编写的小型航班管理系统,数据结构采用文件读写方式,包括查询,订票,退票3个基本功能。 内有程序设计报告-Data Structures C++ language curriculum design, the application of the MFC library, a graphical interface written in small flight management systems, data structures used
dda
- dda算法是计算机图形学的基本算法,非常实用,建议大家用。可以画直线-dda algorithm is the basic algorithm in computer graphics, very useful, it is recommended by everyone. Can draw a straight line
matlab_jiaocheng
- Matlab是Matlab产品家族的基础,它提供了基本的数学算法,例如矩阵运算、数值分析算法,Matlab集成了 2D和3D图形功能,以完成相应数值可视化的工作,并且提供了一种交互式的高级编程语言——M语言,利用M语言可以通过编写脚本或者函数文件实现用户自己的算法。 这是关于matlab的教程-Matlab family of products is the basis of Matlab, which provides the basic mathematical algorithms,
matlabcourse
- 其主要内容包括:MATLAB 入门及基本操作,数 组、矩阵的使用及数据可视化方法,脚步文件及函数的编写,以及仿 真、图形用户界面入门等。-Its main contents include: MATLAB Introduction and basic operation, array, matrix use and data visualization methods, the pace of preparation of documents and functions, as well
matlabprogram
- 从基本的一些matlab编程,到一些复杂的图形的绘制,对matlab 的学习者是一个非常好的参考资料。-From some basic matlab programming, to some complex graphics rendering, for matlab learners is a very good reference.
matrix
- 常用算法大合集; 包括插值、查找、常微分方程组求解、多项工与连分式函数计算、非线性方程与方程组求解、复数运算、汉字操作、基本图形操作、极值问题、矩阵特 -Commonly used algorithm for large collection including interpolation, find, ordinary differential equation solving, a number of workers and even fractional function, the
MatLab
- matlab 是一种数学计算和图形处理的工具软件 本书从基本知识入手 在介绍各种命令的同时-matlab is a mathematical calculation and graphics processing software tools from the basic knowledge of this book to start in introducing a wide range of orders at the same time
diyizhang
- 数据的逻辑结构、存储结构及它们之间的关系和相应的基本操作运算的定义和实现。 本书围绕数据结构的三种基本结构:线性结构(第2-5章)、树形结构(第6章)和图形结构(第7章)展开讨论,研究解决如下问题:一个具体问题的逻辑数据结构是什么?适宜选用什么样的存储结构?采用什么样的操作实现算法效率更高? -Logical structure of data storage structure and the relationship between them and the correspondin
MATLAB6.x+symbolic+operation+and+application
- MATLAB作为一种智能化高级语言,集公式演算推异与数值计算于一体,兼有出色的图形处理和数据分析功能,作为多领域的应用软件,MATLAB的工具箱对相关学科的各处基本技术都采用了当今最先进的算法。本书共分7章,先简要介绍了MATLAB的安装及启动后,较为详细地介绍了MATLAB的基础知识,深入浅出地分析了MARLAB的符号运算功能以及绘图功能,并提供了大量的实例,便于读者自学。 -MATLAB as an intelligent high-level language, set up differ
genetic_algorithm_in_c
- 此源码包含下面五个程序的源代码。 基本分类算法源程序 基本遗传算法源程序 基于遗传算法的人工生命模拟源程序 基于遗传算法优化神经网络结构源程序 基于遗传算法提取基元图形源程序-This source code contains the following five program s source code. Basic classification algorithm source basic source of genetic algorithm based on gen
C++
- 包括各种插值方法、基本图形操作、极值问题求解、随机数的产生等多种功能算法源代码-Include a variety of interpolation methods, and basic graphics operation, extremum problem solving, random number generation algorithm for multiple functions of the source code
adapativeGA
- 一个较好的自适应遗传算法,求解速度快,可移植性好,图形显示,并有例子可供操作。-A better self-adaptive genetic algorithm for solving speed, portability, and graphical display, and have examples for the operation.
vb-bp
- 用VB编写的神经网络BP程序,有输入和图形显示功能-failed to translate
Matlab-basic-and-applications
- 本书由基础知识和应用两大部分组成,基础知识详细介绍了MATLAB基础准备与入门、MATLAB的基本使用方法、数组和数组运算、字符串单元数组和结构、数值计算功能、符号运算、数据和函数的可视化、MATLAB程序设计、图形用户界面设计、Simulink仿真基础;在应用方面,介绍了MATLAB在信号与系统、数字信号处理和通信原理中的应用等内容。本书在介绍方式上使用了大量图片、例子,具有较好的操作指导作用,通过实例帮助读者加深理解。-Benshu basic knowledge and applied b
MATLAB-basic-applications
- matlab基础应用一百例,包括图形应用、界面设计、图形处理以及数值分析等方面内容。-matlab-based application one hundred cases, including aspects of graphics applications, interface design, graphics and numerical analysis and so on.