代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.prj
[Compiler Options]
Edit1=D:\ICC\include\
Edit2=D:\ICC\lib\
Edit8=e:\grc\licc\例子10.3.6\
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=
sound.lst
.module sound.c
.area text
--- 0000 .dbfile E:\grc\licc\例子10.3.6\sound.c
--- 0000 .dbfunc s delay _delay fI
sound.cpp
// Sound.cpp: implementation of the CSound class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Example2_ChatRoom.h"
#include "Sound.h"
sound.h
// Sound.h: interface for the CSound class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SOUND_H__69DAFAB9_C3EE_4821_8E74_9D069B9DECB9__INCLUDED_)
#
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
sound.asm
data segment
a1 db 'hello!',0dh,0ah,'$'
data ends
code segment
assume cs:code,ds:data
start:mov ax,data
mov ds,ax
mov dx,offset a1
mov ah,09h
int
sound.h
/*------------------------------------------------------------------
* CopyRight (C) 2005,江苏盛唐电子产品有限公司
* All Rights Reserved.
*
* 文件名称:Sound.h
* 文件标识:
* 摘 要:板载蜂鸣器控制功能和延时函数的头文件
*
* 当前版本:1.0
sound.lst
C51 COMPILER V6.23a SOUND 08/17/2006 16:45:19 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE SOUND
OBJECT MODULE PLACED IN
sound.h
/*------------------------------------------------------------------
* CopyRight (C) 2005,江苏盛唐电子产品有限公司
* All Rights Reserved.
*
* 文件名称:Sound.h
* 文件标识:
* 摘 要:板载蜂鸣器控制功能和延时函数的头文件
*
* 当前版本:1.0
sound.lst
C51 COMPILER V7.50 SOUND 04/16/2007 15:22:42 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE SOUND
OBJECT MODULE PLACED IN .