代码搜索:Programs

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

代码结果 10,000
www.eeworm.com/read/105179/15676348

copying

NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does *not* fall under the heading of
www.eeworm.com/read/104050/15711806

copying

NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does *not* fall under the heading of
www.eeworm.com/read/101997/15795466

doc readme.doc

---------- MS/PC-DOS Notes ---------- - Prerequisites These programs are supplied as source code for use with the Small-C compiler version 2.1. You will also need
www.eeworm.com/read/100966/15859198

txt example.txt

TMAGRAS - DELPHI RAS COMPONENT - EXAMPLE PROGRAMS ================================================= Last Updated: 30 April 2001 by Angus Robertson, Magenta Systems Ltd, England Email: delphi@m
www.eeworm.com/read/484848/1267663

pbd ad3.pbd

This is an internal working file generated by the Source Browser. 14:51 11s E:\LT-1B Programs\1\ADC\AD3\Debug\Obj\ADC_Func.pbi E:\LT-1B Programs\1\ADC\AD3\Debug\Obj\UART0_Func.pbi E:\LT-1B Program
www.eeworm.com/read/481187/1298503

pbd ad3.pbd

This is an internal working file generated by the Source Browser. 14:51 11s E:\LT-1B Programs\1\ADC\AD3\Debug\Obj\ADC_Func.pbi E:\LT-1B Programs\1\ADC\AD3\Debug\Obj\UART0_Func.pbi E:\LT-1B Program
www.eeworm.com/read/188503/8535652

cc motionest.cc

/* motionest.cc, motion estimation */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * These software programs are available to the
www.eeworm.com/read/287415/8687261

c dgram.c

/*************************************************************** * dgram.c * support functions for datagram based programs */ #include #include #include #includ
www.eeworm.com/read/385844/8786327

cc machine.cc

// machine.cc // Routines for simulating the execution of user programs. // // DO NOT CHANGE -- part of the machine emulation // // Copyright (c) 1992-1993 The Regents of the University of Californi
www.eeworm.com/read/385844/8786412

h syscall.h

/* syscalls.h * Nachos system call interface. These are Nachos kernel operations * that can be invoked from user programs, by trapping to the kernel * via the "syscall" instruction. * * This