Welcome![Sign In][Sign Up]
Location:
Search - sound in c language

Search list

[Other438372汉字平台系统

Description: 本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、双拼双音和多字词的词组输入法。新的输入法模块为_SYmode,其使用方法和原来的拼音输入法类似。首先在应用程序的首部使用下列语句安装双音模块:-this note included in the "C language window-type graphical interface technology" to be released after the latest HANENV system changes. We HANENV system added a new input method modules : Larry Pinyin modules, including the spelling-sound, D. Two-Tone word phrase more input methods. The new input method modules _SYmode, the use of methods and the original Pinyin input method similar. First applications in the first installation to use the following two sentences sound modules :
Platform: | Size: 1849406 | Author: 物语 | Hits:

[Other resource61151017020075161236492938281

Description: 该程序是在VC++6.0环境中,用C++语言编写的,分三个模块:一个是程序框架模块,实现程序的框架结构;二是声卡采样模块,实现声卡对外部模拟信号的采样;三是对采得的信号进行频率值计算。-procedures in the VC 6.0 environment, the use of the C language in three separate modules : is a procedural framework modules, achieving procedural framework; 2 sound card is sampling module, achieve sound card to the external analog signal sampling; Third is to take the signal frequency value.
Platform: | Size: 41483 | Author: leehwa | Hits:

[Windows DevelopTheCProgrammingLanguageKernighanRitchie

Description: This book is meant to help the reader learn how to program in C. It contains a tutorial introduction to get new users started as soon as possible, separate chapters on each major feature, and a reference manual. Most of the treatment is based on reading, writing and revising examples, rather than on mere statements of rules. For the most part, the examples are complete, real programs rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, we have also tried where possible to illustrate useful algorithms and principles of good style and sound design.
Platform: | Size: 732484 | Author: wbideal | Hits:

[Windows Developcn700_vc511678900355

Description: 求阶乘算法(0---10000)标准C++语言控制台应用程序 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助-The arithmetic for counting factorial(0 -10000) This is a standard C++ language console application, many people could want to relize the factorial of some large numbers, but the memory space of the standard data type provided by the C++ is too small, so it can not realize at all. But we can realize it by other method, the program realize the factorial of the number you give by a simple arithmetic ,this is a short and easy program, and there are remarks everywhere, I believe that everyone can easily understand it, after downloading the sound code you can open it in VC6.0, then edit and run it. you also can change something to realize the factorial of a larger number, the reader who is interesting in it can have a try, there are more happiness in it!! At last, I hope that the program can give you some help.
Platform: | Size: 1795 | Author: 张权 | Hits:

[OtherC语言.files

Description: -C语言中使用PC喇叭发声 -个人成绩管理(图形菜单)--C language used in PC speaker sound- Personal performance management (graphics menu)
Platform: | Size: 9216 | Author: 王坤侠 | Hits:

[Windows Developcn700_vc511678900355

Description: 求阶乘算法(0---10000)标准C++语言控制台应用程序 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助-The arithmetic for counting factorial(0-10000) This is a standard C++ language console application, many people could want to relize the factorial of some large numbers, but the memory space of the standard data type provided by the C++ is too small, so it can not realize at all. But we can realize it by other method, the program realize the factorial of the number you give by a simple arithmetic ,this is a short and easy program, and there are remarks everywhere, I believe that everyone can easily understand it, after downloading the sound code you can open it in VC6.0, then edit and run it. you also can change something to realize the factorial of a larger number, the reader who is interesting in it can have a try, there are more happiness in it!! At last, I hope that the program can give you some help.
Platform: | Size: 1024 | Author: 张权 | Hits:

[Other438372汉字平台系统

Description: 本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、双拼双音和多字词的词组输入法。新的输入法模块为_SYmode,其使用方法和原来的拼音输入法类似。首先在应用程序的首部使用下列语句安装双音模块:-this note included in the "C language window-type graphical interface technology" to be released after the latest HANENV system changes. We HANENV system added a new input method modules : Larry Pinyin modules, including the spelling-sound, D. Two-Tone word phrase more input methods. The new input method modules _SYmode, the use of methods and the original Pinyin input method similar. First applications in the first installation to use the following two sentences sound modules :
Platform: | Size: 1849344 | Author: 物语 | Hits:

[Windows DevelopTheCProgrammingLanguageKernighanRitchie

Description: This book is meant to help the reader learn how to program in C. It contains a tutorial introduction to get new users started as soon as possible, separate chapters on each major feature, and a reference manual. Most of the treatment is based on reading, writing and revising examples, rather than on mere statements of rules. For the most part, the examples are complete, real programs rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, we have also tried where possible to illustrate useful algorithms and principles of good style and sound design.
Platform: | Size: 732160 | Author: wbideal | Hits:

[Otherclock

Description: 电子钟,利用c语言编程实现带有时针分针秒针的电子钟,并且有走动的声音。-clock,use c language to realise clock having hour hand ,minute hand and second hand,with sound.
Platform: | Size: 39936 | Author: liufayu | Hits:

[Special EffectsFFT

Description: 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft file data.txt 2. HUITU.exe to re-run the data in the data.txt a picture to a screen to form a dynamic effect 3. Soundee.exe is running to restore the sound Note: myfft.c which is the fft of the C language code, using VC achieved HUITU.C is drawing code, using TC achieved soundee.c code to restore the sound, achieved using VC.
Platform: | Size: 319488 | Author: 游智超 | Hits:

[Speech/Voice recognition/combineCforspeech

Description: :用C 语言实现了一个用于控制家电开关的声音模块. 该声音模块采用当前语音识别系统的主流技 术——隐马尔可夫模型(HMM)技术,以及线性预测倒谱计算和矢量量化技术. 命令(单词)的正确识别率 在97 以上. 介绍了声音模块的设计方案,并就实现该声音模块的过程中所遇到的具体问题进行了讨论.-: The C language realization of a switch used to control the voice module appliances. The sound module voice recognition systems using current mainstream technologies- Hidden Markov Model (HMM) technology, as well as the linear prediction cepstrum calculation and vector quantization technology. command (word) the correct recognition rate in more than 97 . introduced a sound module design and the realization of the sound module on the course of the specific problems encountered were discussed.
Platform: | Size: 200704 | Author: 刘文 | Hits:

[Speech/Voice recognition/combinespeechtool

Description: reading sound file in C language
Platform: | Size: 185344 | Author: fayaz123 | Hits:

[assembly languageSound-card

Description: 声卡编程,这是用c++builder编译汇编语言的程序,是用于播放声音。-Sound card programming, which is compiled with c++ builder program in assembly language is used to play audio.
Platform: | Size: 1119232 | Author: hj1k | Hits:

[Data structsmathematical-used-in-CPP

Description: 本光盘是《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 -This CD is " in C++ language mathematics commonly used algorithm (revised edition)," a book with a book plate, which includes the book all the C++ program source code (some of the small sample excluded), and the Chinese should be detailed notes. CD-ROM There are five folders with the names: ① BCMATH ② VCMATH ③ CURVE ④ SOUND ⑤ examples.
Platform: | Size: 4982784 | Author: zmm | Hits:

[SCMlabafasheng

Description: 一个关于喇叭发声原理的实验,用C语言写的程序代码供学习者参考-A sound principle experiments on speaker, with code written in C language reference for learners
Platform: | Size: 10240 | Author: 向晔妍 | Hits:

[DSP programUntitled5

Description: 这是工作的实施已测试的分数延迟线 在dsPIC音频套件,并在PC上运行的GNU / Linux操作系统,采用开放式音响系统音频驱动,但它可能在任何定期DSP,因为它在C语言编写的工作。这一段代码可以作为建筑块,做其他影响,如合唱,镶边,回声等-This is a working implementation of a fractional delay line in C. It has been tested in the dsPIC audio kit, and in a PC running GNU/Linux operating system using the Open Sound System audio driver, but it may work on any regular DSP since it s written in C language. This piece of code can be used as the building block to do other effects such as chorus, flanger, echo etc.
Platform: | Size: 1024 | Author: 张成 | Hits:

[.netsound-card-development-instance

Description: 用VB、VC、C#三中语言实现企业呼叫中心功能、银行电话功能、录音功能。-With VB, VC, C# language in three enterprise call center functions, bank phone function, voice recording.
Platform: | Size: 1495040 | Author: 张产 | Hits:

[Other Embeded programpiano--music

Description: 这是一个用C语言写的简易电子琴程序。里面写了五首曲子,分别是《东方红》、《挥剑问情》、 《祝你生日快乐》、《回梦游仙》和《蝶恋》。可自己弹奏。程序可发ABCDEFG调,低中高音共147个音。本程序经TurboC2.0调试通过,确认无任何问题,现将源码公布。-This is a simple flower written in C language program. Inside wrote five song, namely " The East is Red" , " sword and asked Love" , " Happy Birthday to You" , " back to sleepwalking Sin" and " Dielian." Can themselves play. Program can send ABCDEFG tune, a total of 147 low-treble sound. This program debugging by TurboC2.0 confirm without any problems, now the source announced.
Platform: | Size: 8192 | Author: 王砚锋 | Hits:

[OtherReal-time-audio-effects-with-DSP

Description: 本文的重点是软件实现的DSP算法音频效果,如回声、颤音、合唱等。本研究的主要贡献在于实现一个软件应用程序能对音频信号进行实时处理。-This paper is focused on the software implementation of DSP oriented algorithms for different audio effects, like Echo, 3-Tap Echo, Vibrato, Tremolo and Chorus. The main contribution of this research consists in a software application which is able to process in real time the audio signals received the electric guitar using PC sound card. In addition, the application also includes a digital filter class used for implementation of a low pass filter as well as other filter types, a tone generator and the options for storing the sound samples in a .wav file. The application is written in C# language which uses DirectSound library in order to process the sound samples on a low level.
Platform: | Size: 394240 | Author: | Hits:

[OtherSoundProject

Description: Sound Project in C++ Language.
Platform: | Size: 29696 | Author: Dr.Wael | Hits:
« 12 »

CodeBus www.codebus.net