代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/122711/14672987
cpp demo13_6_16b.cpp
// DEMO13_6_16b.CPP - simple rectangular region collision demo
// 16-bit version, make sure that your desktop is in 16-bit mode!
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.
www.eeworm.com/read/221695/14728185
c soundcard.c
/*
* linux/kernel/chr_drv/sound/soundcard.c
*
* Soundcard driver for Linux
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or with
www.eeworm.com/read/219044/14897091
d rfid_userio.o.d
rfid_UserIO.o: ../rfid_UserIO.c ../rfid_UserIO.h \
C:/WinAVR/avr/include/avr/io.h C:/WinAVR/avr/include/avr/sfr_defs.h \
C:/WinAVR/avr/include/inttypes.h C:/WinAVR/avr/include/stdint.h \
C:/W
www.eeworm.com/read/218499/14917807
cpp norm.cpp
/*
* Copyright (C) Chia-chen Kuo - Jan 2001
*
* This file is part of DVD2AVI, a free MPEG-2 decoder
*
* DVD2AVI is free software; you can redistribute it and/or modify
* it under th
www.eeworm.com/read/161885/5549439
h osd003.h
#if(OSD_TYPE == OSD003)
#define ROW_COUNT 15
#define COL_WIDTH 30
#define FONT_SELECT_ADDRESS (ucRow_Count + 1)
//ROW_COUNT * COL_WIDTH + ROW_COUNT + 1 = 466
#define FONT_BASE
www.eeworm.com/read/160611/5568676
h fft.h
/* fft.h -- fft returned through a lisp array */
LVAL snd_fft(sound_type s, long len, long step, LVAL w);
/* LISP: (SND-FFT SOUND FIXNUM FIXNUM ANY) */
www.eeworm.com/read/160611/5568697
h sndmax.h
/* sndmax.h -- header to write sounds to files */
double sound_max(LVAL snd_expr, long n);
/* LISP: (SND-MAX ANY FIXNUM) */
www.eeworm.com/read/160611/5568743
alg eqbandv.alg
; general order-2 IIR filter.
; a0 is assumed to be unity.
; for a1 and a2, our sign convention is opposite to Matlab's.
(EQBANDVVV-ALG
(NAME "eqbandvvv")
(ARGUMENTS ("sound_type" "s1") ("sound_type"
www.eeworm.com/read/268376/11141960
c main.c
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
www.eeworm.com/read/135656/13912104
ac configure.ac
AC_INIT(rdesktop, 1.4.0)
AC_CONFIG_SRCDIR([rdesktop.c])
AC_PROG_CC
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall"
fi
AC_PROG_INSTALL
AC_LANG_C
AC_HEADER_STDC
AC_C_BIGENDIAN([AC_DEFINE(B_ENDI