代码搜索:Best 开发教程
找到约 10,000 项符合「Best 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/348596/10882863
txt 2076.txt
#include"iostream.h"
#include"algorithm"
int dist[101][101],n,m;
void init()
{
int i,a,b,d,j,k;
cin>>n>>m;
for(i=0;i
www.eeworm.com/read/348596/10883367
txt 2414.txt
#include"stdio.h"
#include"string.h"
int best[1024][26];
int min[1024];
char m[1024][1001];
char answer[1001];
int n,l;
bool init()
{
int i;
scanf("%d %d",&n,&l);
if(n==0&&l==0)
www.eeworm.com/read/348596/10883602
txt 2926.txt
Problem Id:2926 User Id:fzk
Memory:3972K Time:1278MS
Language:C++ Result:Accepted
Source
#include
#include
#include
#include
#include
#inc
www.eeworm.com/read/348596/10883938
txt 3107.txt
Source
Problem Id:3107 User Id:fzk
Memory:3364K Time:1523MS
Language:C++ Result:Accepted
Source
#include
#include
using namespace std;
vector e[51000];
in
www.eeworm.com/read/418364/10949998
txt psoutfil.txt
May 13 test with old code (sliding Gbest) and Rnd
Iter: 111 Best val: 7.49585959969323E-09 5/13/98 8:55:48 PM
Dim. 1 Pos. -3.025822E-06
Dim.
www.eeworm.com/read/416700/11017598
pro fx4.pro
pro fx4,xll
t0=systime(1)
;xll=indgen(48,48,48)
DSijt=fltarr(4,4,4) ;缩小后的D数组 dblarr
cens=intarr(12,12,12)
hans=intarr(12,12,12)
lies=intarr(12,12,12)
options=intarr(12,12,12)
al=fltarr(1
www.eeworm.com/read/158586/6916557
kroa100 cmp.kroa100
ACO algorithms for the TSP, v1.0
Parameter-settings:
max-tries 100
max-tours 100
optimum 21282
time 60.000000
num-ants 5
num-neigh 20
alpha 1.000000
beta 5.000000
rho 0.500000
q_0 0.
www.eeworm.com/read/469371/6973857
cc 2874340_ac_1983ms_300k.cc
#include
#include
using namespace std;
typedef struct
{
int v;
int w;
int sign;
}node;
int n,d,best=0;
void f(node mg[10],int wa,int wb,int s,int r,int ab,
www.eeworm.com/read/469371/6973858
cc 2873073_ac_91ms_300k.cc
#include
#include
using namespace std;
typedef struct
{
int v;
int w;
int sign;
}node;
int n,d,best=0;
void f(node mg[10],int wa,int wb,int s,int r,int ab,
www.eeworm.com/read/469371/6974423
cpp 2874429_ce.cpp
#include
using namespace std;
int main()
{
int n,f,i,best=0,sum=0;
scanf("%d %d",&n,&f);
int num[n];
for(i=0;i