-
一个网络编码的简单实现,GF(2)对网络编码能有个简单的认识
一个网络编码的简单实现,GF(2)对网络编码能有个简单的认识。能够创建多个节点,模拟网络编码的过程。其中还包含线性随机系数的生成。
- 2023-02-07 03:20:04下载
- 积分:1
-
功能:返回参数x 的平方根值
功能:返回参数x 的平方根值-function : to return to the square root of x parameter values
- 2022-03-07 17:13:07下载
- 积分:1
-
performance simulation of network_coding
应用背景In generated networks, selecting one node as source and some nodes as receivers in
random (single source multicast network), we make performance test for network
coding based multicast route algorithm (we put forward it ourselves, corresponding to
high multicast rate and low multicast rate), shortest path distribution tree route
algorithm (DIJKSTRA algorithm) and Maximum-rate distribution tree route
algorithm (PRIM algorithm), respectively.
关键技术
In this program, two things have been done: (1) generate random topologies (2)performance test。
network coding cap: 5.0000 dijk cap: 5.0000 prim cap: 5.0000 network coding res1: 0.0000--res2: 12.0000 dijk res: 14.0000 prim res: 14.0000 average degree: 2.
- 2022-11-16 07:10:03下载
- 积分:1
-
datamatrix编码和解码的程序,没有原码
datamatrix编码和解码的程序,没有原码
- 2022-07-03 03:17:46下载
- 积分:1
-
Keil C51程序设计中几种精确延时方法
实际的单片机应用系统开发过程中,由于程序功能的需要,经常编写各种延时程序。延时时间从数微秒到数秒不等。对于许多C51开发者,特别是初学者,编制非常精确的延时程序有一定难度。本文从实际应用出发,讨论几种实用的编制精确延时程序和计算程序执行时间的方法,并给出各种方法使用的详细步骤,以便读者能够很好地掌握理解。
- 2023-02-13 08:55:03下载
- 积分:1
-
用VB实现优化计算的智能算法
用VB实现优化计算的智能算法-VB Intelligent Optimization Algorithm
- 2022-05-26 09:02:40下载
- 积分:1
-
非线性放大器对发射信号的影响,与调制方式密切相关。不同的调制方式,所得到的时域波形是不同的,如用于欧洲移动通信的GSM制式,该制式采用了高斯滤波的最小偏移键控(...
非线性放大器对发射信号的影响,与调制方式密切相关。不同的调制方式,所得到的时域波形是不同的,如用于欧洲移动通信的GSM制式,该制式采用了高斯滤波的最小偏移键控(GMSK),是一种相位平滑变化的恒定包络的调制方式,因此可以用非线性放大器来放大,不存在包络失真问题,也不会因为频谱再生而干扰邻近信道。
-Non-linear amplifier on the transmit signal of the impact is closely related with the modulation method. Different modulation methods, the resulting time-domain waveforms are different, such as for the European GSM mobile communications standard, the standard use of Gaussian minimum shift keying filter (GMSK), is a smooth change in the phase constant envelope modulation, so you can use non-linear amplifier to amplify, there is no envelope distortion, nor because of spectral regrowth and adjacent-channel interference.
- 2022-01-31 04:18:00下载
- 积分:1
-
计算方法中romberg算法的c程序源码
计算方法中romberg算法的c程序源码-calculation method Romberg Algorithm c procedures FOSS
- 2022-02-06 17:39:57下载
- 积分:1
-
二维图形的几何变换
计算机图形学实例,实验题目:将 矩形ABCD(A(20,20), B(20, 100), C(80, 20), D(80,100)) 在 X方向平移 30个单位,Y方向平移 60个单位,X方向缩小2倍,Y方向缩小2倍。实现二维图形的基本变换,包括平移、缩放。
- 2022-03-06 03:34:48下载
- 积分:1
-
PL0语言编译器
1. 使用C/C++语言作为实现语言,实现一个简单PL/0语言的编译器。手工编码实现编译器的组成部分。语法分析程序采用递归下降分析法。2. PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-06 04:25:02下载
- 积分:1