搜索结果
找到约 52 项符合
Average-Interpolating 的查询结果
Internet/网络编程 FERRET - a broadcast analysis tool This tool is designed to demonstrate the problem of "data seap
FERRET - a broadcast analysis tool
This tool is designed to demonstrate the problem of "data seapage".
The average machine broadcasts a lot of information about itself
on open networks. This tool captures and organizes this information.
This code is extremely low quality, hacked together in order ...
matlab例程 The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the ave
The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the average of all possible directional power spectra. This function computes and plots the RAPS of an input image. The function was written to produce the RAPS for square weather radar reflectivity images s ...
网络 Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-c
Aodv for NS-2. A mobile ad-hoc network (MANET) is a kind of wireless ad-hoc network, and is a self-configuring
network of mobile routers connected wirelessly. MANET may operate in a standalone fashion, or may
be connected to the larger Internet. Many routing protocols have been developed for MANETs ...
其他文档 自动导引小车调度(外文)
Guided vehicles (GVs) are commonly used for the internal transportation of loads in warehouses, production plants and terminals. These guided vehicles can be routed with a variety of vehicle dispatching rules in an attempt to meet performance criteria such as minimizing the average load wa ...
仿真技术 matlab-均值滤波.中值滤波
I=imread('fig1.jpg');%从D盘名为myimages的文件夹中读取。格式为jpg的图像文件chost
J=imnoise(I,'salt & pepper',0.02);%给图像加入均值为0,方差为0.02的淑盐噪声
subplot(2,4,1);
imshow(I);
title('原始图像');
subplot(2,4,2);
imshow(J);
title('加入椒盐噪声之后的图像');
%h=ones(3,3)/ ...
源码 CC2520+STM32
#define RF_CHANNEL                25      // 2.4 GHz RF channel
// BasicRF address definitions   µØÖ·¶¨Òå
#define PAN_ID               0x2007
#define TX_ADDR           &nb ...
论文 基于多尺度字典的图像超分辨率重建
Reconstruction- and example-based super-resolution
(SR) methods are promising for restoring a high-resolution
(HR) image from low-resolution (LR) image(s). Under large
magnification, reconstruction-based methods usually fail
to hallucinate visual details while example-based methods
sometimes introdu ...
源码 成绩查询系统
#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 ...
书籍 SC-FDMA+for+Mobile+Communications
The single-carrier frequency division multiple access (SC-FDMA)
system is a well-known system that has recently become a preferred
choice for mobile uplink channels. This is attributed to its advantages
such as the low peak-to-average power ratio (PAPR) and the use of
frequency domain equalizers. Lo ...