-
龙格库塔法解二阶方程的数值计算代码.
分别套用两次龙格库塔法解...
龙格库塔法解二阶方程的数值计算代码.
分别套用两次龙格库塔法解-Runge-Kutta method of numerical solution of second-order equation of the code. Were applied to two solutions of Runge-Kutta method
- 2022-08-10 01:46:04下载
- 积分:1
-
数值分析中的最佳一致逼近多项式问题,程序中含多项式输入界面。...
数值分析中的最佳一致逼近多项式问题,程序中含多项式输入界面。-Numerical analysis of the best uniform approximation polynomial problem, the program contains polynomial input interface.
- 2023-04-28 10:15:04下载
- 积分:1
-
java程序实现的通俗易懂的二分查找的算法源代码
java程序实现的通俗易懂的二分查找的算法源代码-java program to achieve the user-friendly dichotomous search algorithm source code
- 2022-08-18 10:42:39下载
- 积分: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
-
为规范和解决poj 1699
poj 1699的代码和方法说明,个人原创
-the codes and solution for poj 1699
- 2022-06-15 09:10:35下载
- 积分:1
-
FP-growth 算法
这是数据挖掘算法,基于FP-tree。适用于静态数据库中频繁项的挖掘。需要扫描两次数据库。并且不会产生候选项集。较Apriori算法效率较高。
- 2022-09-02 15:15:03下载
- 积分:1
-
斐波拉契数列利用栈消去递归
使用十三条规则进行斐波拉契数列利用栈消去递归。
- 2022-02-05 22:53:30下载
- 积分:1
-
A*寻路算法, 源代码中使用的SDL库,可以到http://www.libsdl.org/或者VC知识库网站工具栏目www.vckbase.com/tools下...
A*寻路算法, 源代码中使用的SDL库,可以到http://www.libsdl.org/或者VC知识库网站工具栏目www.vckbase.com/tools下载。-A* Routing algorithms, source code used in the SDL libraries, or can http://www.libsdl.org/ VC Knowledge Base site columns www.vckbase.com tools/tools download.
- 2022-03-25 14:40:09下载
- 积分:1
-
MATLAB PFB
用于实现多相滤波结构,提高效率,通常用在实现通道划分的结构,通带平坦度更好,相对于其他的滤波器组结构来说有更优秀的通带和阻带性能
- 2022-03-10 06:46:58下载
- 积分:1
-
有脑子的贪吃蛇
一个贪吃蛇AI的js实现,基本思想:先模拟一条蛇使用去吃食,若吃到食物后(广度优先寻最短路径)蛇处于安全状态,则让真蛇去吃;若不安全,则跟着蛇尾走(广度优先寻最长路径),没走一步都需进行一次上述判断。注:只要能找到蛇头到蛇尾的路径,则蛇安全。
上述算法仍可能导致蛇进入死循环,则没有安全路径可以吃到食物,该情况发生在大部分食物已经吃完的时候,目前没找到解决办法,若有兴趣或有更好的解法,欢迎联系。
- 2022-06-01 02:44:57下载
- 积分:1