代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
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
www.eeworm.com/read/185347/9042206
cpp 共轭梯度法.cpp
#include"stdio.h"
#include
#include
#define MAXLENGTH 10
//向量定义
typedef struct{
int tag; //行列向量标志。行向量为0,列向量为1。
int dimension;