代码搜索:1039
找到约 297 项符合「1039」的源代码
代码结果 297
www.eeworm.com/read/431319/8688393
test 1039.test
(02;1:0.000261,2:0.000305,3:0.000145,4:0.004377,5:0.001771,6:0.000058,7:0.000058,8:0.000087,9:0.000380,12:0.000102,13:0.012171,14:0.000087,15:0.000087,17:0.000203,18:0.000116,19:0.000102,21:0.011529,2
www.eeworm.com/read/181474/9253838
txt 1039.txt
http://frienky.100steps.net/blog/read.php//blog/read.php/feed.php?go=category_5
www.eeworm.com/read/348596/10883592
txt 1039.txt
#include"iostream.h"
#include"stdio.h"
#include"math.h"
#include
#include
using namespace std;
/////////////////////////
#define Type double /*坐标类型*/
/////////////////
www.eeworm.com/read/418779/10922561
txt 1039.txt
Rule:
--
Sid:
1039
--
Summary:
This event is generated when an attempt is made to exploit a potential weakness on a host running Microsoft Internet Information Server (IIS).
--
Impact:
Information
www.eeworm.com/read/443457/7632741
cpp 1039.cpp
#include
#include
int vow(char c){
if(c=='a'||c=='e'||c=='i'||c=='o'||c=='u')
return 1;
return 0;
}
int judge(char s[]){
int len=strlen(s);
int i,v=0,
www.eeworm.com/read/333211/12698351
c 1039.c
#include
#include
typedef double db;
int n;
db x[32];
db y[32];
db xintersect(db x0, db y0, db x1, db y1, db xp, db yp, db k)
{
return ((k * xp + y0 - yp) * (x1 - x0) + x0 * (y0
www.eeworm.com/read/486654/6524515
cpp 1039.cpp
/* This Code is Submitted by wywcgs for Problem 1039 on 2005-03-23 at 20:41:14 */
#include
int main()
{
long five[13], N, T, Z;
long i, j;
five[0] = 1;
for(i