-
rpca
Robust principal component analysis for non-centered data
- 2009-03-04 11:01:00下载
- 积分:1
-
TUBANZAOBO
数值计算波浪水槽推板造波模拟2阶stokes波。(2d stokes wave simulation udf)
- 2020-08-07 08:38:34下载
- 积分:1
-
cejing
详细介绍测井曲线的具体应用,介绍在石油勘测中如何用测井曲线的。(Detailed logs of the specific application, describes how oil exploration in the logs.
)
- 2011-12-22 08:43:43下载
- 积分:1
-
ImageRD
模块的目的/功能: 完成对回波数据的成像Rang-doppler算法(The purpose of modules/functions: completion of the echo data imaging Rang-doppler algorithm)
- 2008-12-14 20:52:31下载
- 积分:1
-
MMXInstruction
说明: 附近中是针对PC代码优化的MMX优化指令,该指令能大幅提高算法性能。(Nearby is the code optimized for MMX PC optimization directive, which can significantly improve the performance of the algorithm.)
- 2011-02-27 10:16:02下载
- 积分:1
-
NETGUI
一款界面很酷的路由模拟器,类似于小凡,但是克服的了小凡的很多缺点(A cool interface, the routing simulator, similar to Xiao-fan, but to overcome the many shortcomings of the Xiaofan)
- 2011-07-27 08:45:02下载
- 积分:1
-
Mobile-phone-mail-list
很好用的,里面有全部的设计过程和详细描述,需要的朋友可以做个参考(very useful)
- 2012-12-11 09:29:49下载
- 积分:1
-
Giao-Trinh-CSharp
This ebook guide about c# programming.
- 2015-04-18 11:37:03下载
- 积分:1
-
基本的飞蛾扑火算法
说明: 基本的飞蛾扑火算法,附带测试函数,亲测可以使用,欢迎大家下载(Basic moth algorithm with test function)
- 2020-06-06 10:18:29下载
- 积分:1
-
5
1、 创建图类,存储结构使用邻接矩阵。
2、 输入图的节点数n(不超过10个)、边数m,节点分别用1-n代表。
3、 采用“起始节点,终止节点,权值”输入图的m条边,创建图。
4、 输出从节点1开始的BFS遍历,在遍历过程中,如有多个可以选择的节点,则优先选择编号较小的节点。
5、 输出从节点1开始的DFS遍历,在遍历过程中,如有多个可以选择的节点,则优先选择编号较小的节点。
6、 输出从第1节点到第n节点最短路径的长度,如果没有路经,输出0。(1. Create graph class and use adjacency matrix in storage structure.
2. The number of nodes n (no more than 10) and edge m in the input graph are represented by 1-n, respectively.
3. Create a graph by using the m-edges of the input graph of "Starting Node, Terminating Node, Weight Value".
4. Output BFS traversal starting from node 1. In the traversal process, if there are multiple nodes to choose, the node with smaller number will be preferred.
5. Output DFS traversal starting from node 1. In the traversal process, if there are multiple nodes to choose, the node with smaller number will be preferred.
6. Output the length of the shortest path from the first node to the n node. If there is no path, output 0.)
- 2019-02-19 14:49:05下载
- 积分:1