-
BPSK simulation in C++
C++中的BPSK仿真包括发射机、接收机和
- 2022-06-22 03:52:15下载
- 积分:1
-
eight Queen's achievement
八皇后c++实现-eight Queen"s achievement
- 2022-04-16 20:57:15下载
- 积分:1
-
二元关系传递性判断
这是离散数学中的二元关系传递性的判断。总之就是能判断二元关系传递的,用C++写的。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-01-25 18:11:27下载
- 积分: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
-
工程问题中常用微分方程的形式建立数学模型,所以微分方程求解很有意义。本程序用Euler、改进Euler和经典公式对这类方程进行求解...
工程问题中常用微分方程的形式建立数学模型,所以微分方程求解很有意义。本程序用Euler、改进Euler和经典公式对这类方程进行求解-Engineering problems commonly used in the form of differential equations to establish the mathematical model, it makes sense for solving differential equations. This procedure used Euler, improved Euler and the classical formula of such equations to solve
- 2022-03-17 06:09:21下载
- 积分:1
-
两个聚类中心之间的最小距离,如小于此数,两个聚类进行
两个聚类中心之间的最小距离,如小于此数,两个聚类进行-two cluster centers between the minimum distance, as tens of thousands of small, two Clustering
- 2022-08-14 03:39:52下载
- 积分:1
-
数学算法原书光盘
数学算法原书光盘-mathematical algorithms original CD
- 2022-01-26 03:22:05下载
- 积分:1
-
VC 自动关闭对话框类-VS2008
本程序基于VC2008,通过虚构一父窗口,将MessageBox设为其子窗口,利用SetTimer()函数实现对MessageBox(),在设定的时间自动关闭。
- 2022-05-27 19:26:12下载
- 积分:1
-
FFT源代码汇集(各种FFT源代码)
FFT源代码汇集(各种FFT源代码)-FFT source code pool (FFT various source code)
- 2022-03-23 01:04:23下载
- 积分:1
-
C和C++代码精粹
C和C++代码精粹.pdf
第一章:更好的C
第二章:指针
第三章:预处理器
第四章:C标准库之一:面向合格的程序员
第五章:C标准库之二:面向熟练的程序员
第六章:C标准库之三:面向优秀的程序员
第七章:抽象
第八章:模版
第九章:位操作
第十章:类型转换与强制类型转换
第十一章:可见性
第十二章:控制结构
第十三章:异常
第十四章:面向对象编程
第十五章:算法
第十六章:容器和迭代器
第十七章:文本处理
第十八章:文件处理
第十九章:时间和日期处理
第二十章:动态内存管理
附录
- 2022-02-27 04:11:57下载
- 积分:1