-
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶...
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶-Earthquake simulation data digitization process, there will be discounts of data, step of such a phenomenon, the program for the digital data to a discount, go to step
- 2022-04-18 19:14:11下载
- 积分:1
-
c++中动态栈的实现
C++中栈结构建立与操作详细解析。我们可以把栈理解成一个大仓库,放在仓库门口(栈顶)的货物会优先被取出,然后再取出里面的货物。而从数据的逻辑结构来看,栈结构起始就是一种线性结构。
- 2023-02-19 07:05:04下载
- 积分:1
-
Multi-band Spectral Subtraction 1.0 Description
Multiband_Kamath.m
Description: Multiband spectral subtraction as proposed by Kamath 2002. Uses adjusts the subtraction
coefficient with the frequency as well as the SNR. note that the first 0.25sec of your signal is
used to model the noise.
License: Shareware
Related: sec, Signal, Model, Noise, Frequency, coefficient, subtraction, Spectral, proposed
O/S: BSD, Linux, Solaris, Mac OS X
- 2022-02-03 08:56:17下载
- 积分:1
-
希尔排序
希尔排序-Sort Hill
- 2022-03-01 00:09:40下载
- 积分:1
-
一个随机数发生器的代码,C++实现
一个随机数发生器的代码,C++实现-a random number generator code, C++
- 2022-03-14 13:35:31下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
遗传算法demo
这个代码项目是采用遗传算法实现模式匹配的实例。欢迎大家下载、试用。谢谢大家的支持!
- 2022-03-12 03:06:13下载
- 积分:1
-
很不错的vb源码,大家试试就知道了,好支持一下
很不错的vb源码,大家试试就知道了,好支持一下-Vb source code is very good, we try to know, to support you
- 2023-05-29 12:00:03下载
- 积分:1
-
three methods to find the k
用三种方法实现在数组中选择第k个最小的元素-three methods to find the k-th minium element in an array.
- 2022-07-25 23:48:27下载
- 积分:1
-
基于成对约束的k均值算法
使用Java语言实现K-means算法和改进的K-means算法,其中CKmeans是基于成对约束COP-k均值算法。该算法结合了不容错过的链接,可以在这两种类型的约束“监管”的数据对象不-Link的限制进行划分。文件中letterfont.dta为数据集。
- 2022-08-09 19:56:45下载
- 积分:1