代码搜索结果
找到约 12,685 项符合
Sound 的代码
sound.c
#include "mytypes.h"
#include "sound.h"
#include "AT91SAM7.h"
#include "aic.h"
extern void sound_isr_entry(void);
const U32 tone_pattern[16] =
{
0xF0F0F0F0,0xF0F0F0F0,
0xFCFCFCFC,0xFCFCFD
sound.java
package lejos.nxt;
/**
* NXT sound routines.
* Only playTone() works.
*/
public class Sound
{
private Sound()
{
}
/**
* Play a system sound - not yet implemented.
*
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.h
/* $Id: sound.h 974 2007-02-19 01:13:53Z bennylp $ */
/*
* Copyright (C) 2003-2007 Benny Prijono
*
* This program is free software; you can redistribute it and/or modify
gpe-conf-sound.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Sound Settings
Name[fr]=Audio
Name[ko]=사운드 설정
Name[ro]=Setări Sunet
Name[ru]=Настройки звука
Name[sl]=Nastavitve zvoka
Name[sv]=Ljudinställningar
Name[vi]=Thiết lập
sound.o
XL
H 1 areas 6 global symbols
M sound.c
S push_gset2 Ref0000
S mpy16s Ref0000
S pop_gset2 Ref0000
A text size 68 flags 0
dbfile E:\grc\licc\例子10.3.6\sound.c
dbfunc s delay 0 fI
dbsym r i 14 c
sound.c
#include /*预处理命令 */
#define uchar unsigned char
#define uint unsigned int
void delay(uchar t)
{
uchar i,j;
for (i=0;i
sound.lis
.module sound.c
.area text
0000 .dbfile E:\grc\licc\例子10.3.6\sound.c
0000 .dbfunc s delay _delay fI
sound.dbg
FILE sound.c
FUNC delay 0054 fI
STACK
DEFSTATIC i 0014 c
DEFSTATIC j 0016 c
DEFSTATIC t 0010 c
LINE 5 0056
LINE 7 0056
LINE 8 005A
LINE 8 005E
LINE 8 005E
LINE 8 0060
LINE 7 0064
LINE 7