代码搜索:短波差分
找到约 10,000 项符合「短波差分」的源代码
代码结果 10,000
www.eeworm.com/read/243633/12930840
c 二分查找1.c
www.eeworm.com/read/243560/12933927
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/243560/12934160
c 二分查找1.c
www.eeworm.com/read/329680/12938965
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/329680/12939210
c 二分查找1.c
www.eeworm.com/read/327510/13073657
ncb 二分法.ncb
www.eeworm.com/read/327510/13073682
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/327510/13073685
plg 二分法.plg
Build Log
--------------------Configuration: 二分法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/327510/13073691
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) Conso
www.eeworm.com/read/327510/13073694
dsw 二分法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################