代码搜索结果
找到约 10,000 项符合
O 的代码
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
sed1335.me
Prowess YQY51-SED1335-V1.0 软件包使用说明
YQY51-SED1335-V1.0 软件包适用于内置SED1335图形LCM和外配SED1335图形LCM。
包含文件有:
DRIVER1.ASM --- 直接访问方式驱动子程序
DRIVER2.ASM --- 间接控制方式驱动子程序
184.html
O_ACCMODE
186.html
O_CREAT
ch11_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
fonts.inc
;****************************************************************************
;* FONTS.INC
;* fonts shape definitions
;* Copyright (c) 1997 by Alberto Ricci Bitti
;* a.riccibitti@ra.nettuno.it
;*
19-login.htm
用户登录页面
function SetCookie(name,value)
{
var argv=SetCoo
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
ccw2pr.c
/************************************/
/* 汉字写入函数 (图形方式)CCW2_PR */
/* 连接字库: CGTAB */
/* 函数调用入口: CCW2_PR() */
/* 函数输入变量: O_X,O_Y,CODE_1 */
/****************************