代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.h
/* Digger Remastered
Copyright (c) Andrew Jenner 1998-2004 */
void initsound(void);
void soundstop(void);
void music(Sint4 tune);
void musicoff(void);
void soundlevdone(void);
void sound1u
sound.bas
Attribute VB_Name = "Module1"
'使用方法:
' PlaySound App.Path & "\Enter The Name Of the File.wav"
Option Explicit
Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
sound.o
XL
H 5 areas B global symbols
M sound.c
S push_gset4 Ref0000
S div32s Ref0000
S pop_gset4 Ref0000
S lpm16 Ref0000
A vector size A flags C
A lit size E8 flags 0
dbfile D:\ICC-AVR\examples.sl\m
sound.c
/**********************************************
http://www.sl.com.cn
双龙电子公司----电脑音乐演示程序(ICCAVR)
作者:詹卫前
1、学习定时器T0溢出中断的使用
2、学习定时器T1比较中断的使用
3、学习电脑音乐的产生
sound.lis
.module sound.c
.area vector(rom, abs)
.org 14
000E 0EC0 rjmp _timer0
.org 8
000
sound.~o
XL
H 6 areas D global symbols
M sound.c
S push_gset4 Ref0000
S div32s Ref0000
S pop_gset4 Ref0000
S lpm32 Ref0000
S lpm16 Ref0000
S lsl16 Ref0000
A vector size A flags C
A code size 0 flags
sound.s
.module sound.c
.area vector(rom, abs)
.org 14
rjmp _timer0
.org 8
rjmp _timer1
.area lit(rom, con, rel)
_music_data::
.word 440
.word 600
.word 494
.word 200
.word 523
.word
sound.~c
/**********************************************
http://www.sl.com.cn
双龙电子公司----电脑音乐演示程序(ICCAVR)
作者:詹卫前
1、学习定时器T0溢出中断的使用
2、学习定时器T1比较中断的使用
3、学习电脑音乐的产生
sound._c
/**********************************************
http://www.sl.com.cn
双龙电子公司----电脑音乐演示程序(ICCAVR)
作者:詹卫前
1、学习定时器T0溢出中断的使用
2、学习定时器T1比较中断的使用
3、学习电脑音乐的产生