代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/163143/10173806
makefile
#####################################################################
#
# Created by u'nSP IDE 15:21:17 04/20/06
#
##############################################################
www.eeworm.com/read/163143/10173930
makefile
#####################################################################
#
# Created by u'nSP IDE 15:26:25 04/20/06
#
##############################################################
www.eeworm.com/read/358945/10174895
txt 报警.txt
报警子程序
SOUND: SETB P1.0
MOV R7,#1EH
DL: MOV R6,#0F9H
DL1: DJNZ R6,DL1
DJNZ R7,DL
CLR P1.0
RET
www.eeworm.com/read/318244/10246288
m chebyshev1gt.m
clear; close all %清除工作空间中的变量
%读取wav文件
[y,fs,bits] =wavread('yinyue.wav');
sound(y,fs,bits); %对声音进行播放
Y=fft(y,4096); %4096点DFT,用FFT实现
%画出滤波前的音频信号的波形及频谱
subplot
www.eeworm.com/read/279953/10374667
plg blinky.plg
礦ision3 Build Log
Project:
E:\技术支持\MDK例程\Sound\Sound.uv2
Project File Date: 09/15/2007
Output:
www.eeworm.com/read/423652/10539474
java audioplay.java
package setting;
import java.io.FileNotFoundException;
import java.io.IOException;
import sun.audio.AudioStream;
public class AudioPlay
{
private static AudioStream play_music;
p
www.eeworm.com/read/423159/10583277
c tone.c
#include "libepc.h"
#include "tetris.h"
/* ------------------------------------------------------------ */
/* Play a tone on the speaker for 1/4th of a second. */
/* ---------------------------
www.eeworm.com/read/159898/10592493
h io_pin.h
#include
//IO
sbit STS=P1^0;
sbit SOUND=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 RXD=
www.eeworm.com/read/422012/10669571
cpp main.cpp
//main.cpp
#include
#include
#include "DirectWnd.h"
#include "Sound.h"
#include "Midi.h"
#include "Game.h"
LRESULT CALLBACK WinProc(HWND hwnd, UINT message, WPARAM wP
www.eeworm.com/read/351177/10675509
h dsapi.h
/*==========================================================================
*
* Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
* Source : DSstream.h
* File : DsApi.h
* E