代码搜索:短波差分

找到约 10,000 项符合「短波差分」的源代码

代码结果 10,000
www.eeworm.com/read/276181/10758555

c 二分查找1.c

www.eeworm.com/read/418727/10934694

txt 二分法.txt

#include #include #define f(x) x*x*x-x-1 main() {double a=1,b=1.5,x,m; int k=0; if(f(a)>0,f(b)0) printf("no answer!"); else {printf("k
www.eeworm.com/read/416704/11017538

cpp 二分法.cpp

#include #include #define EPS 5e-6 //根容许的误差 #define DELTA 1e-6 //|f(x)|容许的误差 float Bisection( float a,float b,float (*f)(float) ) { float c,fc,fa=f(a),fb=f(b); int n=1;
www.eeworm.com/read/454270/7395418

c 二分法.c

www.eeworm.com/read/450798/7476659

c 二分查找2.c

#include "stdio.h" typedef struct { char *elem; int length; }sstable; void create(char **t) { int i; static char a[11]; *t=a; for(i=1;i
www.eeworm.com/read/450798/7476756

c 二分查找1.c

www.eeworm.com/read/449694/7498011

c 二分查找2.c

#include "stdio.h" typedef struct { char *elem; int length; }sstable; void create(char **t) { int i; static char a[11]; *t=a; for(i=1;i
www.eeworm.com/read/449694/7498031

c 二分查找1.c

www.eeworm.com/read/442891/7642701

cpp 6_10分书.cpp

#include int take[5],n=0; int like[5][5]={{0,0,1,1,0},{1,1,0,0,1},{0,1,1,0,1}, {0,0,0,1,0},{0,1,0,0,1}}; int book[5]={0,0,0,0,0}; void Try(int i) { int j,k,x; for(j=0;j