代码搜索:1151
找到约 252 项符合「1151」的源代码
代码结果 252
www.eeworm.com/read/188596/8525569
cpp 1151.cpp
#include
main()
{
int n,i,j,p;
char s[1000];
while(scanf("%d",&n)!=EOF)
{
getchar();
for(i=0;i
www.eeworm.com/read/181474/9252891
txt 1151.txt
http://frienky.100steps.net/blog/read.php//blog/read.php/blog_pic/star_place.jpg
www.eeworm.com/read/357794/10201054
txt 1151.txt
题1151:使重量从1开始递增至所求值。递推地求得最后解。对于每一种重量,求出所需钱币价值的最小值。该最小值可能来自于某一种钱币的面值,也可能来自于由小于该重量的钱币的最小面值加上某一种钱币的面值所得。
www.eeworm.com/read/348596/10883093
txt 1151.txt
#include"iostream.h"
#include"stdio.h"
#include"vector"
#include
using namespace std;
struct rect
{double xt,yt,xb,yb;
};
struct point
{double x,y;};
double max(double a,do
www.eeworm.com/read/418779/10916418
txt 1151.txt
Rule:
--
Sid:
1151
--
Summary:
This event is generated when an attempt is made to exploit a known
vulnerability on a web server or a web application resident on a web
server.
--
Impact:
Informatio
www.eeworm.com/read/443457/7632662
cpp 1151.cpp
#include
#include
using namespace std;
int a[125][125],b[125],c[125];
bool sign[125];
int len;
int get(int u){
int v;
for(v=1;v
www.eeworm.com/read/296369/8108716
dsp 1151.dsp
# Microsoft Developer Studio Project File - Name="1151" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/296369/8108717
ncb 1151.ncb
www.eeworm.com/read/296369/8108719
cpp 1151.cpp
// 1151.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
using namespace std;
int main(int argc, ch