代码搜索结果
找到约 10,000 项符合
Sound 的代码
makefile.am
INCLUDES = -I../
noinst_LIBRARIES=libintegrate.a
libintegrate_a_SOURCES=demo_icon_desktop.c demo_iconview.c demo_function.c \
demo_setting_sound.c audio.c picshow.c picture.c bitmap.c bitmap.h
new_alarm.c
#include
#fuses HS, NOWDT, NOPROTECT //HS:使用外部晶振10MHz;
//NOWDT:不使用看门狗
//NOPROTECT程序不保护
#use delay(clock=10000000) //使能内部函数delay_
globle.h
#define byte unsigned char
#define word unsigned int
#define STRING_END 0xff //字符串结束标志
#define LR 0xfe //(回车换行)
#define BACKSPACE 0xfd //退格符
//idata int HOT_RESET _at_ 0x
rfid_sleep.o.d
rfid_Sleep.o: ../rfid_Sleep.c ../rfid_Sleep.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:/WinA
rfid_timers.o.d
rfid_Timers.o: ../rfid_Timers.c ../rfid_Timers.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
threads.cpp
/*
Talker - A small program which utilizes the Layer-3 codec (ACM) in windows for voice-over-IP
Copyright (C) 1999 Dino Klein
This program is free software; you can redistribute it and/o
compose.c
#include "stdio.h"
#ifndef mips
#include "stdlib.h"
#endif
#include "xlisp.h"
#include "sound.h"
#include "falloc.h"
#include "cext.h"
#include "compose.h"
/* CHANGE LOG
* -------------------------
scale.alg
(SCALE-ALG
(NAME "normalize")
(ARGUMENTS ("sound_type" "s1"))
(STATE ("sample_type" "scale" "s1->scale"))
(CONSTANT "scale")
(START (MIN s1))
(INTERNAL-SCALING s1)
(INNER-LOOP "output =
recip.alg
(RECIP-ALG
(NAME "recip")
(ARGUMENTS ("sound_type" "s1"))
(STATE ("double" "scale" "s1->scale"))
(INTERNAL-SCALING s1)
(CONSTANT "scale")
(START (MIN s1))
(INNER-LOOP "output = (sample_t
maxv.alg
(MAXV-ALG
(NAME "maxv")
(ARGUMENTS ("sound_type" "s1") ("sound_type" "s2"))
(ALWAYS-SCALE s1 s2)
(START (MAX s1 s2))
(INNER-LOOP "double x1 = s1;
double x2 = s2;
output = (sampl