代码搜索:伏安法
找到约 10,000 项符合「伏安法」的源代码
代码结果 10,000
www.eeworm.com/read/299577/7844553
cpp 回溯法.cpp
#include
#include
#include
#include
using namespace std;
inline int good(int x,int y,int s[30][30],int n)
{
if(x>=0&&x=0&&y
www.eeworm.com/read/299577/7844557
plg 回溯法.plg
Build Log
--------------------Configuration: 回溯法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\luotuo\LO
www.eeworm.com/read/299577/7844561
opt 回溯法.opt
www.eeworm.com/read/299577/7844562
ncb 回溯法.ncb
www.eeworm.com/read/299577/7844570
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/198610/7924332
doc 冒泡法.doc
www.eeworm.com/read/298817/7933327
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/296852/8074938
cpp dfp法.cpp
#include
#include
#include
int const n=2;//正定二次函数的自变量个数
double fun(double x[n],double f_xs[n+n+1+(n-1)*n/2]);//输入变量为函数自变量初值
void Q_fun(double f_xs[n+n+1+(n-1)*n/2],
www.eeworm.com/read/196224/8110214
txt 9594127法.txt
www.eeworm.com/read/332124/12777396
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