资源列表
test
- 基于无线传感器网络技术的串行数据通信接收检测代码-Wireless sensor network technology based on serial data communication receiver testing code
FileManager
- iPhone平台上的文件管理程序。Objective-C实现。-iPhone FileManager App. using Objective-C.
findoptt
- function optt = findoptt(L,C,pmax,rP,a,w,maxw) Arguments: L =input( links in the network ) C =input( coordinates of nodes ) pmax =input( max. transmission power ) rP - see rndtopo2d a - fading coefficient (a<-2) Output:
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
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
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
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
Symbian.s60.Programming.A.Tutorial.Guide
- very good symbian s60 tutorial book
USBlyzer
- usb port analyzer & decoder
nettest
- 手机断点续传源码。手机上的应用越花哨就必然对应着需要下载的数据文件就会越大。目前绝大多数的手机浏览器,都支持gprs下载功能,所不同的是,绝大多数都没有断点续传的功能。里面提供的代码实现了断点续传的效果,运行nettest.exe,就会在其当前目录生成一个叫test.mp3的文件,屏幕上还显示下载进度。可以随时关闭,然后再次打开,看看断点续传的效果。在此基础上运用者可以根据自己所开发的实际需要更改代码,完成开发。-Mobile HTTP source. Application of the mo
uart_24C01
- 利用atmega128,实现AT24C01的读写,结果发送到计算机串口。-Using atmega128, reading and writing to achieve AT24C01, send the results to the computer serial port.
