代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/103509/6215088
makefile
all: sound.o
# testresched.o sendresched.o
# all: rt_process.o rt_irq.o rt_irq_gen.o nonrt_irq.o monitor
MYCFLAGS = -O2 -Wall
include ../../../rtl.mk
sound.o: sound.c
$(CC) ${INCLUDE} ${CFLAGS} -c
www.eeworm.com/read/101153/6237717
makefile
all: sound.o
# testresched.o sendresched.o
# all: rt_process.o rt_irq.o rt_irq_gen.o nonrt_irq.o monitor
MYCFLAGS = -O2 -Wall
include ../../../rtl.mk
sound.o: sound.c
$(CC) ${INCLUDE} ${CFLAGS} -c
www.eeworm.com/read/491952/6428897
c isd1420.c
#include
#include"ISD1420.h"
//短延时函数:nNop()
void nNop(uint i)
{
for(;i>0;i--) ;
}
//长延时函数:LongDelay()
void LongDelay(uint i)
{
uint j;
for(;i>0;i--)
{ for(j=1000;j>0;
www.eeworm.com/read/486092/6543122
c snd_win.c
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So
www.eeworm.com/read/482867/6615464
asv maindemo.asv
function maindemo
% 基于小波和矢量量化的语音信号压缩算法
% Author: huihui
% Time: 2009-4
% Copyright: huihui and my university
% 给用户的提示信息
clear all; % 清除 matlab的环境变量内存
clc;
www.eeworm.com/read/482867/6615468
m maindemo.m
function maindemo
% 基于小波和矢量量化的语音信号压缩算法
% Author: huihui
% Time: 2009-4
% Copyright: huihui and my university
% 给用户的提示信息
clear all; % 清除 matlab的环境变量内存
clc;
www.eeworm.com/read/408830/11368147
h wavread.h
//-----------------------------------------------------------------------------
// File: WavRead.h
//
// Desc: Support for loading and playing Wave files using DirectSound sound
// buffers.
www.eeworm.com/read/407978/11406865
h wavread.h
//-----------------------------------------------------------------------------
// File: WavRead.h
//
// Desc: Support for loading and playing Wave files using DirectSound sound
// buffers.
www.eeworm.com/read/405027/11473755
asm resource.asm
// Resource Table
// Created by IDE, Do not modify this table
.TEXT
.public _RES_Table;
.external __RES_SOUND0_A24_sa
.public _RES_SOUND0_A24_SA;
.external __RES_SOUND0_A24_ea;
.public _RES
www.eeworm.com/read/405027/11473799
makefile
#####################################################################
#
# Created by u'nSP IDE 17:32:41 02/08/07
#
##############################################################