搜索资源列表
mjh_SGA
- 基本遗传算法源程序。 基于基本遗传算法的函数最优化 sga.c。-basic genetic algorithm source. Based on the basic genetic algorithm optimization sga.c function.
GA_IGA
- 采用小生境技术对基本遗传算法进行了改进,使其搜索能力更好搜索速度更快-niche technology used for basic genetic algorithm improvements, better search capabilities make it faster search
Line_Circle_Ellipse
- 简单的Bresenham_Circle(画圆)Bresenham_Line(直线) MidpointEllipse(椭圆) 三个基本图形的实现算法-simple Bresenham_Circle (Circle) Bresenham_Lin e (linear) MidpointEllipse (oval) three basic graphics algorithm
DATABASE_APPLICATION_DESIGN(tc)
- 1、 一元多项式计算** 任务:能够按照指数降序排列建立并输出多项式; 能够完成两个多项式的相加、相减,并将结果输入; 在上交资料中请写明:存储结构、多项式相加的基本过程的算法(可以使用程序流程图) 、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; 2、 订票系统 任务:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,
mcu_pid_c_program
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-using SCM as the control cpu, please slight
quanpaixu
- 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
fdsfafasweDraw3D
- C#实现三维图形的绘制,基于计算机图形学的基本算法-C# 3D graphics rendering, computer graphics based on the basic algorithm
sgayiyuanyouhua
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 -improved genetic algorithm - Guo Tao algorithm optimization is the most
冒泡法改进
- 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, if required for the exchange, e
stack
- 实现栈的顺序存储结构的一些基本算法, 譬如,初始化栈,判断栈是否为空,判断是否栈满,入栈,出栈,清空栈,等。-Implementation of the order of stack storage structure some of the basic algorithm, for example, to initialize the stack to determine whether the stack is empty, determine whether the stack is fu
CPPstudy-algorithm
- 里面包含所有的C++开发算法,很基础,实用-Which contains all algorithms in C++ development, it is basic, practical
0005
- 无分隔符字典问题 基本算法分析 初学者必读-No delimiters basic algorithm analysis dictionary problem reading for beginners
0006
- 经典皇后问题分析 基本算法分析 初学者必读-Classic Queen of the basic algorithm analysis reading for beginners
xiaoboc
- 小波c语言描述了一维小波离散变化和卷积的C语言函数,是一种基本算法-Wavelet c language to describe the one-dimensional discrete wavelet changes and C language function convolution is a basic algorithm
ga
- 遗传算法程序代码,包括函数最优化,基本算法,分层遗传改进算法等-Genetic algorithm code, including function optimization, the basic algorithm, hierarchical genetic algorithm to improve
11
- 单像空间后方交会求相片外方位元素,摄影测量的基本算法之一,需要内方位元素参数-Like one single photo space resection seeking orientation elements to the basic algorithm, photogrammetry, needs interior orientation parameters
C-Classical-algorithm(100)
- C语言经典100个算法,满足基本c语言学习-c language classic 100 algorithms to meet the basic c language learning
8
- 家谱管理系统。基本是多叉树孩子表存储法的遍历、删除、查找、更新等基本算法。-Genealogy management system. Substantially more tree traversal child table storage method, delete, search, update the basic algorithm.
17.sha2-algorithm
- DemoCodesOutex.m shows the basic operations of CLBP. please download Outex Database http://www.outex.oulu.fi first and then extract the Outex_TC_00010 to the correct folder. ClassifyOnNN.m computes the classification accuracy clbp.m gene
basic
- 解决旅行商遗传算法,能够运行,帮助学习遗传算法(Solve travel agent genetic algorithm, can run, help learning genetic algorithm)