代码搜索:COde

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

代码结果 10,000
www.eeworm.com/read/359016/10170890

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/358502/10186176

h code.h

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d
www.eeworm.com/read/358502/10186178

c code.c

/* | Project: WCDMA simulation environment | Module: | Author: Maarit Melvasao | Date: May 15, 1999 | | History: | June 10, 1999 Maarit Melvasalo |
www.eeworm.com/read/356668/10223074

h code.h

extern unsigned char const Bmpt1[]; extern unsigned char const Bmpt2[]; extern unsigned char const Bmpt3[]; extern unsigned char const Bmpt4[]; extern unsigned char const Bmpt5[]; extern unsign
www.eeworm.com/read/356668/10223083

o code.o

www.eeworm.com/read/356668/10223093

c code.c

unsigned char const Bmpt1[]= { /*-- 调入了一幅图像:E:\新建文件夹\Wait_1.bmp --*/ /*-- 宽度x高度=19x30 --*/ /*-- 宽度不是8的倍数,现调整为:宽度x高度=19x32 --*/ 0x00,0x00,0x00,0x60,0xE0,0xE0,0xE0,0xE0,0xA0,0xA0,0xA0,0xA
www.eeworm.com/read/356310/10232029

h code.h

unsigned char code key[][2] = { 0x1C, 0x41, //'a' 0x32, 0x42, //'b' 0x21, 0x43, //'c' 0x23, 0x44, //'d' 0x24, 0x45, //'e' 0x2B, 0x46, //'f' 0x34, 0x47, //'g' 0x33, 0x48, //'h' 0x43,
www.eeworm.com/read/356292/10232294

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/356224/10234351

xml code.xml

1 1 0.4KV dydj 1
www.eeworm.com/read/356118/10236474

pas code.pas

unit code; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TFm_code = class(TForm) Label1: TLabel;