搜索结果
找到约 92 项符合
node 的查询结果
按分类筛选
- 全部分类
- 其他 (9)
- 技术资料 (7)
- 数据结构 (6)
- 单片机编程 (5)
- 单片机开发 (5)
- 技术管理 (4)
- matlab例程 (4)
- 书籍 (4)
- Java编程 (3)
- 源码 (3)
- VIP专区 (3)
- 通信网络 (2)
- 其他嵌入式/单片机内容 (2)
- 电子书籍 (2)
- 其他书籍 (2)
- 操作系统开发 (2)
- Linux/Unix编程 (2)
- 数值算法/人工智能 (2)
- 通讯编程文档 (2)
- 习题答案 (2)
- 嵌入式综合 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- VHDL/FPGA/Verilog (1)
- 编辑器/阅读器 (1)
- 软件设计/软件工程 (1)
- 文件格式 (1)
- Java书籍 (1)
- 其他行业 (1)
- 网络 (1)
- Ajax (1)
- 汇编语言 (1)
- 编译器/解释器 (1)
- 人工智能/神经网络 (1)
- 系统设计方案 (1)
- JavaScript (1)
- 通讯/手机编程 (1)
- 驱动编程 (1)
- Linux/uClinux/Unix编程 (1)
- 其他 (1)
通讯/手机编程 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.
电子书籍 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 ...
Linux/uClinux/Unix编程 两个链表的交集
两个链表的交集
#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的地 ...
matlab例程 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 ...
其他 传感器网络中基于到达时间差有效的凸松弛方法的稳健定位
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 ...
习题答案 单链表习题
链表习题
1.&nbsp;编程实现链表的基本操作函数。
(1). void CreatList(LinkList &La,int m)
//依次输入m个数据,并依次建立各个元素结点,逐个插入到链表尾;建立带表头结点的单链表La;
(2). void ListPrint(LinkList La)
&nbsp;//将单链表La的数据元素从表头到表尾依次显示。
(3).void&nbsp;ListInsert ...
习题答案 单链表习题
1.&nbsp;编程实现链表的基本操作函数。
(1). void CreatList(LinkList &La,int m)
//依次输入m个数据,并依次建立各个元素结点,逐个插入到链表尾;建立带表头结点的单链表La;
(2). void ListPrint(LinkList La)
&nbsp;//将单链表La的数据元素从表头到表尾依次显示。
(3).void&nbsp;ListInsert (LinkList ...
源码 数据结构实验
#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 ...
源码 数据结构实验
#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;// ...
书籍 nodeJS开发指南
nodeJS开发指南中文。
本书先介绍Nodej.s,然后通过各种实例讲解Node.js的基本特性,再用案例式教学的方式讲述如何用Node.js进行web开发,等等..
侵删,只想换点积分。。