代码搜索结果
找到约 1,762 项符合
Speaker 的代码
test.lst
C51 COMPILER V7.20 TEST 11/17/2005 09:56:44 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
spkctrl.ndb
NDB006
The number of symbol table entries is: 2
The length of the symbol table is: 25
Index Hierarchy Path
----- --------------
! &null_hpath&
. |SPEAKER:3|
The number of name info structs
新建 text document.txt
PC机中扬声器的声音频率是可调的,参考如下子程序:
;发音频率设置子程序,入口参数:AX=1.19318×106÷发音频率
speaker proc
push ax ;(由于系统已设置好,这4条指令也可以不要)
mov al,0b6h ;设置定时器2工作方式
out 43h,al ;注:43h是定时器2的控制端口
po
sound.h
/*
** SOUND.H
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** This subset version is functionally identical to the
** version origi
ansphonephone.h
#ifndef __ANSPHONEPHONE_H__
#define __ANSPHONEPHONE_H__
#include
/**
*
* @class RAnsPhonePhone AnsPhonePhone.h
* @brief This class modifys the speaker volume and microphone gain of
ellsworth.java
public class Ellsworth {
public static void main(String[] arguments) {
String line1 = "The advancement of the arts, from year\n";
String line2 = "to year, taxes our credulity, and
sound.h
/*
** SOUND.H
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** This subset version is functionally identical to the
** version origi
speak.lst
C51 COMPILER V8.08 SPEAK 07/15/2008 20:52:50 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE SPEAK
OBJECT MODULE PLACED IN S
noname1
display:mov r1,#78h
mov r2,#0feh
play: mov p1,#0ffh
mov a,r2
anl p3,a
mov a,@r1
mov dptr,#tab
movc a,@a+dptr
mov p1,a
call dl
sound.h
/*
** SOUND.H
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** This subset version is functionally identical to the
** version origi