代码搜索:stdio
找到约 10,000 项符合「stdio」的源代码
代码结果 10,000
www.eeworm.com/read/222772/14674201
s stdio.s
include "8051fa.h"
include "kernel.h"
;;; RS-485 SERIAL COMMUNICATIONS.
;;; Modes:
;;; (1) Receive data (REN = 1, T0 = 0, SM2 = 1)
;;; (2) Send data (REM = 0, T0 = 1)
global SetPort:
mov SCON,
www.eeworm.com/read/222703/14679500
h stdio.h
0x5E)
/* Status REGister */
#define SREG (*(volatile unsigned char *)0x5F)
/* eXternal Memory Control Register */
#define XMCRB (*(volatile unsigned char *)0x6C) /* m/m */
#define XMBK 7
www.eeworm.com/read/122442/14690064
h stdio.h
www.eeworm.com/read/122442/14690907
h stdio.h
www.eeworm.com/read/221956/14713255
bak stdio.bak
www.eeworm.com/read/221956/14713287
h stdio.h
www.eeworm.com/read/221956/14713395
h stdio.h
www.eeworm.com/read/121914/14730524
h stdio.h
/*
** STDIO.H -- Standard Small C Definitions.
*/
#define stdin 0 /* file descriptor for standard input file */
#define stdout 1 /* file descriptor for standard output file */
#define stde
www.eeworm.com/read/121905/14731051
h stdio.h
/*
** STDIO.H -- Standard Small-C Definitions
**
** Copyright 1983 L. E. Payne and J. E. Hendrix
*/
#define stdin 0
#define stdout 1
#define stderr 2
#define ERR (-2)
#define EOF
www.eeworm.com/read/120988/14777329
inc stdio.inc
;----------------------------------------------------------
; 作者:陈文尧
; 文件:Stdio.inc
; 版本:1.04
; 创建日期:2001.08.01
;----------------------------------------------------------
GetChar MACRO rim