代码搜索结果
找到约 1,762 项符合
Speaker 的代码
rs232.rpt
Project Information d:\edaplay\digital\test19\rs232\rs232.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 10/24/2002 11:11:45
Copyright (C) 1988-2002 Al
oalspatialview.h
/*
File: oalSpatialView.h
Abstract: A visual representation of our sound stage. The sound source
and listener are represented by images in CALayer objects. The position
and rotation of thes
rfc1965.txt
Network Working Group P. Traina
Request for Comments: 1965 cisco Systems
Category: Experimental
rfc1965.txt
Network Working Group P. Traina
Request for Comments: 1965 cisco Systems
Category: Experimental
makefile.am
INCLUDES = -I$(top_srcdir)/include
SUBDIRS= samples
LDADD = $(LIBINTL) -lm
bin_PROGRAMS = speaker-test
speaker_test_SOURCES = speaker-test.c pink.c
man_MANS = speaker-test.1
EXTRA_DIST = readme.txt s
makefile.am
INCLUDES = -I$(top_srcdir)/include
SUBDIRS= samples
LDADD = $(LIBINTL)
bin_PROGRAMS = speaker-test
speaker_test_SOURCES = speaker-test.c pink.c
man_MANS = speaker-test.1
EXTRA_DIST = readme.txt speak
stereo.java
package product;
/**
* @author 韦建艺 0658025
* @2008.11.04
* @
*/
public class Stereo extends product
{
public int speaker;
public int getspeaker() {
return speaker;
}
public int
ex06 - las vegas.bs2
' {$STAMP BS2}
' ==============================================================================
'
' File...... Ex06 - Las Vegas.BS2
' Purpose... Stamp Game
' Author.... Parallax
' E-mail.... sta
53891
Newsgroups: sci.electronics
Path: cantaloupe.srv.cs.cmu.edu!rochester!udel!louie!newsserver.jvnc.net!howland.reston.ans.net!usc!sdd.hp.com!caen!uvaarpa!uva386!wayne
From: wayne@uva386.schools.virginia
h6.asm
Speaker equ P1.0
Loop:
clr Speaker
call Delay
setb Speaker
call Delay
ljmp Loop
Delay:
mov r0, #50
djnz r0, $