搜索结果
找到约 446 项符合
Context-Free 的查询结果
源码 数据结构实验
#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;// ...
论文 5G+Edge+Cloud+Networks
The surge of mobile data traffic forces network
operators to cope with capacity shortage. The deployment of
small cells in 5G networks is meant to reduce latency, backhaul
traffic and increase radio access capacity. In this context, mobile
edge computing technology will be used to manage dedicated
c ...
书籍 6LoWPAN+The+Wireless+Embedded+Internet
The Internet of Things is considered to be the next big opportunity, and challenge, for the
Internet engineering community, users of technology, companies and society as a whole. It
involves connecting embedded devices such as sensors, home appliances, weather stations
and even toys to Internet Prot ...
书籍 Cognitive+Networked+Sensing+and+Big+Data
The idea of writing this book entitled “Cognitive Networked Sensing and Big Data”
started with the plan to write a briefing book on wireless distributed computing
and cognitive sensing. During our research on large-scale cognitive radio network
(and its experimental testbed), we realized that big ...
书籍 Essentials+of+Radio+Wave+Propagation
The objective of this book is to allow the reader to predict the received
signal power produced by a particular radio transmitter. The first two
chapters examine propagation in free space for point-to-point and
point-to-area transmission, respectively. This is combined with a dis-
cussion regarding ...
书籍 Hybrid+Analog-Digital+Precoding
In this paper we revisit hybrid analog-digital precoding systems with emphasis on their modelling
and radio-frequency (RF) losses, to realistically evaluate their benefits in 5G system implementations.
For this, we decompose the analog beamforming networks (ABFN) as a bank of commonly used RF
compon ...
书籍 LTE+and+its+Performance
This books attempts to provide an extensive overview on Long-Term Evolution
(LTE) networks. Understanding LTE and its Performance is purposely written to
appeal to a broad audience and to be of value to anyone who is interested in 3GPP
LTE or wireless broadband networks more generally. The aim of th ...
书籍 Tactical+Wireless+Communications+and+Networks
Before I can present design concepts or tactical wireless communications and network
challenges, I feel the need to mention the challenges of writing for a field where some
information is not available for public domain and cannot be included in this book’s context.
Another challenge is the use of ...
书籍 Wideband+TDD
This book is an outgrowth of the pioneering development work done by InterDigital Com-
munication Corporation in 3rd Generation TDD WCDMA Technology. Many engineers
and managers were involved in this development, which spanned a wide range of tech-
nology areas, including system architecture, radio ...