代码搜索:移相法

找到约 10,000 项符合「移相法」的源代码

代码结果 10,000
www.eeworm.com/read/287060/8728595

c 各种排序法.c

#include #include struct node { int key; }r[20]; struct rnode { int key; int point; }; main() { void print(struct node a[20],int n); int creat(); void shell
www.eeworm.com/read/386410/8750418

doc 迭代法.doc

www.eeworm.com/read/186781/8910428

ncb 遗传窜法.ncb

www.eeworm.com/read/186781/8910431

dsw 遗传窜法.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/186781/8910432

opt 遗传窜法.opt

www.eeworm.com/read/186781/8910435

plg 遗传窜法.plg

Build Log --------------------Configuration: 遗传窜法 - Win32 Debug-------------------- Command Lines Results 遗传窜法.exe - 0 error(s)
www.eeworm.com/read/186781/8910438

c 遗传窜法.c

#include //求函数在(-4,4)的最大值 #include #include #include #define POPSIZE 10//population size #define Pc 0.8 //crossover probability #define Pm 0.005//m
www.eeworm.com/read/186781/8910440

dsp 遗传窜法.dsp

# Microsoft Developer Studio Project File - Name="遗传窜法" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/383218/8960405

bmp 11 追赶法.bmp

www.eeworm.com/read/383218/8960414

cpp 梯形法积分.cpp

#include #include float A,B; float y(float x) {return A*x*x+B;} void main() {float a,b,x,h,sum,trapz; int i,n; printf("请输入抛物线y=Ax(2)+B的系数A,B:"); scanf("%f%f",&A,&B); pri