代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/246404/12728998
pas ac1030.pas
program tju1030;
const
maxl=100;
type
factorlist=record
count:byte;
value:array[1..3]of byte;
e:array[1..3]of byte;
end;
var
prime:array[1..maxl]of byte;
factor:array[
www.eeworm.com/read/246404/12729019
pas ac1090.pas
program tju1090;
const
maxn=100;
type
bignum=array[-1..57]of word;
var
a:array[1..maxn]of bignum;
i,j:byte;
t:bignum;
procedure mul(var a,b,c:bignum);
var
i,j:byte;
begin
www.eeworm.com/read/246404/12729077
pas ac1000.pas
program tju1000;
var
a,b:byte;
begin
read(a,b);
writeln(a+b);
end.
www.eeworm.com/read/246404/12729080
pas ac1095.pas
program tju1095;
const
maxn=100;
tail:array[0..9]of byte=(6,6,2,6,4,4,4,8,4,6);
var
a:array[0..maxn]of byte;
i,l,five,ans:byte;
s:string;
begin
repeat
readln(s);l:=length(s);
www.eeworm.com/read/246404/12729082
pas ac1001.pas
program tju1001;
var
n,i:byte;
c:char;
procedure printline(x:byte);
var
i:byte;
begin
for i:=1 to (n-x)*2 do write(' ');
if x>1 then begin
write(c);dec(c);
f
www.eeworm.com/read/246404/12729107
pas ac1061.pas
program tju1061;
const
maxl=50;
var
child,space:array[1..maxl]of byte;
swap:array[boolean,1..maxl]of byte;
s:string;
l,p,i,j:byte;
procedure findchild(x:byte);
begin
if s[x]=
www.eeworm.com/read/246404/12729500
pas ac1258.pas
{$Q-,R-}
program tju1258;
const
move:array[1..2,0..8]of byte=((1,2,5,0,4,8,3,6,7),(0,1,2,4,5,3,6,7,8));
fact:array[1..9]of longint=(1,2,6,24,120,720,5040,40320,362880);
fact9=362880;
type
www.eeworm.com/read/246404/12729518
pas ac1266.pas
program tju1266;
const
maxn=50;
maxm=766;
var
len:array[1..maxn,1..maxn]of word;
id:array[1..maxn,1..maxn]of byte;
father,root:array[1..maxn]of byte;
adj:array[1..maxm,1..maxn-1]of
www.eeworm.com/read/145276/12740352
h predef.h
#define YCCHANGE 0x10000
#define YXCHANGE 0x20000
class CRtuDriver; //预定义
typedef struct tagsysStateinfo{
int rtunum; //current rtu number
int ents_in_temp; //commu wich ipc return ev
www.eeworm.com/read/332696/12743613
txt xls.txt
MICROSOFT EXCEL FILE FORMAT
Microsoft Excel is a popular spreadsheet. It uses a file format called BIFF (Binary
File Format). There are many types of BIFF records. Each has a 4 byte header. The