-
static char _[] = "@(#)tdfunc.c 5.25 93/10/28 08:44:32, Srini, AMD.";
/******************************************************************************
* Copyright 1991 Advanced Micro Devices, Inc.
*
http://www.codebf.com/read/149876/5694949
-
static char _[] = "@(#)parallel.c 1.4 93/09/08 14:14:32, Srini, AMD.";
/******************************************************************************
* Copyright 1992 Advanced Micro Devices, Inc.
*
http://www.codebf.com/read/149876/5694954
-
·目·录·
1、UltraEdit-32 v7.10 软件简介
2、UltraEdit-32 v7.10 有啥新鲜的?
3、UltraEdit-32 v7.10 与 5.00 的不同
4、UltraEdit-32 汉化历史
·内·容·
1、UltraEdit-32 v7.10 软件简介
软件类型: 编辑软件
最新版本: 7.10
文件大小:
http://www.codebf.com/read/149693/5697759
-
#ifndef _RAR_TYPES_
#define _RAR_TYPES_
typedef unsigned char byte; //8 bits
typedef unsigned short ushort; //preferably 16 bits, but can be more
typedef unsigned int uint; //32 bits or
http://www.codebf.com/read/149476/5698849
-
// BranchIA64.c
#include "BranchIA64.h"
const Byte kBranchTable[32] =
{
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
4, 4, 6, 6, 0, 0, 7, 7,
4, 4, 0, 0, 4, 4, 0, 0
};
UInt
http://www.codebf.com/read/149476/5699025
-
procedure@3
(@30
aaa@17
,@32
bbb@17
)@31
newline1@35
newline2@35
newline3@35
newline4@35
a@17
b@17
c@17
newline5@35
newline6@35
newline7@35
newline8@35
d@17
newline9@35
w@17
newlin
http://www.codebf.com/read/149464/5699810
-
newline1@35
newline2@35
program@1
prog1@17
(@30
input@17
,@32
output@17
)@31
;@33
newline3@35
var@2
a@17
,@32
b@17
,@32
c@17
d@17
e@17
;@33
newline4@35
newline5@35
procedure@3
p
http://www.codebf.com/read/149464/5699812
-
newline1@35
newline2@35
program@1
prog@17
(@30
input@17
,@32
output@17
)@31
;@33
newline3@35
var@2
a@17
,@32
b@17
,@32
c@17
d@17
e@17
;@33
newline4@35
newline5@35
procedure@3
pr
http://www.codebf.com/read/149464/5699814
-
exchange(1,9)
exchange(3,7)
exchange(5,6)
exchange(0,5)
exchange(0,3)
exchange(0,0)
exchange(1,2)
exchange(6,6)
exchange(8,9)
exchange(7,8)
-51
-1
0
1
3
10
18
32
567
789
http://www.codebf.com/read/148721/5709244
-
exchange(1,9)
exchange(3,7)
exchange(5,6)
exchange(0,5)
exchange(0,3)
exchange(0,0)
exchange(1,2)
exchange(6,6)
exchange(8,9)
exchange(7,8)
-51
-1
0
1
3
10
18
32
567
789
http://www.codebf.com/read/148721/5709292