按分类查找:

  • Pattern-MAC (PMAC) protocol, instead of having fixed sleepwakeups, the sleep-wakeup schedules of th

    Pattern-MAC (PMAC) protocol, instead of having fixed sleepwakeups, the sleep-wakeup schedules of the sensor nodes are adaptively determined. The schedules are decided based on a node’s own traffic and that of its neighbors.

    /dl/482874.html

    标签: sleepwakeups sleep-wakeup Pattern-MAC schedules

    上传时间: 2017-08-28

    上传用户:cainaifa

  • This book is about writing TinyOS systems and applications in the nesC language. This chapter gives

    This book is about writing TinyOS systems and applications in the nesC language. This chapter gives a brief overview of TinyOS and its intended uses. TinyOS is an open-source project which a large number of research universities and companies contribute to. The main TinyOS website, http://www.tiny ...

    /dl/485917.html

    标签: This applications language chapter

    上传时间: 2017-09-04

    上传用户:253189838

  • 两个链表的交集

    两个链表的交集 #include<stdio.h> #include<stdlib.h> typedef struct Node{ &nbsp; int data; &nbsp; struct &nbsp;Node *next; }Node; void initpointer(struct Node *p){ &nbsp; p=NULL; } int &nbsp;printlist(struct Node* head){ &nbsp; int flag=1; &nbsp; head=head->next; &nbsp; /* &nbsp; 因为标记1的地 ...

    /dl/502540.html

    标签: c语言编程

    上传时间: 2015-04-27

    上传用户:coco2017co

  • distmesh

    matlab有限元网格划分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by&nbsp;Per-Olof Persson&nbsp;(now at&nbsp;UC Berkeley) and&nbsp;Gilbert Strang&nbsp;in the&nbsp;Department of Mathematics&nbsp;at&nbsp;MIT. A detailed ...

    /dl/507854.html

    标签: matlab有限元网格划分程序

    上传时间: 2015-08-12

    上传用户:凛风拂衣袖

  • 传感器网络中基于到达时间差有效的凸松弛方法的稳健定位

    We consider the problem of target localization by a network of passive sensors. When an unknown target emits an acoustic or a radio signal, its position can be localized with multiple sensors using the time difference of arrival (TDOA) information. In this paper, we consider the maximu ...

    /dl/513472.html

    标签: 传感器网络

    上传时间: 2016-11-27

    上传用户:xxmluo

  • 单链表习题

    链表习题 1.&nbsp;编程实现链表的基本操作函数。 (1). void CreatList(LinkList &La,int m) //依次输入m个数据,并依次建立各个元素结点,逐个插入到链表尾;建立带表头结点的单链表La; (2). void ListPrint(LinkList La) &nbsp;//将单链表La的数据元素从表头到表尾依次显示。 (3).void&nbsp;ListInsert ...

    /dl/516094.html

    标签: 单链表

    上传时间: 2017-11-15

    上传用户:BIANJIAXIN

  • 单链表习题

    1.&nbsp;编程实现链表的基本操作函数。 (1). void CreatList(LinkList &La,int m) //依次输入m个数据,并依次建立各个元素结点,逐个插入到链表尾;建立带表头结点的单链表La; (2). void ListPrint(LinkList La) &nbsp;//将单链表La的数据元素从表头到表尾依次显示。 (3).void&nbsp;ListInsert (LinkList ...

    /dl/516095.html

    标签: 单链表

    上传时间: 2017-11-15

    上传用户:BIANJIAXIN

  • 数据结构实验

    #include&nbsp;<stdio.h>&nbsp;&nbsp; #include&nbsp;<stdlib.h>&nbsp;///链式栈&nbsp;&nbsp; &nbsp;&nbsp; typedef&nbsp;struct&nbsp;node&nbsp;&nbsp; {&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;int&nbsp;data;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;struc ...

    /dl/517413.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • 数据结构实验

    #include <iostream> #include <stdio.head> #include <stdlib.head> #include <string.head> #define ElemType int #define max 100 using namespace std; typedef struct node1 { ElemType data; struct node1 *next; }Node1,*LinkList;//链栈 typedef struct { ElemType *base; int top; }SqStack;// ...

    /dl/517414.html

    标签: 数据结构 实验

    上传时间: 2018-05-09

    上传用户:123456..

  • nodeJS开发指南

     nodeJS开发指南中文。 本书先介绍Nodej.s,然后通过各种实例讲解Node.js的基本特性,再用案例式教学的方式讲述如何用Node.js进行web开发,等等.. 侵删,只想换点积分。。

    /dl/518099.html

    标签: nodeJS 开发指南

    上传时间: 2018-09-18

    上传用户:chunli