代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.vhd
library ieee; --铃声管理
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity sound is
port(alarmtime: in std_logic_vector(23 d
sound.c
/*
** SOUND.C
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** The user is granted a free limited license to use this source file
** to cre
sound.h
/*
** SOUND.H
**
** Original Copyright 1988-1991 by Bob Stout as part of
** the MicroFirm Function Library (MFL)
**
** The user is granted a free limited license to use this source file
** to cre
sound.java
import javax.microedition.media.*;
import java.io.*;
public class sound
{
public String pType;//手机型号
public final String[] mediaType=new String[]{"audio/x-wav","audio/midi","audio/mpeg","audi