代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5660615
c cs4218_tdm.c
/* This is a modified version of linux/drivers/sound/dmasound.c to
* support the CS4218 codec on the 8xx TDM port. Thanks to everyone
* that contributed to the dmasound software (which includes me
www.eeworm.com/read/473957/6826627
c buzzer.c
//this one works without a console
// PC speaker direct control
#include
#include
#include
#define ON (1)
#define OFF (0)
/*-----------------------------------
www.eeworm.com/read/473315/6851102
vhd zhilv.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity zhilv is
port(clk : in std_logic;
shu : in integer range 4641 to 16
www.eeworm.com/read/471622/6886450
lst fs20-6.lst
C51 COMPILER V7.06 FS20_6 01/08/2007 15:37:41 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE FS20_6
OBJECT MODULE PLACED IN
www.eeworm.com/read/192740/8288928
c 9-6.c
/*9-6.c*/
#include
#include
#include
#include
void main(int argc,char *argv[])
{
FILE *fp;
int rate;
char sound_high[3];
float sound_long;
register int i=
www.eeworm.com/read/370147/9615203
cpp main.cpp
//main.cpp
#include
#include
#include "DirectWnd.h"
#include "Sound.h"
#include "Midi.h"
#include "Game.h"
LRESULT CALLBACK WinProc(HWND hwnd, UINT message, WPARAM wP
www.eeworm.com/read/173667/9643862
h song.h
void Sound(int freq)
{
asm{
mov al, 0B6h
out 43h, al
mov dx, 12h
mov ax, 34DEh
div freq
out 42h, al
mov al, ah
out 42h, al
in al, 61h
or al,
www.eeworm.com/read/368931/9671943
_c 音乐._c
/*******************************************************************
实验名称:音乐合成演示实验
作者:王晓波
晶振:内部 8M
接线方法:
1.PC0和PD7分别接扬声器的两个输入端子。
2.PA0-PA3分别接I/O输出的O0-O3
www.eeworm.com/read/368931/9671949
c 音乐.c
/*******************************************************************
实验名称:音乐合成演示实验
晶振:内部 8M
接线方法:
1.PC0和PD7分别接扬声器的两个输入端子。
2.PA0-PA3分别接LED。
使用说明: