代码搜索:MUsic
找到约 8,190 项符合「MUsic」的源代码
代码结果 8,190
www.eeworm.com/read/160777/5565838
java popedomconst.java
package com.singnet.music.struts.action;
public class PopedomConst {
//配置
public final static String MODULE_VIDEO_CONFIG = "0000";
//管理视频数据
public final static String MODULE_VIDEO_
www.eeworm.com/read/192740/8288920
c 9-2.c
/*9-2.c*/
#include
main() /* music */
{
int note,length;
length=10;
do {
note=getchar( );
play(note,length);
}while (note!='q');
}
play(int note, int l)
{
int tone;
www.eeworm.com/read/412167/11212891
asm prog44.asm
; PROG44 - Making Music from an AT89C2051
;
; Simple Application to Test Powerdown/Power Up Code.
;
; This Application after power up, places the AT89C2051 into
; "Power Down" mode and Se
www.eeworm.com/read/236131/14031181
h amdtp.h
/* -*- c-basic-offset: 8 -*- */
#ifndef __AMDTP_H
#define __AMDTP_H
#include
#include
/* The userspace interface for the Audio & Music Data Transmission
* Protocol driv
www.eeworm.com/read/200302/15435676
c mm_main.c
/*
* Music Machine application main program
*/
#include "forms.h"
#include "mm.h"
#include "mm_util.h"
int main(int argc, char *argv[])
{
/* initialize xforms toolkit */
fl_initialize(argv[
www.eeworm.com/read/200302/15435711
h mm_util.h
#ifndef MM_UTIL_H
#define MM_UTIL_H
/*
* Prototypes for functions in mm_util.c and other definitions for
* Music Machine application.
*/
/* number of sound sample files */
#define NUM_SAMPLES 16
www.eeworm.com/read/112346/15489453
c 9-2.c
/*9-2.c*/
#include
main() /* music */
{
int note,length;
length=10;
do {
note=getchar( );
play(note,length);
}while (note!='q');
}
play(int note, int l)
{
int tone;
www.eeworm.com/read/109608/15553608
c 9-2.c
/*9-2.c*/
#include
main() /* music */
{
int note,length;
length=10;
do {
note=getchar( );
play(note,length);
}while (note!='q');
}
play(int note, int l)
{
int tone;