代码搜索:相差法
找到约 10,000 项符合「相差法」的源代码
代码结果 10,000
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
e 大话练法.e
www.eeworm.com/read/456235/7353264
cpp 边沿判别法.cpp
//此处用的边沿判别法,不过也可以换成是求中间最黑点
int get_black_line_position (int img[row][column],int row,int value)
{
int i;
int trailing_edge=0,rising_edge=0;
int low_point,high_point;
www.eeworm.com/read/454270/7395421
c 复合梯形法.c
www.eeworm.com/read/454270/7395441