代码搜索:1087
找到约 275 项符合「1087」的源代码
代码结果 275
www.eeworm.com/read/188596/8525772
c 1087.c
program timetotakesnones;
var n,m:integer;
a:array[0..10000] of byte;
b:array[1..50] of integer;
i,k:integer;
minb:integer;
position:integer;
begin
Assign(input,
www.eeworm.com/read/386523/8739168
pdf 1087.pdf
www.eeworm.com/read/386523/8739169
cpp 1087.cpp
#include
#include
#include
#include
#include
const int inf=10000;
using namespace std;
short cap[420][420];
short flow[420][420];
int n_rec,n_item
www.eeworm.com/read/181474/9251828
txt 1087.txt
http://frienky.100steps.net/blog/read.php//blog/read.php/tag.php?tag=%E5%8F%8C%E5%AD%90%E5%BA%A7
www.eeworm.com/read/348596/10882465
txt 1087.txt
#include"iostream.h"
#include"string.h"
#define null 0
const int size=1000;
bool w[size][size];
void maxmatch(int n,int m,int *p)
{
int p_n[size];
int p_m[size];
bool sign[size];
www.eeworm.com/read/418779/10910515
txt 1087.txt
Rule:
Sid:
1087
--
Summary:
This event is generated when an attempt is made to evade an IDS in a possible web attack by obfuscating the request with tabs.
--
Impact:
Unknown.
--
Detailed Inform
www.eeworm.com/read/443457/7632985
cpp 1087.cpp
#include
int n,x[1001],code[1001],max,m;
int main()
{
int i,j;
while(cin>>n,n){
for(i=1;i>x[i];
code[n]=x[n];
max=code[n];
www.eeworm.com/read/333213/12698289
cc 1087.cc
#include
#include
#include
#include
#include
using namespace std;
typedef struct node
{
int ord;
node * next;
}Node;
const int size = 512 + 1;
Node lis