-
Speech
说明: 实现文本语音功能,将指定字符串转为语音。(text-to-speech )
- 2009-08-29 22:59:38下载
- 积分:1
-
WinCE-tts
这是关于wince平台下的tts语音合成的移植(This is the transplantation on the wince platform tts speech synthesis)
- 2011-06-28 16:09:48下载
- 积分:1
-
lm8962-I2C
lm8962模拟I2C的程序,可以参考下(the lm8962 simulation I2C procedures, refer to the following)
- 2012-12-28 09:05:32下载
- 积分:1
-
LSTM时间预测matlab代码
说明: lstm时间预测matlab代码。程序说明:DATA.mat 是一行时序值,
numdely 是用前numdely个点预测当前点,cell_num是隐含层的数目,cost_gate 是误差的阈值。直接在命令行输入RunLstm(numdely,cell_num,cost_gate)即可(This is the matlab code of LSTM time prediction. Program description: data.mat is a row of sequential values,, Numtell is to use the previous numtell points to predict the current point. Cell num is the number of hidden layers, and cost gate is the threshold of error. Enter runlstm numtell from the command line)
- 2020-06-28 14:00:01下载
- 积分:1
-
Calculator in C
一种计算器,可以执行数字的阶乘、模、sin、cos、tan、log、ln的值(即不同基的对数)以及加法、减法、乘法和除法。
- 2022-05-06 06:45:02下载
- 积分:1
-
CSharp代码
自定义简单的时间控件的程序
CSharp代码
自定义简单的时间控件的程序-CSharp code custom control simply because of the time the procedure
- 2022-01-28 11:45:24下载
- 积分:1
-
Visual C#创建两个基本的线程(多线程)实例
Visual C#创建两个基本的线程(多线程)实例,为了演示方便,这里把本实例 写成了一个控制台程序,创建两个线程后,通过控制台输出线程信息,演示了两个线程同时工作,下面来看具体代码:
创建两个基本的线程:
Thread thread1 = new Thread(new ThreadStart(Thread1)); //使用自定义方法Thread1声明线程
thread1.Priority = ThreadPriority.Lowest;//设置线程的调度优先级
Thread thread2 = new Thread(new ThreadStart(Thread2)); //使用自定义方法Thread2声明线程
thread1.Start();//开启线程一
thread2.Start();//开启线程二
定义函数向控制台输出线程:
static void Thread1()
{
Console.WriteLine("线程一");
}
输出线程二则可按照上面再创建一个函数,不再列举源码了。
- 2022-03-18 18:55:49下载
- 积分:1
-
Xztration-Multicondition-Research
运筹学大作业:实现多条件最大运筹与最小运筹的最佳方案计算与价值预测(Operational Research Big Operation: the Best Scheme calculation and value Prediction for realizing Multi-condition maximum and minimum operational Research)
- 2018-11-22 08:59:06下载
- 积分:1
-
h264+pcm转为avi文件
【实例简介】将h264码流和pcm文件转为avi文件
- 2021-08-11 00:31:02下载
- 积分:1
-
g723g729
这是G.723和G.729的音频编解码的源代码,当在网络带宽不够的时候可考虑采用该语音编码方式。(This is the G.723 and G.729 audio codec source code, When the network bandwidth may be insufficient time to consider the use of the voice coding.)
- 2007-05-15 10:53:20下载
- 积分:1