代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/283884/8982982
c dump.c
/* Swfdec
* Copyright (C) 2003-2006 David Schleef
* 2005-2006 Eric Anholt
* 2006-2007 Benjamin Otte
*
* This library is free software; you
www.eeworm.com/read/184880/9068311
lst song.lst
Microsoft (R) Macro Assembler Version 4.00 8/27/6 Page 1-1
www.eeworm.com/read/181883/9232818
scp gameobjects.scp
[gameobj 31]
name=Old Lion Statue
type=2
model=6
sound0=43
sound1=73
[gameobj 32]
name=Sunken Chest
type=3
model=10
sound0=43
sound1=1683
[gameobj 33]
name=Locked Chest
type=2
mod
www.eeworm.com/read/375280/9365564
h i_header.h
#ifndef __I_HEADER_H__
#define __I_HEADER_H__
#include "h2def.h"
//--------
//SOUND IO
//--------
#define FREQ_LOW 0x40
#define FREQ_NORM 0x80
#define FREQ_HIGH 0xff
void I_SetMasterVolume(int v
www.eeworm.com/read/176251/9510605
bas ball.bas
#!/usr/local/bin/sbrun -g
' ball.bas
' 29/05/2000
cls
randomize ticks
dx=1:dy=-1
x=rnd*120+8:y=rnd*120+8
ox=x:oy=y
rect 0,0,159,139
at 0,150:? "Press any key to exit...";
repeat
rect ox-2,oy-2,ox+2,
www.eeworm.com/read/366073/9833548
m dubin.m
function res=dubin(sound,p) %sound表示语音信号,p为计算阶数,res为结果
size=length(sound); %变量大小定义
rela=zeros(size+p-1,1);
rela(1:size,1)=sound; %计算相关系数矩阵,用FFT实现
s=ff
www.eeworm.com/read/163902/10140487
pas dfwsoundpropertyeditor.pas
{******************************************************************************}
{ This unit is part of the Delphifreeware component package. }
www.eeworm.com/read/359128/10165077
c sms.c
#include "c8051f020.h" // SFR declarations
//#include "gb2unicode.h"
#include "gb2unicode_char.h"
#include "math.h"
#include "sms.h"
///////////////////////////////////////////////////////
www.eeworm.com/read/161667/10387320
m ch3_9_42.m
clear all;
figure(2)
[y1,Fs,bits]=wavread('Windows');%采点106150
%抽样频率Fs=22050
a1=y1(:,[1])
b1=a1';%通道1采点的行向量
c1=b1(1:3:end);%3倍抽取 35384点
a2=y1(:,[2])
b2=a2';%通道1采点的行向量
c2=b2(1:3:end);%3倍抽取