代码搜索结果
找到约 10,000 项符合
6 的代码
6.h
/*S 8 8 8 1 6.H LCDIcon FileDescriptor: Do not edit or move */
/* Put Your Comments Here */
#define SIX_BMP_ROWS 8
#define SIX_BMP_COLS 8
const char code lcd_six[] =
{
0x00, /* ......
oc(6).asm
.386
.model flat, stdcall ;32 bit memory model
option casemap :none ;case sensitive
include OC.inc
.code
start:
invoke GetModuleHandle,NULL
mov hInstance,eax
invoke InitComm