代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/138972/13198805
txt 全屏幕模拟时钟的c源程序.txt
全屏幕模拟时钟的C源程序
#include
#include
#include
#define pi 3.1415926
#define X(a,b,c) x=a*cos(b*c*pi/180-pi/2)+300;
#define Y(a,b,c) y=a*sin(b*c*pi/180-pi/2)+240;
#defi
www.eeworm.com/read/138257/13244894
c alex.c
#include
void main()
{
sound(466); delay(125);
sound(494); delay(375);
sound(466); delay(125);
sound(494); delay(1000);
nosound();
}
www.eeworm.com/read/138251/13247597
m power_4.m
load chirp ;%从MATLAB中调入鸟叫数据
sound(y);
y1=y([1:1024]);%取前1024个点
order=50;%选取AR模型阶数
pyulear(y1,order,1024);
www.eeworm.com/read/323081/13355692
c simplemixer.c
/*
* SimpleMixer 1.1
*
* Simple sound mixing example for SDL.
*
* (C) David Olofson, 2003
*/
#include
#include
#include "SDL.h"
#include "SDL_audio.h"
#define SM_SOUNDS 4
www.eeworm.com/read/322432/13380255
m chafenlvbo.m
% 差分方程1:y[n]-0.268y[n-1]=0.634x[n]-0.634x[n-1]
% 差分方程2:y[n]+0.268y[n-1]=0.634x[n]+0.634x[n-1]
close all
clear
load dajiahao;
[h,w]=freqz([0.634,-0.634],[1,-0.268],512,'whole');
subplot(121);
www.eeworm.com/read/309272/13675927
htm bgsound.htm
背景音效
a{font-size:30pt;color:blue;font-family:Vineta BT}
a:link{text-decoration:none;}
a:hover{text-decoration:none;color:red}
a:visited{tex
www.eeworm.com/read/302192/13840052
txt 时钟.txt
#include
#include
#include
#define pi 3.1415926
#define X(a,b,c) x=a*cos(b*c*pi/180-pi/2)+300;
#define Y(a,b,c) y=a*sin(b*c*pi/180-pi/2)+240;
#define d(a,b,c) X(a,b,c)
www.eeworm.com/read/152843/5665601
h pontis.h
#ifndef __SOUND_PONTIS_H
#define __SOUND_PONTIS_H
/*
* ALSA driver for VIA VT1724 (Envy24HT)
*
* Lowlevel functions for Pontis MS300 boards
*
* Copyright (c) 2004 Takashi Iwai
www.eeworm.com/read/152843/5665851
via-chipset
Running sound cards on VIA chipsets
o There are problems with VIA chipsets and sound cards that appear to
lock the hardware solidly. Test programs under DOS have verified the
problem exists on at l
www.eeworm.com/read/152092/5676016
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 sound.c