登录
首页 » matlab » LEACH

LEACH

于 2021-04-25 发布 文件大小:2KB
0 209
下载积分: 1 下载次数: 11

代码说明:

  leach协议,是无线传感网动态分簇路由算法,提出了无线路由能耗均衡的思想,是现代能耗均衡网络的开山祖,动态分簇算法都是在此基础上改进而来的。 对于写论文的同学来说,这个代码是必备的衡量标准之一。(LEACH protocol is the dynamic routing algorithm for wireless sensor networks, proposes a wireless routing to the energy consumption balance, energy balance is the founder of modern network, the dynamic clustering algorithm is improved on the basis of the. For students who write papers, this code is one of the necessary metrics)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 小程序
    各种cfd的fortran小程序,有sod激波管精确解、近似解,shuosher激波管近似解,包含WENO差分格式,牛顿法;还有网格生成书籍。(Various CFD FORTRAN programs, including SOD shock tube exact solution, approximate solution, shuosher shock tube approximate solution, including WENO difference scheme, Newton method, and grid generation books.)
    2021-03-08 10:39:28下载
    积分:1
  • E: StudyMicrosoftMOSSSQL Server 2005 Reporting Services
    E: StudyMicrosoftMOSSSQL Server 2005报表服务
    2023-04-27 13:30:03下载
    积分:1
  • 初学者的matlab双温方程模拟程序
    适合初学者的matlab双温方程模拟程序(Two-temperature model of matlab)
    2020-06-27 01:00:01下载
    积分:1
  • 基于单片机的智能计算器
    基于stc15f2k60s2的电子计算器程序(Electronic calculator program based on stc15f2k60s2)
    2020-06-18 15:00:01下载
    积分:1
  • labview8.2-rumen
    第一章LabVIEW 虚拟仪器入门,第二章自定义VI,第三章完整版和专业版:分析和保存信号,硬件:采集数据并与仪器通信,第五章LabVIEW 其它功能简介(Getting Started with LabVIEW Virtual Instruments chapter, Chapter II custom VI, Chapter III Full and Professional: analysis and conservation of the signal, the hardware: data collection and communication with the instrument, LabVIEW Other Features Chapter)
    2011-05-16 22:29:10下载
    积分:1
  • SIX LEG INVERTER FED PMSM rfrf
    SIX LEG INVERTER FED PMSM rfrf(SIX LEG INVERTER FED PMSM efdv)
    2020-06-24 11:40:02下载
    积分:1
  • FATEK
    说明:  CRACK PLC FATEK PASSOWRD ENCRYPTION
    2020-04-05 18:19:50下载
    积分:1
  • simulated keyboard input examples of VC
    模拟键盘输入的VC的例子-simulated keyboard input examples of VC
    2022-01-29 00:41:05下载
    积分:1
  • simple clock on PIC16f886 writing at mikroC 8.2 proteus 7
    simple clock on PIC16f886 writing at mikroC 8.2 proteus 7
    2022-01-27 11:36:34下载
    积分:1
  • Java/JSP万年历编写实例
    Java万年历源码,   TextField tfYear = new TextField("2004", 5); //显示年份的文本域   Choice monthChoice = new Choice(); //月份选择下拉框   Button btUpdate = new Button("更新"); //更新按钮   GregorianCalendar calendar=new GregorianCalendar(); //日历对象   Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体   Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体   String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};   String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};   int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数   int searchMonth,searchYear; //查询的年份及月份   public void init(){    setBackground(Color.white); //设置背景颜色    searchMonth = calendar.get(Calendar.MONTH); //得到系统年份    searchYear = calendar.get(Calendar.YEAR); //得到系统月份    add(new Label(" 年:")); //增加组件到Applet    tfYear.setText(String.valueOf(searchYear)); //设置文本域文字    add(tfYear);    add(new Label(" 月:
    2023-03-16 17:35:03下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载