代码搜索:N

找到约 10,000 项符合「N」的源代码

代码结果 10,000
www.eeworm.com/read/466339/7033993

cpp n皇后问题.cpp

#i<mark>n</mark>clude usi<mark>n</mark>g <mark>n</mark>amespace std; /* 解空空间是完全<mark>N</mark>叉树 x[i]表示第i个皇后放在第i行的第x[i]列 */ class Quee<mark>n</mark> { frie<mark>n</mark>d i<mark>n</mark>t <mark>n</mark>Quee<mark>n</mark>(i<mark>n</mark>t); private: bool Place(i<mark>n</mark>t k); void Backtrack(i<mark>n</mark>t t); i<mark>n</mark>t <mark>n</mark>; //皇后个 ...
www.eeworm.com/read/466290/7041954

epd booth_n.epd

8R/3Nak3/5a3/6p2/3np4/3N1c3/5r3/5p1C1/4p2C1/5K1R1 w - - 0 1 ; 第001局 4Nn2r/4a3r/3ak4/2p3C2/2b2Rb1n/3p1p2c/9/5p3/4p4/5K1c1 w - - 0 1 ; 第002局 3k5/7N1/9/4R4/2C6/3p5/1cNr5/5p1r1/4p4/3R1K3 w - - 0 1 ; 第00
www.eeworm.com/read/465377/7054082

fld n_castle.fld

www.eeworm.com/read/465098/7057316

html n1.html

www.eeworm.com/read/465098/7057317

pl n1.pl

#! /usr/bin/perl print "Content-type:text/html\n\n"; print "Server Information"; print ""; print "Server Name=",$ENV{'SERVER_NAME'}; print "Server Software
www.eeworm.com/read/465098/7057318

html n3.html

www.eeworm.com/read/465098/7057319

pl n3.pl

#! /usr/bin/perl print "Content-type:text/html\n\n"; $string=$ENV{'QUERY_STRING'}; ($fieldname,$Name)=split(/=/,$string); $dt=`date|cut -c 12-13`; if($dt
www.eeworm.com/read/465098/7057320

pl n4.pl

#! /usr/bin/perl print "Content-type:text/html\n\n"; $count_file='/usr/local/bin/count.txt'; if(open(FILE,"".$count_file)) { $acces
www.eeworm.com/read/465098/7057321

shtml n4.shtml

Hai Visitor count:
www.eeworm.com/read/465098/7057322

pl n2.pl

#! /usr/bin/perl print "Content-type:text/html\n\n"; print "Unix Commands"; $string=$ENV{'QUERY_STRING'}; ($field,$cmd)=split(/=/,$string); print `/bin/$cmd`; exit(0);