-
This is a simple udp be transported, UDP to be able to target a number of Taiwan...
这是个简单udp应运,UDP能够向若干台目标计算机发送数据;接收发自若干个源计算机的数据。-This is a simple udp be transported, UDP to be able to target a number of Taiwan"s computer to send data; Received from a number of sources of computer data.
- 2022-05-28 15:34:38下载
- 积分:1
-
获得可用磁盘空间
获得可用磁盘空间-was available disk space
- 2023-03-22 08:15:03下载
- 积分:1
-
imitate the genie Office97
模仿Office97的精灵-imitate the genie Office97
- 2022-11-21 08:15:02下载
- 积分:1
-
Man
文-语转换即Text-to-Speech,简称为TTS,这种技术已经广泛地运用到各种信息查询台、机器人语音等领域中。通过本次实验,了解TTS的基本实现原理,并能在VC++环境中运用TTS技术完成英文的文-语转换。
Windows支持两种RIFF(resource interchange file format,“资源交互文件格式”)音频文件:MIDI的RMID文件和波形音频文件格式Wav文件,而Wav文件是一种经常需要播放获编辑的音频文件,故本实验就要学习设计VC程序完成Wav文件播放的几种不同方法,以深入理解Wav文件的播放原理及VC多媒体程序设计的基本方法。同时,通过一个简单的程序来分析Wav文件的文件头信息,从而深刻理解波形音频文件的构造。
-Man- that is, TTS Text-to-Speech, referred to as the TTS, this technology has been widely applied to various information booth, robot voice
And other areas. Through this experiment, to understand the basic realization of TTS principle and VC environment in the use of TTS technology, complete the text in English- language
Conversion.
Windows supports two types of RIFF (resource interchange file format, "Resource Interactive File Format") audio file: MIDI
The RMID file and wave audio file format, Wav files, and Wav file is a regular need for playing audio files have been edited, so the real
VC inspection would have to learn the design process is
- 2022-04-24 09:17:11下载
- 积分:1
-
VC++ 2005入门经典的源代码,Visual Studio .NET 2005 VC++环境。
vc++2005入门经典 源代码 visual studio.net 2005 vc++的经典入门书籍源代码-vc++ 2005 Introduction to the classic source code visual studio.net 2005 vc++ classic book Introduction to source code
- 2022-05-24 13:42:45下载
- 积分:1
-
GTA
GTA-SA地图 管道求死 需要SAMP的PWN编辑工具 语言为C++ 喜欢的朋友可以下载-GTA-SA map
- 2023-02-20 06:25:03下载
- 积分:1
-
VB编写的RS232串口通信测试程序,以txt格式接受,可定义发送字符
资源描述VB编写的RS232串口通信测试程序,可以进行上位机和下位机的串口通讯
- 2023-02-27 11:30:04下载
- 积分:1
-
《vc精华文摘
《vc精华文摘-控件篇-"vc essence Digest-control article
- 2022-01-28 01:08:39下载
- 积分:1
-
用VB编写的去重程序,可以实现对TXT文件的去重复数据的处理,内含源代码。...
用VB编写的去重程序,可以实现对TXT文件的去重复数据的处理,内含源代码。-Prepared to use VB to re-process, can be achieved on the TXT file to deal with duplicate data, including source code.
- 2022-10-29 13:55:03下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1