代码搜索:STARTING

找到约 9,113 项符合「STARTING」的源代码

代码结果 9,113
www.eeworm.com/read/140245/13094906

modspec synthgen.modspec

# DiskSim Storage Subsystem Simulation Environment (Version 3.0) # Revision Authors: John Bucy, Greg Ganger # Contributors: John Griffin, Jiri Schindler, Steve Schlosser # # Copyright (c) of Carnegie
www.eeworm.com/read/139382/13159314

makefile

all: frame.exe test: all frame.exe
www.eeworm.com/read/139382/13159399

makefile

all: hello.exe hello.exe: hello.obj test: all hello.exe # Say "nmake clobber" to get rid of files created by nmake clobber: del *.obj del *.exe # To convert a .cpp file to a .
www.eeworm.com/read/139382/13159420

makefile

all: greet.exe frame.exe greet.exe: greet.obj frame.exe: frame.obj test: all greet.exe
www.eeworm.com/read/241072/13171596

txt bootmesg.txt

## Booting image at 21000000 ... Image Name: Image Type: ARM Linux Kernel Image (gzip compressed) Data Size: 655773 Bytes = 640.4 kB Load Address: 20008000 Entry Point: 20
www.eeworm.com/read/323854/13312968

java tester.java

import java.awt.*; import java.awt.event.*; // Set this file as main (choose it in the // project window, then press F8) to run the // application version. // See "TestApplet.java" for instruct
www.eeworm.com/read/136567/13371577

asm kernel_a.asm

; When started from bootf we get to this code with a temporary GDT, ; a temporary stack, temporary page tables, no TSS, no IDT and interrupts ; disabled. ; BOOTF sets up mapping so that the kerne
www.eeworm.com/read/318888/13467880

asm ex5p13.asm

********************************************************************** * * This program computes multiply and accumulate using the MAC * instruction * * y(n) = h(0)x(n) + h(1)x(n-1) +h
www.eeworm.com/read/315460/13542150

c liftoff.c

/* * File: liftoff.c * --------------- * Simulates a countdown for a rocket launch. */ #include #include "genlib.h" /* * Constant: StartingCount * ----------------------- * Change t
www.eeworm.com/read/306760/13738137

mac main.mac

;------------------------------------------------------------------------------ ; ; COPYRIGHT (C) 2000, 2001 Intel Corporation. ; ; This software as well as the software described in it is furni