本月博客排行
-
第1名
龙儿筝 -
第2名
johnsmith9th -
第3名
wy_19921005 - zysnba
- sgqt
- lemonhandsome
- sichunli_030
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- e_e
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- johnsmith9th
- Xeden
- luxurioust
- lzyfn123
- zhanjia
- forestqqqq
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- kingwell.leng
- lchb139128
- lich0079
- kristy_yy
- jveqi
- java-007
- sunj
最新文章列表
Global MIME Types
Global MIME Types
Category
Content-Type
File Suffix
type
application/octet-stream
bin
type
application/astound
asd,asn
type
application/fastman
lcc
type
application/java-archive ...
ns2模拟无线网络的NAM动画
无线的各个参数
#######################
#######################
set val(simDur) 5.0 ;#simulation duration
set val(basename) udp;#basename for this project or scenario
set val(statIntvl) 0.1 ;#statisti ...
ns2 中得到Agent的实例
下面代码说明了如何访问其他节点的Agent,以AODV协议为例
添加以下代码到aodv.cc. 用这种方法也可以访问其他对象,比如 mobilenode, 等等.
AODV* aodvagent;
// set i to be the node id
char command[256];
// [Agent/AODV info instances] 返回一个ao ...
cvs相关工具下载地址总结链接
CVS服务器端: CVS 下载地址:http://www.cvshome.org/ cvsnt 下载地址:http://www.cvsnt.com/cvspro/CVS客户端: TortoiseCVS 下载地址:http://www.tortoisecvs.org/wincvs 下载地址:http://cvsgui.sourceforge.net/download.htmlPython 下载地址:h ...
[NS2] Segmentation fault 错误
为了找到错误所在,修改 Makefile 在
*/ns*-allinone/ns*/ folder下
1. locate the compiler command it will either be "cc" or "gcc". change
it to "cc -g" or "gcc -g". This ...
pidgin 2.5.0编译安装
安装也无非是./configure, make&&make install
但是,在configure过程中会遇到n多的依赖问题
参考下面这篇文章,安装过程简单多了:
http://noslog.com/2008/08/19/pidgin-250-release.ns
./configure 时
如果报错的话 可以根据下面这个清单来对应错误:
XScreen ...