a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
探索PCI-X技术的无限可能,这里是电子工程师的专业宝库。PCI-X(Peripheral Component Interconnect eXtended)作为高性能总线标准,广泛应用于服务器、工作站及高端个人电脑中,支持高带宽数据传输与低延迟特性,是构建高效计算平台不可或缺的技术之一。我们提供27...
a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
Solving nonlinear equations using Newton s and Transversal methods for function x=exp(-x^2)
S29NS-J 128 Megabit (8 M x 16-Bit), 64 Megabit (4 M x 16-Bit), 32 Megabit (2 M x 16-Bit), and 16 Megabit (1 M x 16 Bi...
用C-BASEIC语言编写的805X单片机计算子程序P=A0+A1*X+A2*X*X+A3
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive intege...
追赶法解周期性方程 输入:a[],b[],c[],x[] 输出:求解结果X在x[]中
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) >...
The PCI Utilities package contains a library for portable access to PCI bus configuration registers and several utiliti...
这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )*...
用线性缓冲区和带移位双操作数寻址方法实现FIR滤波器 * *N=5,y(n)=h0*x(n)+h1*x(n-1)+h2*x(n-2)+h3*x(n-3)+h4*x(n-4)*