代码搜索:1073
找到约 238 项符合「1073」的源代码
代码结果 238
www.eeworm.com/read/188596/8525848
c 1073.c
#include
#include
int get(int n)
{
int a,i,j,k;
double data;
if (n==1) return 1;
data=(int)sqrt(n);
a=(int)data;
for (i=0;i
www.eeworm.com/read/181474/9251195
txt 1073.txt
http://frienky.100steps.net/blog/read.php//blog/read.php/read.php/28.htm?page=1
www.eeworm.com/read/357794/10201042
txt 1073.txt
题1073:对于每一格上的点共有八个方向可扩展。要求最少的移马步数,即是求每一对顶点之间的最短路径。使用Floyd算法可求得该带权有向图的每一对顶点之间的最短路径长度。主循环如下:
for(k=1;k
www.eeworm.com/read/418779/10908010
txt 1073.txt
Rule:
Sid:
1073
--
Summary:
This event is generated when an attempt is made to read web application
source code.
--
Impact:
Information gathering.
--
Detailed Information:
The webhits.exe sampl
www.eeworm.com/read/371039/7108155
cpp 1073.cpp
#include "iostream"
#include "stdio.h"
using namespace std;
int main()
{
int n=0;
int l;
int j;
int a[1000];
//int k;
// int m;
// int temp;
int sum=0;
int i=1;
int p=0;
/
www.eeworm.com/read/443457/7632902
cpp 1073.cpp
#include
#include
using namespace std;
string input,output;
char key[5005];
int main()
{
int test;
scanf("%d", &test);
getchar();
while (test--)
{
int num = 0;
www.eeworm.com/read/302642/13830209
out 1073.out
all the operation are based on the follow intervals
(16 21) (8 9) (25 30) (5 8) (15 23) (17 19) (26 26) (0 3) (6 10) (19 20)
insert node (16 21)
(16 21) root
insert fix up
insert node (8
www.eeworm.com/read/486654/6524751
cpp 1073.cpp
/* This Code is Submitted by wywcgs for Problem 1073 on 2006-02-10 at 04:33:51 */
#include
const int MAX = 1024;
int main()
{
int sr[MAX], prev[MAX];
char line[16];
while(tr