X-10
X-10技术资料下载专区,收录2,092份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
2,092
X-10 全部资料 2,092 份
用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.
用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.
2013-12-25
40
设有二元函数 f(x,y) = f(x) + f(y) 其中:f(x) = f(x-1) * x (x>1) f(x) = 1 (x=
设有二元函数 f(x,y) = f(x) + f(y) 其中:f(x) = f(x-1) * x (x>1) f(x) = 1 (x=1) f(y) = f(y-1) *...
2017-09-18
192
Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2
Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
2013-12-05
88
用开发语言vc++编程实现用遗传算法求解函数f=x*sin(10*x)+1.0的最大值。
用开发语言vc++编程实现用遗传算法求解函数f=x*sin(10*x)+1.0的最大值。
2016-12-21
142
Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval
Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval [0, PI/2] at 11 equ...
2015-04-06
177