代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/101084/15853054
c resources.c
#include
#include
#include
#include "audio.h"
#include "gamedefs.h"
#include "resources.h"
SDL_Surface *ship_strip; /* rotating ship in 2-degree increments */
SDL_
www.eeworm.com/read/101084/15853109
c resources.c
#include
#include
#include "gamedefs.h"
#include "resources.h"
#include "audio.h"
SDL_Surface *ship_strip; /* rotating ship in 2-degree increments */
SDL_Surface *front_star_til
www.eeworm.com/read/431074/8709886
txt sys.txt
device=""
sdcardpath="\\ResidentFlash\\igo\\"
[interface]
width=240
height=320
basel="igo_se1/320_240/"
uicommon="igo_se1/common/"
show_zoombar=1
store_orig_os_vol=0
userdatapath="\\Residen
www.eeworm.com/read/390147/8481985
h sounds.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/289134/8573857
h iis.h
//====================================================================
// File Name : 2410iis.h
// Function : S3C2410
// Program : Shin, On Pil (SOP)
// Date : September 30, 2002
// Vers
www.eeworm.com/read/288864/8597725
c x102_key.c
#include
#include
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
www.eeworm.com/read/187572/8623523
c dmac.c
#include
#include
#include
#include
#include
#include
/* Private data */
#if defined(HEI_ARM7) && HEI_ARM7 == 1
static volatile HW_DMAC
www.eeworm.com/read/283884/8983006
am makefile.am
# these are tools used in creating these audio files
noinst_PROGRAMS = cut-silence downsample
check_PROGRAMS = sound
TESTS = $(check_PROGRAMS)
cut_silence_SOURCES = cut_silence.c
cut_silence_CFLAGS
www.eeworm.com/read/371532/9550470
c buz.c
//实验目的:熟悉用单片机产生声音的方法
//硬件要求:拨码开关S10的第3位置ON,其他位置OFF
#include
__CONFIG(0x1832);
//芯片配置字,看门狗关,上电延时开,掉电检测关,低压编程关,加密,4M晶体HS振荡
#define buz RC2 //定义声音控制脚
www.eeworm.com/read/421508/10733995
h application_defines.h
/******************************************************************************
*
* Purpose: Application_defines.h
*
* Creator: Rob Lansbergen
*
* Version: $Revision: 4 $
*
* File N