-
Which gives a wide range of modulation of the modulation and demodulation proces...
其中给出了多种调制方式的调制及解调程序,对初学者有一定帮助。-Which gives a wide range of modulation of the modulation and demodulation process, has a certain extent, help for beginners.
- 2022-08-23 14:02:10下载
- 积分:1
-
这是一个图形演示的排序程序,有可供选择的常见的如,快速,等几种排序方法。也可设置时间来控制排序的速度。...
这是一个图形演示的排序程序,有可供选择的常见的如,快速,等几种排序方法。也可设置时间来控制排序的速度。-This is a graphic demonstration of sequencing procedures, alternatives such as common, rapid and several other ranking methods. Time also can be set to control the speed of sequencing.
- 2022-11-26 04:00:03下载
- 积分:1
-
GaussianCluster
GaussianCluster 利用高斯混合模型实现对音频的无监督聚类,可以作为一个单独模块使用
- 2022-07-20 05:19:45下载
- 积分:1
-
SNDS100 (KS32C5000/KS32C5000A/KS32C50100) Board Support Packages
SNDS100 (KS32C5000/KS32C5000A/KS32C50100) Board Support Packages
- 2023-05-25 00:10:02下载
- 积分:1
-
VC6中不同类型之间的转换,困扰很多VC程序员的难题
VC6中不同类型之间的转换,困扰很多VC程序员的难题-VC6 between different types of conversion, troubled many of the problems programmers VC
- 2023-07-11 17:00:03下载
- 积分:1
-
delphi wav 轉換MP3 外部調用lame.exe 轉換MP3
wav 文件转换为MP3, 外部调用lame.exe 转换MP3
- 2023-03-07 17:35:03下载
- 积分:1
-
智能家居app控制界面设计
该app可用于智能家居控制的界面实现,里面包含多个界面,可用于wifi模块连接app,界面设计简便,代码有注释,可移植性好。
- 2022-02-04 16:55:01下载
- 积分:1
-
c++ How to Program ( c++大学教程 )(第五版)约200题的习题解答代码。...
c++ How to Program ( c++大学教程 )(第五版)约200题的习题解答代码。-c++ How to Program (c++ University Guide) (fifth edition) of about 200 questions to answer code exercises.
- 2022-02-05 20:43:03下载
- 积分:1
-
《VS.NET十大案例》
《VS.NET十大案例》-"The Way of the 10 cases"
- 2023-01-08 06:15:03下载
- 积分:1
-
给定的字母表A 由26 个小
写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现...
给定的字母表A 由26 个小
写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到
右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如,
a,b,ab,bc,xyz 等字符串都是升序字符串。现在对字母表A 产生的所有长度不超过6 的升序
字符串按照字典序排列并编码如下。
1 2 … 26 27 28 …
a b … z ab ac …
对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。
-Given the alphabet A by the 26 lowercase letters of the alphabet composed of A = (a, b, ..., z). Generated by the alphabet ascending string refers to the letter string in accordance with the order from left to right appears in the alphabet and letters appearing in the same order, and each character appears a maximum of 1 times. For example, a, b, ab, bc, xyz, etc. are ascending string string. Alphabet A have now all the length of not more than 6 strings of ascending order in accordance with the dictionary and coding sequence is as follows. 1 2 ... 26 27 28 ... ab ... z ab ac ... for any length of not more than 6 strings of ascending quickly calculate it in the dictionary encoding.
- 2023-06-07 02:40:04下载
- 积分:1