-
GeneralizedMIMO
应用背景In this context, mobile communications may be allowed to be an indispensable commodity by most, and mobile data, video as well as television services are also becoming an essential part of everyday life. With the introduction of the Android operating system and the iPhone, the use of ebook readers such as the iPad, and the success of social networking using Facebook, the demand for cellular data traffic has grown significantly in recent years. Thus, communications on the move has proven to be transformational, and mobile operators struggle to satisfy the data traffic demands in wireless cellular networks,while keeping their costs at minimum to maintain profitability.关键技术The need for power-efficient MIMO-aided cellular networks requires a paradigm shift in the wireless system design. This trend is irreversible and will have a profound impact on both the theory and p
- 2022-02-20 12:30:00下载
- 积分:1
-
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。...
将求解偏微分方程和局部网格加密简单组合在了一起。用的方程是一个含有间断二次系数的椭圆型方程,在系数间断的位置,解会有一个弱间断。-Will solve the partial differential equations and local mesh refinement simple combinations together. Used equation is a quadratic coefficient of containing discontinuous elliptic equations, the location of discontinuity in the coefficient, there will be a weak solution of continuity.
- 2022-05-26 19:00:46下载
- 积分:1
-
汉诺塔演程序的原代码,可能对兄弟们有用,或者是兴趣爱好!我希望大家可以帮助我这个菜鸟...
汉诺塔演程序的原代码,可能对兄弟们有用,或者是兴趣爱好!我希望大家可以帮助我这个菜鸟-Tower of Hanoi s original speech program code, may be useful brothers or hobbies! I hope everyone can help me this rookie
- 2022-01-26 05:07:40下载
- 积分:1
-
在 Java 中抛硬币
硬币 Tossing,以确定是否有死的还是活的使用。
/ 此小程序允许一个模拟投掷硬币。它使用 random() 方法
/ / 从数学类来随机生成一个 0 和 1 之间的数字。如果
/ / 数是 < 0.5,它被视为一个头。否则,它认为一条尾巴。
/ / 小程序允许一个输入的硬币扔模拟次数
/ / 是进行。它 thens 进行模拟,并报告结果。
- 2022-04-27 07:07:01下载
- 积分:1
-
层次聚类JBRICH算法
BIRCH(Balanced Iterative Reducing and Clustering using Hierarchies)天生就是为处理超大规模(至少要让你的内存容不下)的数据集而设计的,它可以在任何给定的内存下运行。BIRCH算法的过程就是要把待分类的数据插入一棵树中,并且原始数据都在叶子节点上。
- 2023-02-19 08:35:04下载
- 积分:1
-
用动态规划算法解决独立任务最优调度问题
有N件产品,既可以选择用A独立机器完成,也可以选择用B机器独立完成。产品i用A机器和B机器生产所有的时间分别为ai和bi。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 12:32:07下载
- 积分:1
-
河内大厦实现步的运动,采用递归算法。
实现汉诺塔的移动步骤,
使用递归算法。-Tower of Hanoi realize the movement of steps, the use of recursive algorithm.
- 2022-07-20 06:45:22下载
- 积分:1
-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
pso-svm经典算法
粒子群优化支持向量机算法下载
自己编的 运行速度很快 共享给大家学习 多多交流
只需改一下数据路径就可以直接运行
- 2022-07-17 09:30:16下载
- 积分:1
-
二次指数平滑预测法和三次指数平滑预测法是普遍的预测方法,应用很广,本代码还包含其平滑系数的确定...
二次指数平滑预测法和三次指数平滑预测法是普遍的预测方法,应用很广,本代码还包含其平滑系数的确定-quadratic exponential smoothing prediction and three exponential smoothing prediction is a common forecasting methods, a wide application, the code also includes its smooth determine the coefficient
- 2022-03-23 11:49:19下载
- 积分:1