资源列表
GeneticAlgorithmLibrarywithJavaGUI
- The Genetic Algorithm Library is used for function optimization i.e.to find minimum or maximum value of a function.
GEneticalgorithmforNumericalOptimizationforCOnstr
- GENOCOP (GEnetic algorithm for Numerical Optimization for COnstrained Problems). This system is optimizing any function with any number of linear constraints (equalities and inequalities).
AdvancedGeneticAlgorithm
- This code and accompanying explanation is designed to be a genetic algorithm. It uses the roulette wheel method to optimize the function x^2 using six digit binary strings. The accompanying document goes through the algorithm and the code step-by-ste
Sort
- Implementation of sorting algorithms (straight selection, straight insertion, bubble sort and quick sort) with perfomance analysing.
multiboot_config
- MTK中对于照相模块的源代码,为大家分享-java
sqrt
- 实现无符号整形数快速开方 包括32位开成16位 16位开成8位-Shaping to achieve a number of unsigned 32-bit fast prescr iption including Kaicheng 16 16 Kaicheng 8
change_color
- 图形变色的MATLAB程序。需要的来下载。-Discoloration of the MATLAB graphics program. Need to download.
scyt_interplotion
- 三次样条插值的MATLAB程序。需要的来下载。-Cubic spline interpolation of the MATLAB program. Need to download.
Newton_interplotion
- 牛顿插值的MATLAB程序。需要的来下载。-Newton interpolation process of MATLAB. Need to download.
lglr_interplotion
- 拉格朗日插值的MATLAB程序。需要的来下载。-Lagrange interpolation of the MATLAB program. Need to download.
change_sign
- 曲线标记改变的MATLAB程序。需要的来下载。-Curve marked change in the MATLAB program. Need to download.
IntersectionPointOfTwoLines
- 该代码绝对本人原创,可根据两打直线的四个端点坐标求解交点,并判断交点为实交点或虚交点,若两直线重合或平行,则返回值为FALSE: 以下代码为求交点的函数,使用方法: rtn=InterPointTwoLine(直线A起点X,直线A起点Y,直线A终点X,直线A终点Y, 直线B起点X,直线B起点Y,直线B终点X,直线B终点Y, 返回的交点X,返回的交点Y,交点类型) 有交点时该函数返回值为True,平行或重合时返回False 最后一个参数(Inter_Type)是
