联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(343) 
按平台查找All C/C++(343) 

[数值算法/人工智能] main

随机数发生器的C语言实现,包括平方取中法随机数发生器、积取中法随机数发生器、常数乘子随机数发生器、斐波那契随机数发生器。
The realization of random number generator in C language, including the random number generator of square middle method, the random number generator of product middle method, the random number generator of constant multiplier, Fibonacci random number generator. (2020-04-19, C/C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1587275060388128.html

[数值算法/人工智能] 银行家算法

根据银行家算法的基本思想编写和调试一个实现动态资源分配的模拟程序并能够有 效地防止和避免死锁的发生。
According to the basic idea of banker's algorithm, we compile and debug a simulation program to realize dynamic resource allocation, and we can have To prevent and avoid the occurrence of deadlock. (2018-04-01, C/C++, 1496KB, 下载2次)

http://www.pudn.com/Download/item/id/1522568983480306.html

[数值算法/人工智能] filter

比较常用的滤波算法,一阶滞后滤波法,算法中可以根据波形的实情况调整相关系数,滤波效果良好。
Commonly used filtering algorithm, a first order lag filter, the algorithm can be adjusted according to the actual situation waveform correlation coefficient, the filtering effect is good. (2016-06-14, C/C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1465890221874682.html

[数值算法/人工智能] EMA_Filter

EMA滤波算法,及在arduinoIDE环境下的波形输出与对比
EMA filtering algorithm, and the waveform of the output in arduinoIDE environment and contrast (2016-04-12, C/C++, 748KB, 下载1次)

http://www.pudn.com/Download/item/id/1460436274282668.html

[数值算法/人工智能] synjilu_multi_2011

合成模拟数据。往一个空矩阵中插入波形,用来测试算法。
synthetic data。 (2016-03-14, C/C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1457903352321694.html

[数值算法/人工智能] degreediscountic2

改进的基于节点度的影响最大化算法,度打折是指,每一次迭代时,度的值会根据种子节点而发生变化。
Improved based on node degree maximization algorithm, and the influence of the degree of discount means that each iteration, the degree of value will change according to the seed node (2015-11-20, C/C++, 1212KB, 下载16次)

http://www.pudn.com/Download/item/id/1447983765427374.html

[数值算法/人工智能] cd4ef1

基于WLS_TIR的多目标识别认知雷达波形自适应方法WLS_TIR based multi target recognition cognitive radar waveform adaptive method
WLS_TIR based multi target recognition cognitive radar waveform adaptive method (2012-05-14, C/C++, 412KB, 下载27次)

http://www.pudn.com/Download/item/id/1869121.html

[数值算法/人工智能] t6u3vw

潜器全方位推进器主轴转速鲁棒H_控制器设计Submersible full azimuth thrusters spindle speed _ robust H controller design
Submersible full azimuth thrusters spindle speed _ robust H controller design (2012-03-08, C/C++, 835KB, 下载8次)

http://www.pudn.com/Download/item/id/1788790.html

[数值算法/人工智能] 1xy7z

齿谐波绕组感应电动势波形快速计算Tooth harmonic winding induction electromotive force waveform of fast calculation
Tooth harmonic winding induction electromotive force waveform of fast calculation (2012-02-28, C/C++, 222KB, 下载2次)

http://www.pudn.com/Download/item/id/1781003.html

[数值算法/人工智能] Random_Number_Generators

这是随机数发生器源代码,里面有详细的编程
This is random number generator source code, there is a detailed programming (2012-01-06, C/C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1751773.html

[数值算法/人工智能] random-number-generator

随机数发生器,c描述,学习c的好帮手,个人认为学习语言就要多读多谢,比一遍遍看书管用多了
Generating random number sequences using the formula (linear congruence) (2011-12-09, C/C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/1726304.html

[数值算法/人工智能] 2321

涡流发生器布局方式对翼型失速流动控制效果影响的实验研究.
Layout of the wing vortex generator flow control stall effects in rats. (2011-11-17, C/C++, 428KB, 下载4次)

http://www.pudn.com/Download/item/id/1701478.html

[数值算法/人工智能] Mersenne

梅森旋转算法(Mersenne twister) 是一个伪随机数发生算法,可以快速产生高质量的伪随机数, 修正了古典随机数发生算法的很多缺陷。
Mason rotation algorithm (Mersenne twister) is a pseudo-random number generation algorithm that can quickly produce high-quality pseudo-random numbers, random number correction algorithm of classical many defects. (2011-10-17, C/C++, 80KB, 下载51次)

http://www.pudn.com/Download/item/id/1671620.html

[数值算法/人工智能] lgorithm

认知雷达中基于Q学习的自适应波形选择算法Cognitive radar-based Q-learning adaptive waveform selection algorithm
Cognitive radar-based Q-learning adaptive waveform selection algorithm (2011-07-22, C/C++, 602KB, 下载41次)

http://www.pudn.com/Download/item/id/1604195.html

[数值算法/人工智能] Crithms

修正码片波形的DS_UWB系统同步算法Chip waveform DS_UWB correction system synchronization algorithms
Chip waveform DS_UWB correction system synchronization algorithms (2011-04-05, C/C++, 376KB, 下载3次)

http://www.pudn.com/Download/item/id/1479196.html

[数值算法/人工智能] banker

操作系统中的银行家算法,用于寻找安全序列,防止发生死锁
OS bankers algorithm for finding safe sequence, to prevent deadlock (2010-06-22, C/C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1220021.html

[数值算法/人工智能] ThedigitalsignalsmanagewithClanguage

C语言程序子集,各种经典算法。包含:随机数发生,信号处理的滤波算法
The function of C language, we can find agrith in the book. (2009-04-18, C/C++, 9993KB, 下载8次)

http://www.pudn.com/Download/item/id/721016.html

[数值算法/人工智能] DXH20.rar

IIR数字滤波器,设计方法,低通、高通、带通、带阻
IIR digital filter design, low pass, high pass, band-pass, band (2004-12-03, C/C++, 2KB, 下载278次)

http://www.pudn.com/Download/item/id/1102054485159221.html

[数值算法/人工智能] 简单计算器

一个很好的计算器程序
a good calculator program (2004-11-27, C/C++, 3KB, 下载31次)

http://www.pudn.com/Download/item/id/1101494309375547.html

[数值算法/人工智能] 最短路径test

路由器最短路径测试源代码!
Shortest Path router test source code! (2004-09-08, C/C++, 35KB, 下载68次)

http://www.pudn.com/Download/item/id/1094634628885582.html
总计:343