-
debug fast sorting algorithms.
调试实现快速排序算法。-debug fast sorting algorithms.
- 2022-12-24 14:30:03下载
- 积分:1
-
最陡下降法~最优化设计,优化设计…
最优化设计之最速下降法~
最优化的设计作业,最速下降法~
-Optimum design of the steepest descent method ~ of the most optimized design work, the steepest descent method ~
- 2022-03-22 09:07:58下载
- 积分:1
-
TDOA定位算法
采用牛顿迭代,泰勒展开迭代算法。matlab源程序,有仿真结果。
采用牛顿迭代,泰勒展开迭代算法。matlab源程序,有仿真结果。
采用牛顿迭代,泰勒展开迭代算法。matlab源程序,有仿真结果。
- 2022-05-29 00:50:03下载
- 积分:1
-
[数据挖掘]数据挖掘部分算法的matlab实现 C4_5
比较经典的代码...
[数据挖掘]数据挖掘部分算法的matlab实现 C4_5
比较经典的代码-[Data Mining] part of data mining algorithms compare classic C4_5 realize matlab code
- 2023-01-22 01:15:03下载
- 积分:1
-
HybirdSat求解器smt
开源的的smt求解器,用于求解约束集的可满足性,能够支持位向量的求解,速度还算不错。
- 2022-02-20 09:49:11下载
- 积分:1
-
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of
MIT and can be found presented in several languages. What I provide to
you here is a C derivative of the original C implementation of
Professor Rivets. The library code itself is platform-independant and
has been tested in Redhat Linux. I ve included the sample code and
makefile that I used for the Linux test. The demo, however, was
written with Visual C 6 on a Windows 2,000 platform.
- 2022-01-27 12:21:27下载
- 积分:1
-
树结构的保存和读取
树结构的保存和读取-Tree preservation and read
- 2022-06-18 20:20:12下载
- 积分:1
-
这是研究生的并行计算的作业,实现多插入排序抽取算法,C语言的。...
这是研究生的并行计算的作业,实现多插入排序抽取算法,C语言的。-it is a homework for postgraduate by C language ,in order to sort data。
- 2022-05-15 09:18:01下载
- 积分:1
-
DSP6713 的FIR算法实现
这个是关于DSP6713的一个FIR算法的实现,仿真以通过,可以直接观察波形,基本的使用时,产生波形后,在CCS的view下观看波形的产生/* Purpose:FIR filter procedure for processing a group of data *//* Prototype in C:void fir_filter(const int x[],const int h[], *//* short y[],int n,int m,int s); *//* const int x[]:输入信号的缓冲数组,int类型,在滤波中不可修改 *//* const int h[]:滤波器的系数数组,int类型,在滤波中不可修改 *//* short y[]:输出信号的缓冲数组,short类型 *//* n:滤波器长度,本例中为ORDER_FIR &nbs
- 2022-02-02 18:16:07下载
- 积分:1
-
交通咨询系统
主要是利用数据结构中的Dijkstra、Floyd算法来完成实验要求。首先,利用Dijkstra来生成从一个节点到另外节点的最短距离。接着,利用Floyd算法实现各个节点到剩余节点的最短距离。
- 2022-03-31 23:52:07下载
- 积分:1