代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/121010/14775251
h sndstream.h
/*
* sndstream.h - SH-4 support routines for SPU streaming sound driver
*
* (C) 2000 Dan Potter
*
* $Id: sndstream.h,v 1.4 2001/02/05 00:23:46 bard Exp $
*/
#ifndef __SNDSTREAM_H
#defi
www.eeworm.com/read/121010/14775575
makefile
# Set these paths to match your compiler setup
TARGET=arm-elf
DCBASE=/usr/local
CC=$(DCBASE)/bin/$(TARGET)-gcc -mcpu=arm7 -Wall
LD=$(DCBASE)/bin/$(TARGET)-ld
AS=$(DCBASE)/bin/$(TARGET)-as -marm7
AR=$(
www.eeworm.com/read/219945/14858828
c music.c
#include
#include
#include
void main(int argc,char *argv[])
{
FILE *fp;
int rate;
char sound_high[3];
float sound_long;
register int i = 0,j;
int sign = 0;
www.eeworm.com/read/219324/14888076
h s_mmc5.h
#ifndef __SND_MMC5_H__
#define __SND_MMC5_H__
#define NES_INC_SIZE_INT (204800000 / 77)
#define DLAY_CONST_INT (65536000 / 60)
#define NUM_MS_FRAME_INT (65536000 / 44100)
#define QUARTER_VBLAN
www.eeworm.com/read/219324/14888094
c s_vrc7.c
#include "..\..\interface.h"
#include "s_vrc7.h"
/* #define REALOPL /* Use real OPL2 instead of software emulation */
#ifndef REALOPL
#include "s_fmopl.h"
#endif
#define REGSET 5
static
www.eeworm.com/read/117054/14942116
pas mc_long.pas
unit MC_Long;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls,MMSystem, jpeg, StdCtrls;//MMSysTem是Windows API 的接口,里面有API函数的声明
type
T
www.eeworm.com/read/117054/14943285
~pas mc_long.~pas
unit MC_Long;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls,MMSystem, jpeg, StdCtrls;//MMSysTem是Windows API 的接口,里面有API函数的声明
type
T