-
gcc
说明: 读取音频,采用分帧处理,最后使用广义互相关算法求时延(Reading audio, adopting framing process, and finally using generalized cross-correlation algorithm to calculate time delay)
- 2020-03-26 00:11:40下载
- 积分:1
-
k均值聚类算法源码
聚类算法学习的实例功能
k均值聚类算法源码
聚类算法学习的实例功能-k-means cluster algorithm
- 2022-06-21 05:24:22下载
- 积分:1
-
EMBA
EMBA算法 matlab 实现 用原始图片进行处理 实现emba的处理(EMBA Algorithm implemented with Malab)
- 2020-06-23 14:00:01下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
几个不错的VB例子
几个不错的VB例子- Several good VB example
- 2022-03-05 15:59:15下载
- 积分:1
-
avr串口开发,计算串口的数据,及开发的代码
avr串口开发,计算串口的数据,及开发的代码-avr development, the calculation of serial data, and the development of the code
- 2023-08-27 20:05:04下载
- 积分:1
-
汇率转换
说明: 实现了一个用于多币种之间汇率转换的程序。用户可在左侧的下拉框中选择需要转换的两种币种,在上方输入框内输入需要转换的金额,点击“汇率转换”按钮后,下方输出框中显示转换出的对应金额并保留两位小数;点击“清空”按钮后两个文本框内容清空。且输出框内容不可修改。(A program for exchange rate conversion between multiple currencies is implemented. Users can select two currencies to be converted in the drop-down box on the left, enter the amount to be converted in the input box above, click the "exchange rate conversion" button, and display the corresponding amount in the output box below with two decimal digits retained; after clicking the "empty" button, the contents of the two text boxes are empty. And the contents of the output box can not be modified.)
- 2020-06-19 19:00:01下载
- 积分:1
-
实时嵌入式操作系统内部关于定时器的应用,此部分主要定义了定时器超时保护功能。...
实时嵌入式操作系统内部关于定时器的应用,此部分主要定义了定时器超时保护功能。-real-time embedded operating system on the internal timer application, This section defines the main timer overtime protection.
- 2022-10-01 19:45:02下载
- 积分:1
-
CAN code
聂飞平教授提出的新的聚类方法CAN,是一种新的聚类方法,可以有效的处理各种数据(CAN, a new clustering method proposed by Professor Nie Feiping, is a new clustering method, which can deal with various data effectively)
- 2021-03-22 19:59:16下载
- 积分:1
-
数据结构头文件
队列、链表等基础数据结构头文件,cc++仅供学习(dataStructure head file ,just for learning)
- 2020-06-25 16:20:01下载
- 积分:1