-
AFRP
WSN中AFMR路由算法.(AFMR)算法,通过构建高效路由以及在各节点自适应地决定是否进行数据融合处理,解决了移动代理如何以能量有效的方式融合、收集相关性数据的问题。该算法综合考虑了移动代理在路由过程中传输能量和融合能量的消耗,并根据数据融合算法的能量开销和节能增益,对移动代理迁移到各节点时是否执行数据融合操作进行自适应调整,以达到在各种不同的应用场景中优化移动代理能量开销的目的。(wsn,AFMR)
- 2010-06-06 12:20:26下载
- 积分:1
-
Cmeans
C均值源代码的MATLAB编程,源代码,但是有点点复杂(C means the source code of MATLAB programming, source code, but there is little complexity)
- 2010-06-08 11:37:57下载
- 积分:1
-
FDTD
一个有关FDTD数值色散问题的MATLAB程序,可以看看影响情况(A FDTD numerical dispersion problem of the MATLAB program, you can look at the impact)
- 2009-03-22 12:41:45下载
- 积分:1
-
ekf
该程序用于对绝对量EKF和相对量EKF进行比较(The procedure is used to compare the EKF in absolute amount and EKF in relative amount)
- 2013-03-10 13:41:34下载
- 积分:1
-
HIGHPOWERDENSITY
hign power using matlab
- 2011-10-17 22:28:14下载
- 积分:1
-
33jiedianCPPchaoliuchengxu
关于33节点的配电网潮流计算程序C++版本(Distribution network power flow calculation program of 33 nodes on the C version)
- 2014-12-29 16:22:34下载
- 积分:1
-
1
mppt with mrac system
- 2014-01-27 20:48:11下载
- 积分:1
-
P80216Rev2_D8
802.16协议的阅读文档,详细介绍Wimax设计流程及框架,对准备从事Wimax开发人员必读之作(802.16 protocol to read the document, detailed design process and framework for Wimax, Wimax engaged on the preparation required reading for developers)
- 2010-08-08 11:15:40下载
- 积分:1
-
radar_freq_select
对雷达的未知雷达部分选择进行分选的程序,主要使用C语言实现的算法(Part of the unknown radar radar selection procedures for separation, the main algorithm using C language)
- 2010-10-10 21:40:33下载
- 积分:1
-
string-data-encryption
Data Encryption by Matrix Multiplication
We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
- 2012-06-24 02:58:53下载
- 积分:1