码迷,mamicode.com
首页 >  
搜索关键字:sound    ( 263个结果
A Tour of Go If
Theifstatement looks as it does in C or Java, except that the( )are gone and the{ }are required.(Sound familiar?)package main import ( "fmt" "m...
分类:其他好文   时间:2014-10-27 00:11:28    阅读次数:162
解决 安装驱动程序后设备管理器中显示黄色问号
其实很简单,在inf中有中设置图表索引显示黄色问号肯定说明 你是这样填写的HKR,,Icon,,"-18" PCI设备要改成 -5 数值如下Computer 0 Display 2 Mouse 5 Keyboard 6 FDC 9 HDC 9 Ports 10 Net 15 System 0 Sound 8 Printer 14 Monitor 2 Network Transport 3 Netw...
分类:其他好文   时间:2014-10-20 17:29:28    阅读次数:337
利用html5标签audio在不同客户端下适配播放音频
//声明:ios系统不支持falsh,故而采用各平台支持的html5audio标签<script> //创建audio标签varaudio=document.createElement("audio"); //增加audio属性idaudio.id="audio"; //设置播放文件路径audio.src="sound/music.mp3"; //设置是否循环播放audio.loop="loop"; //获..
分类:Web程序   时间:2014-10-20 02:14:56    阅读次数:272
c语言函数--D
函数名: delay 功 能: 将程序的执行暂停一段时间(毫秒) 用 法: void delay(unsigned milliseconds); 程序例: /* Emits a 440-Hz tone for 500 milliseconds */ #include int main(void) { sound(440); delay(500); n...
分类:编程语言   时间:2014-10-18 11:11:23    阅读次数:159
D.xml
函数名:delay功能:将程序的执行暂停一段时间(毫秒)用法:voiddelay(unsignedmilliseconds);程序例:/*Emitsa440-Hztonefor500milliseconds*/#includeintmain(void){sound(440);delay(500);n...
分类:其他好文   时间:2014-10-18 00:40:01    阅读次数:294
love 音效
sound = love.audio.newSource("pling.wav", "static") -- the "static" tells LÖVE to load the file into memory, good for short sound effectsmusic = love....
分类:其他好文   时间:2014-10-17 20:26:21    阅读次数:152
漫谈Linux下的音频问题(转)
转自 http://www.kunli.info/2009/03/24/linux-sound-issue/现今的互联网,比较Linux和Windows的战争贴基本都成月经贴了。一群群激进的用户不断轰轰烈烈攻击对方,但是很少有能拿出新鲜干货的,基本上双方理由我现在都能背得了。在攻击Linux的阵营中...
分类:系统相关   时间:2014-10-10 19:02:34    阅读次数:571
[uva] 11729 - Commando War
“Waiting for orders we held in the wood, word from the front never cameBy evening the sound of the gunfire was miles awayAh softly we moved through th...
分类:其他好文   时间:2014-10-07 18:49:53    阅读次数:265
游戏架构其七:音效管理
大型游戏中的音效相对比较复杂,如声音的淡入淡出,爆炸音效,声音的播放进度等。下面就看看一个音效管理系统都有些什么吧~~ 1. 音效的基本操作: #pragma once //======================================================================== // Audio.cpp : Defines a simple sound...
分类:其他好文   时间:2014-10-06 18:55:10    阅读次数:255
50个很棒的Python模块
50个很棒的Python模块我很喜欢Python,Python具有强大的扩展能力,我列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images,Sound,OSinteraction,Web,以及其他。推荐收藏。GraphicalinterfacewxPy...
分类:编程语言   时间:2014-10-05 13:26:18    阅读次数:334
263条   上一页 1 ... 21 22 23 24 25 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!