代码搜索:Bell

找到约 4,160 项符合「Bell」的源代码

代码结果 4,160
www.eeworm.com/read/356715/10222684

obj bell.obj

www.eeworm.com/read/356715/10222685

exe bell.exe

www.eeworm.com/read/356715/10222686

ilk bell.ilk

www.eeworm.com/read/356715/10222687

dsp bell.dsp

# Microsoft Developer Studio Project File - Name="bell" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/354597/10342993

mak bell.mak

# # Makefile for BELL.EXE # # Compiler : Microsoft C 6.0 # Created : 4.8.1992 # Copyright (c) : Martti Ylikoski, 1992 # # Notes: The llibcep.lib is the default library in my s
www.eeworm.com/read/354597/10343298

txt bell.txt

BELL [DUAL MODE] NAME BELL - Make an audible sound on the speaker. SYNTAX bell [frequency duration]* [/NOD] OR
www.eeworm.com/read/354597/10343415

exe bell.exe

www.eeworm.com/read/354597/10343476

c bell.c

/* * BELL.C - Make an audible sound an the terminal. Normally this is used to * indicate some sort of an error, but it can also be used to play * little tunes. * * PROGRAMMER: Martti Yl
www.eeworm.com/read/160624/10513535

mak bell.mak

PROJ = BELL PROJFILE = BELL.MAK DEBUG = 1 PWBRMAKE = pwbrmake NMAKEBSC1 = set NMAKEBSC2 = nmake CC = cl CFLAGS_G = /W2 /BATCH CFLAGS_D = /Od /Zi CFLAGS_R = /Ot /Oi /Ol /Oe /Og /Gs
www.eeworm.com/read/160624/10513566

c bell.c

/* BELL.C - Beeps speaker at preset time. Illustrates how to create * a TSR in a high-level language using the TSR library of assembly * routines. Also shows how to write a time-activated TSR by p