搜索结果
找到约 599 项符合
NULL-modem 的查询结果
源码 数据结构实验
#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;// ...
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
源码 学生成绩guanli
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...
书籍 Broadband Wireless Networks
Emerging technologies such as WiFi and WiMAX are profoundly changing the
landscape of wireless broadband.&nbsp; As&nbsp; we evolve into future generation wireless
networks, a primary challenge is the support of high data rate, integrated multi-
media type traffic over a unified platform. Due to its ...
书籍 Complex Orthogonal Space-Time Processing
Multiple-Input Multiple-Output (MIMO) systems have recently been the
subject of intensive consideration in modem wireless communications as they
offer the potential of providing high capacity, thus unleashing a wide range of
applications in the wireless domain. The main feature of MIMO systems is th ...
书籍 History of Wireless
The&nbsp; motivation to write about the History&nbsp; of&nbsp; Wireless comes from Auguste
Comte (1798-1857), a French philosopher who is termed the father&nbsp; of&nbsp; positivism
and modem sociology&nbsp; [Les Maximes d'Auguste Comte&nbsp; (Auguste Comte's
Mottos),&nbsp; http://www.membres.lycos. ...
书籍 OFDM-Based Broadband Wireless Networks
Emerging technologies such as WiFi and WiMAX are profoundly changing the
landscape of wireless broadband.&nbsp; As&nbsp; we evolve into future generation wireless
networks, a primary challenge is the support of high data rate, integrated multi-
media type traffic over a unified platform. Due to its ...
书籍 Practical+Wireless+Data+Modem+Design
Without doubt, the age of information communications is upon 11s. The rapid
pace of technological advancement in digital data communications can&nbsp; be&nbsp; wit-
nessed in&nbsp; a&nbsp; multitude of applications in our day-to-day existence. In recent
years, the widespread proliferation of wireles ...
书籍 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 ...