代码搜索结果

找到约 10,000 项符合 Input 的代码

test.input

(rule (off all) (on (foo bar)) (off MyRule12345)) (define (definer "1h" (rec (pt 3.0 34.0) (pt 6.0 36.0)))) (advice (400 (bpos (rec (pt -12.8863 -2.26255) (pt -12.8863 -2.26255))) (dont our {0} (dribb

input.dat

A B C D E # F # # # # # #

input.txt

用VC6.0实现汉字到区位码的批量转化 王文江 成都电子科技大学管理学院2109201E 邮编:610054 周国瑞 成都电子科技大学计算机学院 摘要 在考试报名填写机读卡的过程中,查汉字区位码是经常遇到的事情.如果手工去查,不仅浪费时间, 而且容易出错.本文用VC6.0实现了汉字到区位码的批量转化,做到了快速准确,从而使填涂机读卡人员达到 了事半功倍 ...

input.txt

program fibonacci; var m:integer; function fib (n:integer) :integer; begin if n=0 then fib:=0 else if n=1 then fib:=1 else fib:= fib(n-1) +fib(n-2)

input.dat

[Constitution for the United States of America] We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide f

input.c

/* ** $Id: input.c,v 1.15.6.1 2006/06/15 10:20:10 xwyan Exp $ ** ** Listing 5.2 ** ** input.c: Sample program for MiniGUI Programming Guide ** Use dialog box to interact with user. ** ** Copyrig

input.h

/*This is a file to get the input for the GA program*/ void input(FILE *rep_ptr); void input(FILE *rep_ptr) { int i; float cc; printf("---------------------------------------------------

input.css

.input { clip: rect( ); height: 18px; width: 100px; background-position: top; font-family: "宋体"; font-size: 12px; color: #000033; text-decoration: none} a:hover { color: #00CC33; text-decoration

input.css

BODY {font-size:9pt;font-family:Tahoma,Verdana,MS Sans Serif,Courier New;} TD,TR{font-size:9pt;} A:link {COLOR: #003399;text-decoration:none;} A:visited {COLOR: teal;text-dec