代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.h
// sound.h : header file
//
#ifndef __SOUND__
#define __SOUND__
/////////////////////////////////////////////////////////////////////////////
// CSound object
class CSound : public CObject
sound.html
清华大学图书馆主页 - INTERNET 教室 - HTML 语言教程
听见了吗???
如果没有,检查一下您的机器上的声卡工作正常吗?
sound.c
#include
#include
void main()
{
double i;
for (i=0;i
sound.asm
EXTRN GENSOUND:FAR
PUBLIC MUSIC
STACK SEGMENT PARA STACK 'STACK'
DB 64 DUP ('STACK')
STACK ENDS
DATA SEGMENT PARA 'DATA'
MUS_FREQ DW 330, 294, 262, 294, 3 DUP (
sound.asm
EXTRN GENSOUND:FAR
PUBLIC MUSIC
STACK SEGMENT PARA STACK 'STACK'
DB 64 DUP ('STACK')
STACK ENDS
DATA SEGMENT PARA 'DATA'
MUS_FREQ DW 330, 294, 262, 294, 3 DUP (
sound.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit playe=P3^3;//脉冲触发
sbit playl=P3^4;//电平触发
sbit recled=P3^2;//录音LED灯
//P1为地址
sb
sound.cs
using System.Runtime.InteropServices;
using System.IO;
using System;
namespace FiyaSoft.DiamondGame
{
///
/// 声音类
///
public class Sound
{
///
//