代码搜索:伏安法
找到约 10,000 项符合「伏安法」的源代码
代码结果 10,000
www.eeworm.com/read/276181/10758481
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/275311/10824487
mta 相干解调法.mta
www.eeworm.com/read/348857/10863159
frm 迭代法.frm
VERSION 5.00
Begin VB.Form Form22
BackColor = &H00FFFFFF&
Caption = "迭代法"
ClientHeight = 7365
ClientLeft = 60
ClientTop = 345
ClientWidt
www.eeworm.com/read/348857/10863170
frm 欧拉法.frm
VERSION 5.00
Begin VB.Form Form18
BackColor = &H00FFFFFF&
Caption = "欧拉法"
ClientHeight = 8700
ClientLeft = 60
ClientTop = 345
ClientWidt
www.eeworm.com/read/348857/10863264
frm 弦位法.frm
VERSION 5.00
Begin VB.Form Form25
BackColor = &H00FFFFFF&
Caption = "弦位法"
ClientHeight = 5115
ClientLeft = 60
ClientTop = 345
ClientWidt
www.eeworm.com/read/272005/10974365
txt fibonacci查找法.txt
//Fibonacci查找法Fibonaci.cpp
#include
typedef int KeyType;
typedef struct RecType
{KeyType key;}RecType;
int fib(int n)
{int i,f,f0=0,f1=1;
if(n==0) return 0;
if(n==1) return 1;
www.eeworm.com/read/417278/10997752
ppt 因果图法.ppt
www.eeworm.com/read/417057/11005282
m 周期图法.m
clear
clc
x=[101,82,66,35,31,7,20,92,154,125,85,68,38,23,10,24,83,132,131,118,90,67,60,47,41,21,16,6,4,7,14,34,45,43,48,42,28,10,8,2,0,1,5,12,14,35,46,41,30,24,16,7,4,2,8,17,36,50,62,67,71,48,28,8
www.eeworm.com/read/467547/7005398
cpp 鲍威尔法.cpp
#include
#include
float X[2], X0[2], X1[2], X2[2], X3[2], a=0;
float S1[2]={1,0}, S2[2]={0,1}, S3;
int flag=0;
float G=0, G0=0, G2=0, G3=0;
float M[2];
float Cons, M1 ,M2,
www.eeworm.com/read/458654/7292150