-
LEACH
omnet++4.0实现的WSN中Leach算法,可以运行,200*200的区域中分布了400个节点(Leach algorithm in WSN omnet++ 4.0 to achieve, you can run.In the region of 200 * 200 distributed 400 nodes)
- 2014-08-08 20:22:15下载
- 积分:1
-
fanban
c++ and matlab 散射电流可视化、球体1
(Scattering current visualization, sphere1 c++ and matlab
)
- 2012-03-30 11:19:33下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
matlab-data-to-txt
matlab中将数据输出保存为txt格式文件的几种方法.(matlab will save the data output to txt format files in several ways.)
- 2012-10-27 11:18:42下载
- 积分:1
-
matlab
用MATLAB变成工具和VC编程工具实现二型模糊系统的混合编程(MATLAB mixed programming of the type-2 fuzzy system into tools and VC programming tools)
- 2012-12-26 22:32:39下载
- 积分:1
-
baizaosheng
关于白噪声的仿真程序,有功率谱及fft的变换等,很有用(About the white noise simulation program, a power spectrum and FFT transformation and so on, is very useful
)
- 2013-03-06 09:21:09下载
- 积分:1
-
16QAM
16QAM的调制,它把输入的二进制数据以查找表的方式进行映射,从而提高信息传输率。(16QAM modulation, it is the input of binary data to find a way to map the table to enhance information transfer rate.)
- 2010-07-18 09:22:25下载
- 积分:1
-
graph_unrelated_x
在程序中将不相干的一些数据进行处理,并用mschart绘制出直观图出来(procedures will be irrelevant in some of the information processed and used mschart drawn out direct-viewing chart)
- 2007-05-13 11:58:49下载
- 积分:1
-
LDPC
LDPC码的C语言编译码,包含校验矩阵,备注等等(LDPC codes codec C language, including parity check matrix, notes, etc.)
- 2015-02-26 08:12:55下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1