代码搜索:MUsic
找到约 8,190 项符合「MUsic」的源代码
代码结果 8,190
www.eeworm.com/read/423730/10535773
s music.s
.module MUSIC.c
.area lit(rom, con, rel)
_music_data::
.word 440
.word 600
.word 494
.word 200
.word 523
.word 600
.word 443
.word 200
.word 523
.word 400
.word 494
.word 2
www.eeworm.com/read/423730/10535777
o music.o
XL
H 3 areas A global symbols
M MUSIC.c
S push_gset1 Ref0000
S push_gset3 Ref0000
S div32s Ref0000
S pop_gset1 Ref0000
S pop_gset3 Ref0000
A text size E4 flags 0
dbfile F:\AVR学习板\复件实~1\MUSIC\
www.eeworm.com/read/278351/10541924
h music.h
#ifndef _MUSIC_H_
#define _MUSIC_H_
//Type definitions
typedef unsigned char byte;
typedef unsigned int word;
#define SLEEP() asm("SLEEP")
//音乐频率
const word tone_frq[]=
{ 0,
//低音
www.eeworm.com/read/423419/10561021
h music.h
/*
** 文件名 :music.h
**
*/
#ifndef _MUSIC_H
#define _MUSIC_H
// 以4分音符为1拍
#define TEMPO 8
#define _1 TEMPO*4 //全音符
#define _1d TEMPO*6 //附点全音符
#define _2 TEMPO*2
www.eeworm.com/read/423374/10564977
vhd music.vhd
-- megafunction wizard: %LPM_ROM%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: lpm_rom
-- ============================================================
-- File Name: music.vhd
-- Megaf
www.eeworm.com/read/423374/10564984
cmp music.cmp
--Copyright (C) 1991-2006 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic
--functions, and any outpu
www.eeworm.com/read/423358/10568797
asm music.asm
DATA SEGMENT PARA 'DATA'
MUS_hz DW 1,2,3,3,4 DUP (6)
DW 7 DUP (4),5, 6,7
DW 6,7,8,9,4 DUP (3)
DW 2,4,5,3,7
DW 9,9,3,9,2,-1
TM1 DB 2,2,2,4,2
www.eeworm.com/read/352120/10579228
class music.class
www.eeworm.com/read/159985/10582476
cfg music.cfg
www.eeworm.com/read/159985/10582584
asm music.asm
;******************************************************
;* 文件名:Music.asm
;* 创建日期:2001.7.5
;* 作者:陈文尧
;* 功能:利用内存驻留在喇叭里播放曲谱
;******************************************************
include system.in