代码搜索:伏安法
找到约 10,000 项符合「伏安法」的源代码
代码结果 10,000
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;
www.eeworm.com/read/381765/9072397
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/381297/9099223
逐行扫描法
www.eeworm.com/read/183927/9130138
frm 插值法.frm
VERSION 5.00
Begin VB.Form 插值法
BackColor = &H00FF8080&
Caption = "Form1"
ClientHeight = 9255
ClientLeft = 45
ClientTop = 330
ClientWidth
www.eeworm.com/read/377037/9296996
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