代码搜索结果

找到约 12,685 项符合 Sound 的代码

sound.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity sound is port(clk1khz,clk1hz,clk500hz: in std_logic; imq,imd,isq,isd:in std_logic_vector(3 downto 0);

sound

/* * A simple script to support DCC SOUND as specified by mirc * I got my info directly from Tjerk, so I claim total innocence * if the implementation is wrong. :P */ on ^ctcp "% % SOUND ?*" {

sound.java

public interface sound { public abstract void load() ; public abstract void playsound(int index) ; }

sound.java

package lianliankan; import java.applet.Applet; import java.applet.AudioClip; import java.net.URL; import java.net.URLClassLoader; /** * 控制音乐特效 */ public class Sound { URLClassLoader

dominica - the sound of silence.lrc

[ti:the sound of silence] [ar:DOMINICA] [al:] [by:tola] [offset:500] [00:03.86]DOMINICA - The Sound of silence [00:25.85]hello darkness my old friend [00:31.21]I've come to talk with you again

sound.cpp

// Sound.cpp: implementation of the CSound class. // ////////////////////////////////////////////////////////////////////// #include "Sound.h" /////////////////////////////////////////////////

sound.rc2

// // SOUND.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED /////

sound.plg

Build Log --------------------Configuration: Sound - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"D

sound.dsp

# Microsoft Developer Studio Project File - Name="Sound" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) App

sound.cs

using System; using System.Collections.Generic; using System.Text; using nBASS; namespace PushBox { class Sound : IDisposable { private static nBASS.BASS soundDevice = null;