A public-domain example implementation of the AES (Rijndael) encryption algorithm.
A public-domain example implementation of the AES (Rijndael) encryption algorithm.
BP+Algorithm技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
A public-domain example implementation of the AES (Rijndael) encryption algorithm.
This is a Matlab v6.5 implementation of the Lagrange interpolation algorithm.
This is a Matlab v6.5 implementation of the Romberg integration algorithm.
The matlab source code about SIFT algorithm with Accurate Key locations.
A Timestampsensitive Scheduling Algorithm for MPEG-11 Multiplexers in CATV Networks:Abstract-To achi
资料->【C】嵌入系统->【C3】自动化控制->【1】控制算法->【蚁群算法】->Ant colony system algorithm for the optimization of beer fermentation control.p...
用BP网络完成函数的逼近。BP网络通常有一个或多个隐层,隐层中的神经元均采用sigmoid型变换函数,输出层的神经元采用纯线性变换函数。本例应用一个两层BP网络来完成函数逼近的任务,其中隐层的神经元个数是5。