代码搜索:相差法
找到约 10,000 项符合「相差法」的源代码
代码结果 10,000
www.eeworm.com/read/367982/9721451
txt 冒泡法.txt
void sort(int A[],int n)
{
int i, j;
int t;
for(i=0; i
www.eeworm.com/read/268899/11115095
fig 等距法.fig
www.eeworm.com/read/146711/12616940
cpp 幂法.cpp
#include
#include
#define N 3
#define EPS 1e-6
#define KM 30
void PowerMethod(float *A)
{
float MaxValue(float *,int );
float U[N],V[N],r2,r1;
float temp;
int i,j,
www.eeworm.com/read/134132/14005003
dsw 回溯法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/134132/14005006
cpp 回溯法.cpp
#include
#include
#include
#include
#include
using namespace std;
inline int good(int x,int y,int s[30][30],int n)
{
if(x>=0&&x
www.eeworm.com/read/134132/14005009
plg 回溯法.plg
Build Log
--------------------Configuration: 回溯法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/134132/14005011
opt 回溯法.opt
www.eeworm.com/read/134132/14005013
ncb 回溯法.ncb
www.eeworm.com/read/134132/14005016
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/133339/14048683
cpp 打靶法.cpp
#include
#include
#include
#include
#include
#include
#include
# include
# include
# inclu