代码搜索:IO控制

找到约 10,000 项符合「IO控制」的源代码

代码结果 10,000
www.eeworm.com/read/286336/8771099

h io.h

/********************************************************************************* * ST 7538 DEMOBOARD SOFTWARE IO.h * *
www.eeworm.com/read/286090/8790203

c io.c

/* File I/O for GNU DIFF. Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1998, 2001, 2002, 2004 Free Software Foundation, Inc. This file is part of GNU DIFF. GNU DIFF is free softwar
www.eeworm.com/read/429563/8802738

txt io.txt

1 流传输的数据类型:字节(任何数据都可以 以字节存取) 和 字符(方便识别) 2 字节的输入输出流: 1)输入流:InputStream(abstract) int read();读取一个字节,转化为0-255取值范围内的int数值 返回值为-1表示读取完毕 int read(byte[] b);一次读取多个字节,存至参数b指定的数组中,返回值为读取字节的数量 int read ...
www.eeworm.com/read/429563/8802812

txt~ io.txt~

1 流传输的数据类型:字节(任何数据都可以 以字节存取) 和 字符(方便识别) 2 字节的输入输出流: 1)输入流:InputStream(abstract) int read();读取一个字节,转化为0-255取值范围内的int数值 int read(byte[] b);一次读取多个字节,存至参数b指定的数组中,返回值为读取字节的数量 int read(byte[] b,int
www.eeworm.com/read/285810/8816455

c io.c

/* GazOS Operating System Copyright (C) 1999 Gareth Owen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
www.eeworm.com/read/285810/8816550

h io.h

/* GazOS Operating System Copyright (C) 1999 Gareth Owen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
www.eeworm.com/read/385114/8818945

h io.h

/***************************************** Copyright (c) 2002-2004 Sigma Designs, Inc. All Rights Reserved Proprietary and Confidential *****************************************/ /* This file is
www.eeworm.com/read/428887/8831291

c io.c

/* 26dec07abu * (c) Software Lab. Alexander Burger */ #include "pico.h" #ifdef __CYGWIN__ #include #define fcntl(fd,cmd,fl) 0 #endif static any read0(bool); // I/O Tokens enum {NIX,
www.eeworm.com/read/428887/8831419

l io.l

# 26sep07abu # (c) Software Lab. Alexander Burger ### path ### (test (path '@) (pack (pwd) '/)) (test (char "+") (char (path "+@"))) ### read ### (test (1 abc (d e f)) (pipe (prinl "(1 abc (d e
www.eeworm.com/read/187346/8831868

h io.h

#ifndef __IO_H__ #define __IO_H__ #define Get8(p) (*(unsigned char *)(p)) #define Get16(p) (*(unsigned short *)(p)) #define Get32(p) (*(unsigned int *)(p)) #de