-
一些自己做的关于图象处理的程序(如傅立叶变换,区域生长等),希望对人有帮助!...
一些自己做的关于图象处理的程序(如傅立叶变换,区域生长等),希望对人有帮助!-doing some of the image-processing procedures (such as Fourier transform, regional growth), people want to help!
- 2022-06-01 08:25:03下载
- 积分:1
-
STM32读取9150
stm32读取mpu9150的源程序,并对航向角进行了地磁校准,代码以测试过,绝对可行。
- 2022-01-25 19:29:14下载
- 积分:1
-
一个比较通用的大数运算库,内附安装说明,5_4_2版本
一个比较通用的大数运算库,内附安装说明,5_4_2版本-A relatively large numbers of common computing library, containing installation instructions, version 5_4_2
- 2022-07-11 14:29:16下载
- 积分:1
-
四次及四次以下多项式拟和程序,可在c或c++环境下运行
四次及四次以下多项式拟和程序,可在c或c++环境下运行-Polynomial fit arithmetic witch could been run in C or C++ environment
- 2022-09-13 23:05:03下载
- 积分:1
-
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
- 2022-09-23 15:35:02下载
- 积分:1
-
HMM 算法
Contents of this directory
PROGRAMS
* Simple HMMs *
simpledemo.m - Simple demo of HMM code
hmm.m - hmm code
hmm_cl.m - code for calculating likelihood for an hmm
* Factorial HMMs *
fhmm.m - factorial HMM code (exact algorithm -- very slow)
- 2022-04-14 22:21:46下载
- 积分:1
-
BubbleSort_EM_C
Algoritmo de ordenação 单纯 chamado 冒泡排序,ou método bolha。Ordenação um comum e 单纯 de 矢量。É um porém eficiente 段的小家伙 vetores algoritmo ruim。
- 2022-09-17 14:55:04下载
- 积分:1
-
超长整数运算相关――《进位制的高阶扩展》
超长整数运算相关――《进位制的高阶扩展》-long integer operations related-- "into the high-end system-expansion"
- 2022-05-06 10:09:10下载
- 积分:1
-
C/C++/C#语言实现PBKDF2
应用背景PBKDF2(Password-Based Key Derivation Function),PBKDF2简单而言就是将salted hash进行多次重复计算,这个次数是可选择的。如果计算一次所需要的时间是1微秒,那么计算1百万次就需要1秒钟。假如攻击一个密码所需的rainbow table有1千万条,建立所对应的rainbow table所需要的时间就是115天关键技术
PBKDF2应用一个伪随机函数以导出密钥。导出密钥的长度本质上是没有限制的。(但是,导出密钥的最大有效搜索空间受限于基本伪随机函数的结构。其实还有PBKDF1算法,但它只用于已有应用的兼容因为它产生的密钥对某些应用来说不够大,对新的应用推荐使用PBKDF2。
- 2023-03-23 09:50:04下载
- 积分:1
-
(n,k,N)卷积码的维特比译码算法实现
(n,k,N)卷积码的维特比译码算法实现,可实现1/2、1/3速率下卷积码为2、3、4、5、6、7、8、9的viterbi译码
- 2023-05-05 17:05:03下载
- 积分:1