资源列表
rengong
- bp人工神经网络的实现 -bp artificial neural network implementation of artificial neural networks to achieve
bit_calculate
- 用c实现的不用+,-,*,/来进行数值计算,通过位操作,运用计算机原理里的二进制计算来实现的。-achieved with c ,-,*,/ not to numerical calculation, operating through the spaces, Lane use computer principle of binary calculation to achieve.
yichuansuanfa
- 这是一个关于遗传算法的MATLAB程序,用于求某种函数的极值-This is a genetic algorithm on the MATLAB program for a certain function for the Extreme
parzendm
- 模式识别中的parzen窗估计概率密度的一个自编的函数
hopfiel
- 考虑3个神经元的hopfield网络,每个神经元有一个阀值和一个权重,定义存储在网络中的目标平衡点中为矩阵T的两个三指定存储在网络中的目标平衡点
aaddforpd
- 模糊遗传算法的一个函数,利用遗传算法来优化模糊隶属函数-fuzzy-GA
huffman
- huffman decoding in c-huffman decoding in c++
e.c
- 1 R Finding particular sequences of prime numbers Write a program that finds all sequences of consecutive prime 5-digit numbers, say (a, b, c, d, e, f ), such that b = a + 2, c = b + 4, d = c + 6, e = d + 8, and f = e + 10.-1 R Finding particular
map
- colering map algurithm
Energy_detection_simulation
- calculating the probability of false alarm versus the probability of detection in cognitive radio networks
fzeroeff
- 一种高效的求根算法,拥有逆二次插值、割线法等优点-An efficient root-finding algorithm has the advantages of inverse quadratic interpolation, secant, etc.
高斯消去法
- 此文是 高斯消去法的c语言程序源代码,经调试可用