代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/460356/7252855
h isd1420.h
#ifndef _ISD1420_H_
#define _ISD1420_H_
//函数功能:指定段播放
//说明:参数:Addr为段地址
void Sound_Play(INT8U Addr);
#endif //_ISD1420_H_
www.eeworm.com/read/460356/7252859
c isd1420.c
#include
#include"Config.h"
#include"IOCfg.c"
#include"TimeDLY.h"
#include"ISD1420.h"
//指定段播放函数:Sound_Play()
void Sound_Play(INT8U Addr)
{
PLAYL = 1;
A4 = (bit)((Addr&0x0f)>>3);
www.eeworm.com/read/456592/7344218
c music.c
#define SYSTEM_OSC 11059200 //定义晶振频率12000000HZ
#define SOUND_SPACE 4/5 //定义普通音符演奏的长度分率,//每4分音符间隔
sbit BeepIO = P0^3; //定义输出管脚
unsigned int code FreTab[12] = { 262,277,294,311,330,
www.eeworm.com/read/453926/7403679
c mcpu.c
#include "normal.h"
#include "mcpu.h"
unsigned char idata cddat[60];
void sound(bit Sond) //声音
{
uchar i;
SOUND = Sond;
for(i=0;i
www.eeworm.com/read/453491/7418740
rpt de2_synthesizer.map.rpt
Analysis & Synthesis report for DE2_synthesizer
Sun Mar 29 23:15:01 2009
Quartus II Version 7.1 Build 156 04/30/2007 SJ Web Edition
---------------------
; Table of Contents ;
---------------
www.eeworm.com/read/444115/7617867
h soundmanager.h
/**
* File : SoundManager.h
* Author : Kevin Lynx
* Date : 2007/8/3
*/
#ifndef _SOUND_MANAGER_H_
#define _SOUND_MANAGER_H_
#include "Singleton.h"
#include
#include
www.eeworm.com/read/397089/8069296
lst hw.lst
C51 COMPILER V8.08 HW 12/26/2008 22:19:58 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE HW
OBJECT MODULE PLACED IN HW.O
www.eeworm.com/read/397089/8069302
c hw.c
#include
#include
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
www.eeworm.com/read/296395/8107287
uv2 mysound.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,0, 0x0
File 1,1,
www.eeworm.com/read/244106/12887053
lst main.lst
C51 COMPILER V7.09 MAIN 07/23/2005 16:37:43 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma