搜索资源列表
Matlab 6.X辅助优化计算与设计 源代码
- 电子工业Matlab 6.X辅助优化计算与设计原代码-electronics industry Matlab 6.X assisted optimization code with the original design
pi(x)
- 用Meisell-Lehmer算法计算PI(x),即计算在小于x范围内的质数个数
CRCx8+x2+x+1
- CRC查表法生成x8+x2+x+1,里面有源程序
Matlab7.x
- 关于MATLAB7.X
fuzzy control.语言变量X,Y,Z的隶属度函数
- 语言变量X,Y,Z的隶属度函数.模糊控制规则表,还有matlab程序,阐述了模糊规则的生成过程!,good
GA.通过遗传算法的思想来解决
- 本MATLAB例程,为通过遗传算法的思想来解决f(x)=x*sin(10pi*x)+2.0,-1<=x<=2的最大值问题。,The MATLAB routines for the adoption of the idea of genetic algorithm to solve f (x) = x* sin (10pi* x)+ 2.0,-1
someccode 象棋之马踏棋盘
- 一些c程序,象棋之马踏棋盘、把算术表达式转化未逆波兰表达式、保龄球计分规则算法、可进行多达50位的大整数运算(+X)、铁路调度算法,演示了堆栈的基本用法,Some c procedures, horse riding chess board, the arithmetic expressions are not translated into Reverse Polish expression, bowling scoring rules algorithm, can be as many as
输入三个整数x,y,z,请把这三个数由小到大输出
- p1_1.txt 程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换, 然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。
x264
- x.264源码,供有需要的人士共同研究,x264包含多种编解码器,和不同的测试环境-x.264 source for those who need to study, x264 includes a wide range of codecs, and different test environment
MATLAB6.x
- 《MATLAB6.x信号处理》pdf文档,希望对大家有用哈-err
plot
- 定义坐标轴的显示范围用axis指令 语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5,xmin xmax 取周期的两端。 然后再plot(x,y) 欢迎一起探讨matlab的使用:) -draw picture in matlab
Max-fonction
- a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
jbeam
- JBEAM-soft is a software package written in MATLAB. It was used to generate the simulation results, as well as figures, in paper "JBEAM: multiscale curve coding via beamlets" by X. Huo and Jihong Chen. This paper will appear in IEEE Trans. Image Proc
zh-hans-6.x-1.0.tar
- drupal 中文语言包 -drupal language chinese
xujinpeng3.14
- 用遗传算法求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点:简单的单点交叉、基本位变异、赌轮盘选择、随机产生初始种群中的个体,求的最好解是24.689。注:本算法基于matlab7.0,是我自己编写的,每个步骤都有详细的说明。适用于遗传算法初学者。-Using genetic algorithms for function f = x+10* sin (5* x)+7* cos (4* x) the maximum points: a simple single-point
MATLAB7.X
- 《深入浅出MATLAB7.X混合编程》主要讲了MATLAB与其他应用软件的接口,并附有实例源码-" Easy to understand MATLAB7.X hybrid programming," say the main MATLAB interface with other applications, together with examples of source
X-ray-attenuation-
- 广谱X射线衰减的非线性 广谱X射线衰减的非线性-X-ray attenuation of the nonlinear spectrum
x-IMU-MATLAB-Library-master
- x-IMU官方matlab例程,非常强大,做惯性导航的可以参考(x-IMU matlab examples)
X-means
- 对K-means聚类算法的改进X-means算法。针对K值如何设定的问题,利用BIC准则判断聚类点数量。同时附有两个初始聚类点的选择程序,自己选吧。(The improved X-means algorithm for K-means clustering algorithm. In view of the problem of how to set the K value, the number of clustering points is judged by the BIC criteri
用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
- 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值