资源列表
WMLScript
- WML_WML scr ipt语言入门,语法、库函数以及例子。-WML_WML scr ipt language entry, grammar, library functions and examples.
Android
- google的手机操作系统android sdk开发、配置文档资料及API使用。-google android sdk mobile phone operating system, development, configuration, documentation and API use.
HStochastic_decoder_v1
- ldpc decoder simple ldpc decoder only for regular case
HStochastic_decoder_v2
- simple ldpc decoder for regular ldpc codes
ldpcc_MaxLogSPA_dec_on_gfq
- max log SPA decoder for non binary ldpc decoder
Stochastic_binary_decoder_modified_counter
- binary message passing decoder for regular ldpc codes
denever-python-ns-2-new-trace-format-analizer-d62
- python ns-2 new trace format analyzer
routing99
- clc clear all close all Field Dimensions - x and y maximum (in meters) xm = 200 ym = 200 sink.x =0.25 * xm sink.y =0.875 * ym -clc clear all close all Field Dimensions - x and y maximum (in meters) xm = 200 y
sureshaodv
- Code : AODV Routing. x=1:20 s1=x(1) d1=x(20) clc A=randint(20) Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1), A(6,7)=A(7,6) for i=1:20 for j=1:20 if i==j A(i,j)=0 else A(j,i)=A(i,j) en
dijkstra
- clear all clc D=[0 6 inf inf 5 6 inf 5 inf 6 0 9 inf inf 9 inf 3 inf inf 9 0 7 inf inf 4 inf inf inf inf 7 0 6 4 6 inf 3 5 inf inf 6 0 5 inf inf 4 6 9 inf 4 5 0 5 inf inf inf inf 4 6 inf 5 0 inf inf 5 3 inf inf inf inf inf 0
routing
- clc clear n=input( Total node= ) if n > 6 error( not <6 ) end alphabets= char(65:1:65+n) adj=zeros(n,n) for p=1:n for q=1:n adj(p,q)=input([ Enter Weight between [ ,alphabets(p), ] , [ ,alphabets(q), ] = ]) end e