代码搜索:Direct
找到约 10,000 项符合「Direct」的源代码
代码结果 10,000
www.eeworm.com/read/110034/6168778
s direct.s
/*
* arch/ppc/boot/simple/direct.S
*
* Author: Tom Rini
*
* This is an empty function for machines which use SERIAL_IO_MEM
* and don't need ISA_io set to anything but 0, or pe
www.eeworm.com/read/103451/6215932
h direct.h
#ifdef _MSC_VER // Microsoft Visual C++
#include
#endif
www.eeworm.com/read/102935/6227659
s direct.s
/*
* arch/ppc/boot/simple/direct.S
*
* Author: Tom Rini
*
* This is an empty function for machines which use SERIAL_IO_MEM
* and don't need ISA_io set to anything but 0;
*/
www.eeworm.com/read/493122/6406760
c direct.c
www.eeworm.com/read/483067/6609267
h direct.h
/* direct.h
Defines structures, macros, and functions for dealing with
directories and pathnames.
Copyright (c) Borland International 1991
All Rights Reserved.
*/
#inclu
www.eeworm.com/read/477133/6738774
jpg direct.jpg
www.eeworm.com/read/407458/11419359
jpg direct.jpg
www.eeworm.com/read/346994/11706230
exe direct.exe
www.eeworm.com/read/346994/11706235
txt direct.txt
www.eeworm.com/read/346994/11706240
c direct.c
/* Direct file I/O with fwrite() and fread(). */
#include
#include
#define SIZE 20
int main( void )
{
int count, array1[SIZE], array2[SIZE];
FILE *fp;
/* In