代码搜索:Programs

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

代码结果 10,000
www.eeworm.com/read/161898/7153379

m fsk.m

% 2fsk.m % % Simulation program to build 2FSK % All of the programs had been built successfully in MATLAB 6.5 %************************ Preparation part ***************************** NUM = 5
www.eeworm.com/read/161898/7153381

asv fsk.asv

% 2fsk.m % Simulation program to build 2FSK % All of the programs had been built successfully in MATLAB 6.5 %************************ Preparation part ***************************** NUM = 1024;
www.eeworm.com/read/392997/7247742

cpp machine.cpp

// 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/392997/7247805

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
www.eeworm.com/read/452143/7446820

bas osinterface.bas

Attribute VB_Name = "APIcalls" ' This module is common to all of the Example programs ' It declares the data types and system calls required to access the Windows operating system ' Public Typ
www.eeworm.com/read/452143/7446822

bas hidinterface.bas

Attribute VB_Name = "AccessIODevice" ' This module is common to all of the Example programs ' It declares the {Open, Read, Write, Close} calls for the USB device ' These user-calls are tr
www.eeworm.com/read/399161/7885416

c dgram.c

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

copying

NOTE: This copyright does NOT cover operating systems or programs booted or started by BLOB. This is considered normal use for a boot loader, and does NOT fall under the heading of "derived work".
www.eeworm.com/read/139738/13137141

makefile

# GNU Makefile for building user programs to run on top of Nachos # # Things to be aware of: # # The value of the ARCHDIR environment variable must be set before using # this makefile. If you are u
www.eeworm.com/read/139738/13137225

h syscall.h

/** * The Nachos system call interface. These are Nachos kernel operations that can be * invoked from user programs using the syscall instruction. * * This interface is derived from the UNIX sysc