代码搜索结果

找到约 10,000 项符合 O 的代码

filex

Captain Kidd Scarlett O'Hara

320240.c

#include #include #include #include #include /* 直接访问方式地址定义,根据用户平台接口修改 */ #define wcadd1 XBYTE[0x0100] /* 写指令代码地址 */ #define wdadd1 XBYTE[0x

ccw2pr.c

/************************************/ /* 汉字写入函数 (图形方式)CCW2_PR */ /* 连接字库: CGTAB */ /* 函数调用入口: CCW2_PR() */ /* 函数输入变量: O_X,O_Y,CODE_1 */ /****************************

ccw1pr.c

/************************************************************/ /* 汉字写入函数 (文本方式) */ /* 在文本方式下显示汉字, 首先要建立汉字CGRAM,要定义汉字代码.*/ /* 在文本方式下写汉字需要写入4 个代码以组成一个汉字 */ /

demo.lst

C51 COMPILER V7.06 DEMO 08/11/2005 09:54:20 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE DEMO OBJECT MODULE PLACED IN E:

main.c

#include #include #include #include #include #include #include #include #include "ptzimpl.h"

intr6.asm

;PROGRAM NAME:INTR6.ASM ;TEST SERIAL INTERRUPT(MODE 1) ; COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz ; DIGIT1 REG P1.4 DIGIT2 REG P1.5 LED REG P3.7 ; DISP EQU 3

p5.1.c

#include #include #include #include int main(void){ int fd1; if((fd1=open("test1",O_CREAT | O_RDWR,0777))==-1){ perror("Cannot create the test2

p5.2.c

#include #include #include #include int main(void){ int fd1; if((fd1=open("test1",O_CREAT | O_RDWR,0777))==-1){ perror("Cannot create the test2