代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/348065/11614347
h key.h
#include
#include
#include
#include "..\H\globle.h"
#include "..\H\io_pin.h"
#include "..\h\xaddress.h"
//#include "..\h\lcd.h"
//#define KB_IN P1&0x3
www.eeworm.com/read/347621/11654040
inf bld.inf
PRJ_MMPFILES
sound.mmp
PRJ_EXPORTS
..\wav\play.wav ..\winscw\c\system\apps\sound\play.wav
..\wav\play.wav ..\wins\c\system\apps\sound\play.wav
www.eeworm.com/read/347390/11668592
c main.c
//========================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed,
www.eeworm.com/read/259886/11760031
m nndsnd.m
function ss = nndsnd(i)
%NNDSND Neural Network Design utility function.
% NNDSND(i)
% i - index between 1 and 9.
% Plays sound number i.
%
% S = NNDSND(i)
% i - index between 1 and 9
www.eeworm.com/read/346193/11762737
h entity.h
#ifndef __ENTITY_H
#define __ENTITY_H
/*
ENTITY.H
The CEntity class
Author: Kevin Hawkins
Date: 3/29/2001
Description: The CEntity class is derived from CMD2Model and
provides
www.eeworm.com/read/255244/12093469
h io_pin.h
#include
//IO
sbit STS=P1^0;
sbit SOUND_PIN=P1^1;
//sbit KB_IN0 P1^2;
//sbit KB_IN1 P1^3;
//sbit KB_IN2 P1^4;
//sbit MOSI=P1^5;
//sbit MISO=P1^6;
//sbit SCK=P1^7;
//sbit
www.eeworm.com/read/152325/12121502
lst lcd_func.lst
C51 COMPILER V7.06 LCD_FUNC 11/21/2005 13:47:27 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE LCD_FUNC
OBJECT MODULE PLACED I
www.eeworm.com/read/152310/12122681
m nndsnd.m
function ss = nndsnd(i)
%NNDSND Neural Network Design utility function.
% NNDSND(i)
% i - index between 1 and 9.
% Plays sound number i.
%
% S = NNDSND(i)
% i - index between 1 and 9.
%
www.eeworm.com/read/340519/12150335
txt 一个java播放声音文件的问题.txt
一个java播放声音文件的问题
sun.audio.AudioStream 如果是比较大的背景音乐,可以使用SUN公司提供的音频流处理,不过要实现循环就必须自己写算法控制了,他的好处是不会出现声音卡的现象,只是没有循环功能。给个示例:
// 播放音乐、音效方法
public static void <mark>sound</mark>Play(String <mark>sound</mark>) {
try {
music ...
www.eeworm.com/read/151851/12168780
m nndsnd.m
function ss = nndsnd(i)
%NNDSND Neural Network Design utility function.
% NNDSND(i)
% i - index between 1 and 9.
% Plays sound number i.
%
% S = NNDSND(i)
% i - index between 1 and 9.
%