代码搜索:COde
找到约 10,000 项符合「COde」的源代码
代码结果 10,000
www.eeworm.com/read/381044/9113648
sym code.sym
www.eeworm.com/read/380937/9121793
c code.c
# include
void main()
{
/* 定义字符型变量,并给它们付初值 */
char c1, c2, c3, c4, c5, c6, c7;
c1 = 'C';
c2 = 'h';
c3 = 'i';
c4 = 'n';
c5 = 'e';
c6 = 's';
c7 = 'e';
/* 输出原码 */
pr
www.eeworm.com/read/380920/9122640
h code.h
//不按Shift的字符对应的编码
const unsigned char unshifted[][2] =
{
0x0d,9, //Table
0x0e,'`',
0x15,'q',
0x16,'1',
0x1a,'z',
0x1b,'s',
0x1c,'a',
0x1d,'w',
0x1e,
www.eeworm.com/read/380920/9122669
h code.h
//不按Shift的字符对应的编码
const unsigned char unshifted[][2] =
{
0x0d,9, //Table
0x0e,'`',
0x15,'q',
0x16,'1',
0x1a,'z',
0x1b,'s',
0x1c,'a',
0x1d,'w',
0x1e,
www.eeworm.com/read/380920/9122706
h code.h
//不按Shift的字符对应的编码
const unsigned char unshifted[][2] =
{
0x0d,9, //Table
0x0e,'`',
0x15,'q',
0x16,'1',
0x1a,'z',
0x1b,'s',
0x1c,'a',
0x1d,'w',
0x1e,
www.eeworm.com/read/282005/9124706
zip code.zip
www.eeworm.com/read/183983/9127356
exe code.exe
www.eeworm.com/read/183983/9127359
asm code.asm
p macro buf
lea dx,buf
mov ah,9
int 21h
endm
data segment
pp db 0dh,0ah,' welcome you to run this programme!$'
qq db 0dh,0ah,' when you input number,press enter.$'
qw
www.eeworm.com/read/380631/9137977