登录
首页 » C# » 使用可调传输功率继电器在认知无线网络中进行资源分配

使用可调传输功率继电器在认知无线网络中进行资源分配

于 2023-08-22 发布 文件大小:5.76 MB
0 13
下载积分: 2 下载次数: 1

代码说明:

认知无线网络可以通过允许第二个人访问光谱资源改进光谱的效率,但是也带来了新的问题,在未来的无线网络设计上是一个挑战。这里,我们调查了资源分配问题, 尤其是考虑了在认知无线网络的继电器网络中的比例公平调度

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mubiaogenzong
    该系统基于vc++开发环境具有目标跟踪检测测量车牌识别人脸定位火源检测等功能系统,还有一套仿生复眼全景目标跟踪系统(The system is based on vc++ development environment with the target tracking and detection measurement LPR face localization features such as fire detection systems, as well as a panoramic view of the target tracking system bionic compound eye)
    2013-08-08 10:54:11下载
    积分:1
  • TreeViewForm
    csharp中利用treeview的實例 可以進行簡單的樹形展示 類似於資源管理器(csharp treeview examples of the use of a simple tree can be displayed similar to the Explorer)
    2010-06-04 15:27:07下载
    积分:1
  • xiaobodiz2
    一篇关于地震与小波的相关文献,希望能对大家有帮助(Article about the earthquake and wavelet relevant literature, and I hope you can help)
    2015-03-26 10:00:25下载
    积分:1
  • 基于51单片机的按键蜂鸣,按键蜂鸣
    基于51单片机的按键蜂鸣,/**************************************************************************************   /************************************************************************************** *功能:按键蜂鸣              * *说明:按下按键,对应的LED亮,蜂鸣器响  *硬件连接:在J3,J4,J5处插上跳线帽  第一位数码管 位引脚-->P2.0  * * 第二位数码管 位引脚-->P2.1  * * 第三位数码管 位引脚-->P2.2  * * 第四位数码管 位引脚-->P2.3  * * 所有的数码管 段引脚-->P0 *作者:研发中心  * *公司:科睿电子产品有限公司  * *电话:0530-2897239   15192459227    * *地址:菏泽市开发区广州路与淮河路交叉口科睿电子产品有限公司  * ***************************************************************************************/ #include typedef unsigned int uin
    2022-07-16 00:29:39下载
    积分:1
  • AD8402
    数字电位器AD8402驱动程序, AD8402驱动程序, AD8402驱动程序(Digital Potentiometers AD8402 driver, AD8402 driver, AD8402 driver)
    2021-05-06 21:58:37下载
    积分:1
  • WinRAR
    一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树的表示的算术表达式Expression的操作。 基本要求 1.ReadExpr(E) 以字符序列的形式输入语法正确的前缀表示式并够着表达式E。 2.WriteExpr(E) 用带括弧的中缀表达式输出表达式E。 3.Assign(V,c) 实现对变量V的赋值(V=c),变量的初值为0。 4.Value(E) 对算术表达式E求值。 5.CompoundExpr(P,E1,E2) 构造一个新的复合表达式(E1)P(E2)。 (Between an expression and a binary tree, there is a natural correspondence relationship. Write a program to achieve the operation of the binary tree-based representation of the arithmetic expression Expression. The basic requirements for input grammatically correct prefix expressions 1.ReadExpr (E) in the form of a sequence of characters and enough with the expression E. 2.WriteExpr (E) output expression E infix expression with parentheses. 3.Assign (V, c) the assignment of the variable V (V = c), the initial value of the variable to 0. 4.Value (E) E evaluates arithmetic expressions. 5.CompoundExpr (P, E1, E2) to construct a new composite expressions (E1) P (E2).)
    2012-09-13 15:43:44下载
    积分:1
  • 本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即...
    本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-the design I use most frequently used pages out algorithm. The algorithm needs his wife to a certain page is the first out of the current period, the number of visits at least one of those. This page provided in the table for each additional page counter a visit can be realized. When the page was the visit, plus a visit counter, and once interrupted missing pages, then count out that one of the smallest, with all the counter reset.
    2022-09-22 18:20:02下载
    积分:1
  • psasp7.0ALL-examples
    电力系统综合分析程序PSASP7.0的标准算例,很难找的。只要将相关算例用PSASP打开即可进行相关分析(Power system analysis program PSASP7.0 standard example, it is difficult to find. As long as the relevant example PSASP open to correlation analysis)
    2021-04-26 09:58:46下载
    积分:1
  • DS18B20测温程序
    这是DS18B20数字温度传感器测温程序,参加各种电子设计比赛可能会用到。DS18B20 是美信公司的一款温度传感器,单片机可以通过 1-Wire 协议与 DS18B20 进行通信,最终将温度读出。1-Wire 总线的硬件接口很简单,只需要把 DS18B20 的数据引脚和单片机的一个 IO 口接上就可以了。
    2023-04-10 20:25:04下载
    积分:1
  • Sams---CPP-Primer-Plus--4th-Edition
    C++ Primer Plus, Fourth Edition presents the ANSI C++ standard beginning with a discussion of the essential elements of C++ programming: loops, expressions, functions, and classes. It walks readers through the basics of object-oriented programming: classes, inheritance, templates, and exceptions, as well as the latest object-oriented programming techniques. C++ Primer Plus contains hundreds of sample programs. The friendly tone, concise programs, and end-of-chapter review exercises allow beginners to write their own programs immediately.
    2014-02-18 10:53:03下载
    积分:1
  • 696524资源总数
  • 103978会员总数
  • 64今日下载