-
杭州电子科技大学acm 赛题第1001题的源代码
杭州电子科技大学acm 赛题第1001题的源代码-Hangzhou University of Electronic Science and Technology acm title section 1001 title game source code
- 2022-03-17 09:48:22下载
- 积分:1
-
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
-
利用遗传算法进行阈值分割
本算法利用遗传算法根据otsu原则迭代计算得到图像的最优分割阈值。
使用了opencv库。
- 2022-02-03 09:05:06下载
- 积分:1
-
c语言编的万年历源程序,可显示年份从1980
c语言编的万年历源程序,可显示年份从1980-2099年,是个很实用的工具-hefty almanac series of the source, can show that the years from 1980-2099, is a very useful tool!
- 2022-08-20 15:02:43下载
- 积分:1
-
光拼图3x3的求解
熄灯解谜算法
- 2022-03-15 03:22:41下载
- 积分:1
-
本程序可以对那些数值超出整形的大整数进行+
本程序可以对那些数值超出整形的大整数进行+ - * % 运算欢迎大家使用并提出宝贵修改意见
-the procedures for those values beyond the plastic for the integer-*% Operational Everyone is welcome to use and valuable changes
- 2023-08-29 06:50:02下载
- 积分:1
-
像素化重力
像素化重力
花式 Delphi 应用程序竞赛条目由 Gerben Wijnja #14
从普拉 Gajic前, About.com 指南
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-14 14:11:26下载
- 积分:1
-
Hough 变换
这是代码 Hough 变换,其中 detecs 盘旋而通过定义的半径、 阈和三角洲的图像。它可以被用于带圆圈或非盘旋的功能,通过设置正确的阈限。当你降低门槛时,圈子,你正在寻找光流。我希望,它会对你有用
- 2022-05-25 03:25:29下载
- 积分:1
-
信息学竞赛 湖南省队集训题
信息学竞赛湖南省队2007年集训题,供大家学习、练习。内部有竞赛题、选手原代码和课后讲解,极具参考价值
- 2022-03-01 02:47:58下载
- 积分:1
-
A星算法实现
应用背景本程序对Astar算法进行了实现。是A星算法的一个例子,A星算法可以应用在机器人自定位导航的学习中,适合于刚开始接触这一块的同学们关键技术A*搜寻算法俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。在游戏中,路径潜在地花费了许多存储空间,
特别是当路径很长并且有很多物体需要寻路时。路径压缩,导航点和beacons通过把多个步骤保存为一个较小数据从而减少了空间需求。Waypoints
rely on straight-line segments being common so that we have to store
only the endpoints, while beacons rely on there being well-known paths
calculated beforehand between specially marked places on the
map.如果路径仍然用了许多存储空间,可以限制路径长度,这就回到了经典的时间-空间折衷法:为了节省空间,信息可以被丢弃,稍后才重新计算它。
- 2023-05-30 19:40:03下载
- 积分:1