-
提出了一种基于正弦模型的汉语普通话语音基音同步分析和合成算法...
提出了一种基于正弦模型的汉语普通话语音基音同步分析和合成算法-A sinusoidal model based on the Mandarin voice pitch synchronous analysis and synthesis algorithms
- 2022-01-25 15:29:20下载
- 积分:1
-
这是一个关于linux下指令的文档,比较齐全。作为简易的工具手册是个不错的选择。...
这是一个关于linux下指令的文档,比较齐全。作为简易的工具手册是个不错的选择。-This is a linux instructions on the documents, a relatively complete. As a simple toolkit is a good choice.
- 2023-03-08 23:40:03下载
- 积分:1
-
Chinese step7 help, can more easily use step7
step7的中文帮助,能更方便的使用step7-Chinese step7 help, can more easily use step7
- 2022-11-26 03:50:04下载
- 积分:1
-
一个关于电机的中英对照翻译,希望大家有用。
一个关于电机的中英对照翻译,希望大家有用。-On motor bilingual translation, I hope everyone useful.
- 2022-01-25 22:08:28下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
基于uC
基于uC-OS II的嵌入式安全操作系统的框架设计-UC-OS II-based embedded security framework for the design of operating system
- 2022-06-16 23:38:56下载
- 积分:1
-
RS232 standard in a classic application of the article, all in English
RS232标准的一个经典应用文章,全英文-RS232 standard in a classic application of the article, all in English
- 2023-03-17 13:35:04下载
- 积分:1
-
《matlab编程百例》光盘代码31
《matlab编程百例》光盘代码31-35-"Matlab programming hundred cases" CD-ROM code 31-35
- 2022-03-14 05:46:21下载
- 积分:1
-
cyapi.lib the bcbuilder6.0 versions of the library
cyapi.lib 的bcbuilder6.0版本的库-cyapi.lib the bcbuilder6.0 versions of the library
- 2023-06-17 18:45:03下载
- 积分:1
-
XML教程
XML tutorial
- 2022-03-07 17:11:23下载
- 积分:1