代码搜索结果
找到约 10,000 项符合
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.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
sound.cpp
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998,1999 Olivier Debon
//
// This program is free software; you can redistribute it and/or
/
sound.h
/////////////////////////////////////////////////////////////
// Flash Plugin and Player
// Copyright (C) 1998 Olivier Debon
//
// This program is free software; you can redistribute it and/or
// mod
sound.java
package src.Rule;
import java.io.File;
import java.applet.*;
import java.net.*;
/**
* 声音类
*/
public class Sound {
static File f;
static AudioClip clip = null;
public static
sound.asm
cseg segment para
assume cs:cseg
main proc far
mov ds,ax
L1: mov al,0b6h ;write timer mode reg
out 43h,al
mov al,33h
out 42
sound.cc
/*
This file is part of the 'ears' package.
Copyright (C) 1996 Ralf Stephan
This program is free software; you can redistribute it and/or modify
it under the te
sound.h
#ifndef Sound_h
#define Sound_h
#pragma interface
#include
#include "others/checkable.h"
class Sound : public Checkable // Bridge to modules/sound_interface
{
friend class TrainEars