代码搜索:Routine

找到约 10,000 项符合「Routine」的源代码

代码结果 10,000
www.eeworm.com/read/307498/13721773

c systffs.c

/* sysTffs.c - Strataflash TrueFFS library */ /* * Copyright (c) 1984-2005 Wind River Systems, Inc. * * The right to copy, distribute, modify or otherwise make use * of this software may be licen
www.eeworm.com/read/305314/13773615

txt highc.txt

Metaware High C CBIRD notes The High C compiler is a protected mode compiler which is layered on top of a DOS Extender. The CBIRD.exe software has be designed to be compatible with the Pharlap
www.eeworm.com/read/303070/13822518

c systffs.c

/* sysTffs.c - ARM integrator TrueFFS Socket Component Driver */ /* Copyright 1984-2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01d,13nov0
www.eeworm.com/read/300969/13876919

s mpx88.s

# ! This file contains the assembler startup code for Minix and the 16-bit ! interrupt handlers. It cooperates with cstart.c to set up a good ! environment for main(). ! This file is part of th
www.eeworm.com/read/300969/13876940

s mpx386.s

# ! This file contains the assembler startup code for Minix and the 32-bit ! interrupt handlers. It cooperates with start.c to set up a good ! environment for main(). ! This file is part of the
www.eeworm.com/read/151067/5687079

cpp chbevl.cpp

// // chbevl.cpp // // $Id: chbevl.cpp,v 1.2 2005/07/21 20:12:04 ediap Exp $ // // This is slightly modified routine from the Cephes library, see http://www.netlib.org/cephes/ // // According to li
www.eeworm.com/read/149876/5696595

c pxdb.c

#include #ifdef PROTOTYPES int callee (int x) #else int callee( x ) int x; #endif { int y = x * x; return (y - 2); } int main() { int i; for (i = 1; i < 10; i++) {
www.eeworm.com/read/148694/5712029

c pxdb.c

#include #ifdef PROTOTYPES int callee (int x) #else int callee( x ) int x; #endif { int y = x * x; return (y - 2); } int main() { int i; for (i = 1; i < 10; i++) {
www.eeworm.com/read/136849/5844218

h chiplib.h

//=========================================================================== // chiplib.h //--------------------------------------------------------------------------- // // Copyright (c) 2002, 2
www.eeworm.com/read/136812/5858741

c _sprintw.c

#ifndef lint static char sccsid[] = "@(#)_sprintw.c 1.1 92/07/30 SMI"; /* from S5R2 1.1 */ #endif # include "curses.ext" # include /* * This routine actually executes the printf and add