代码搜索:MUsic

找到约 8,190 项符合「MUsic」的源代码

代码结果 8,190
www.eeworm.com/read/297480/8014793

lst music.lst

C51 COMPILER V7.20 MUSIC 02/26/2006 14:24:25 PAGE 1 C51 COMPILER V7.20, COMPILATION OF MODULE MUSIC OBJECT MODULE PLACED IN M
www.eeworm.com/read/397800/8020938

asm music.asm

DATA SEGMENT PARA 'DATA' INFO1 DB 0DH,0AH,'WELCOME YOU TO COME HERE!$' INFO2 DB 0DH,0AH,'this is a music program!$' INFO3 DB 0DH,0AH,'please select!$' INFO4 DB 0DH,0AH,'INPUT
www.eeworm.com/read/397800/8020940

exe music.exe

www.eeworm.com/read/397754/8024737

c music.c

#include #define uchar unsigned char uchar e; uchar *f; sbit P30=P3^0; sbit P31=P3^1; sbit P32=P3^2; sbit P33=P3^3; sbit P34=P3^4; sbit P35=P3^5; sbit P36=P3^6; sbit P37=P3^7; sbit
www.eeworm.com/read/197120/8027595

mid music.mid

www.eeworm.com/read/397690/8029166

c music.c

#define EXT_MUSIC_GLOBALS #include "includes.h" void MusicControl(void) { if(MusicCounter>2000) { MUSIC_START=0; Interval = EEPROM_read(INTERVAL_AD); MusicCounter=0;
www.eeworm.com/read/397690/8029229

o music.o

www.eeworm.com/read/397690/8029256

h music.h

#ifndef MUSIC_H #define MUSIC_H #ifdef EXT_MUSIC_GLOBALS #define EXT_MUSIC #else #define EXT_MUSIC extern #endif EXT_MUSIC void MusicControl(void); #endif
www.eeworm.com/read/297035/8058615

asm music.asm

TEMP_LOW EQU 30H TEMP_HIGH EQU 31H ORG 00H JMP START ORG 0BH JMP TIMER0_INT O
www.eeworm.com/read/396486/8103812

c music.c

/*********音乐示例***************/ #include #include "DSP28_Device.h" #include "music.h" #include "DSP28_Globalprototypes.h" #define HIGH GpioDataRegs.GPADAT.bit.GPIOA7=1 #define L