-
统计方面的程序,c编译
统计方面的程序,c编译-statistical procedures, c compiler
- 2022-07-28 07:07:12下载
- 积分:1
-
运行没问题的apriori分布式程序
该代码已经部署到hadoop平台上,运行没问题,但是reduce部分不是很完善,无法输出频繁项集,希望高手能帮忙解决一下,实在做不下去了,万分感谢!!
- 2022-02-03 16:22:26下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1
-
Yacc & 莱克斯计算器
Una Calculadora hecha en yacc y 系统。
举止 de teoria de la Computacion 2。Utilizacion de gramaticas regulares,utilizando 乐团 sintactico y lexico 段 que se 编译缔约国 maquina
- 2023-04-29 00:20:03下载
- 积分:1
-
DBN应用实例
资源描述制定构建一个2个隐层的神经网络,输入有500维,输出有10维,中间两个隐层到节点数分别为50和20,最后一层使用softmax压缩输出使之具有概率意义。
- 2022-01-25 15:16:54下载
- 积分:1
-
自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教...
自己编写的,背包问题的各种近似算法以及动态规划算法,请多多指教-I have written, knapsack problem, as well as a variety of approximate dynamic programming algorithm algorithm, please advice
- 2023-07-22 05:35:03下载
- 积分:1
-
多元散射校正算法,用于近红外散射数据处理,增强信噪比
多元散射校正算法,用于近红外散射数据处理,增强信噪比-function [Xcorrect]=msc(X,Xref)
msc pretreate the samples X with the Multiplicative Scatter Correct
Input
X:the matrix of the sample spectra to be Correct
Xref:the matrix of the sample spectra to be ref
Output
Xcorrect:the sample spectras was Corrected from the X
Programmer: zhimin zhang @ central south university on dec 13 ,2007
Reference: Chemometrics and Intelligent Laboratory Systems 29 (1995) 233-241
- 2023-09-03 21:40:03下载
- 积分:1
-
八数字源问题。
八数码问题源程序.-eight digital source issues.
- 2022-02-14 09:31:48下载
- 积分:1
-
FFT 就不用多介绍了 大家都应该清楚,是以后常用的CODE 希望能帮上各位的忙
FFT 就不用多介绍了 大家都应该清楚,是以后常用的CODE 希望能帮上各位的忙-FFT on the do not have to introduce that we all should be clear, is commonly used after CODE hope you can help on the busy
- 2022-01-31 08:40:06下载
- 积分:1
-
工程活动图AOE网的应用演示
本软件围绕工程活动图AOE网的应用这一主题,用图形化的界面实现了AOE网的建立、判断工程可行性、计算工程活动开始时间、确定关键路径和关键活动等功能。 具体功能: 已知假想的工程活动图AOE网,试设计一个算法,要求: (1) 判断工程是否可行 (2) 求出工程中每个活动的最早开始时间e(i),最迟开始时间l(i)和全工程可以完成的最早时间 (3) 确定工程中关键路径和可使整个活动的工期缩短的关键活动 源码在文件夹“源代码清单”中。程序开发时所用的文件在文件夹“配套文件”中提供。另附说明文档。
- 2022-04-26 17:55:50下载
- 积分:1