代码搜索:MUsic
找到约 8,190 项符合「MUsic」的源代码
代码结果 8,190
www.eeworm.com/read/299239/7870883
c wavetab.c
#include
#include
#include "rtdspc.h"
#include "gwave.h" /* gwave[301] array */
/* Wavetable Music Generator 4-20-94 PME */
int key;
void main()
{
int
www.eeworm.com/read/299239/7870950
c muc3.c
#include
#include
#include "rtdspc.h"
#include "song.h" /* song[108][7] array */
/* 6 Voice Music Generator */
typedef struct {
int key,t,cindex;
float cw
www.eeworm.com/read/299239/7870996
c mu21k.c
#include
#include
#include "rtdspc.h"
#include "song.h" /* song[108][7] array */
/* 6 Voice Music Generator */
typedef struct {
int key,t,cindex;
float cw
www.eeworm.com/read/299239/7871121
c wavetab.c
#include
#include
#include "rtdspc.h"
#include "gwave.h" /* gwave[301] array */
/* Wavetable Music Generator 4-20-94 PME */
int key;
void main()
{
int
www.eeworm.com/read/325531/13198555
h 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
www.eeworm.com/read/322707/13370306
java example8_13.java
import java.applet.*;
import java.awt.Graphics;
public class Example8_13 extends Applet {
public void paint(Graphics g) {
g.drawString("Listen to the music!",25,25);
play(getDocumentBas
www.eeworm.com/read/146508/5737034
java au_player.java
package au_player;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class AU_Player extends Applet {
private boolean isStandalone = false;
AudioClip music;
Button butto