搜索资源列表
javaanayle
- 在rose中建立分析器模型框架,根据分析器的状态转换图算法以及算法构造。-rose in establishing Analyzer Model framework, according to the state analyzer conversion algorithm map algorithm and structure.
2004082401
- 最大团问题又一个解决方案,PDF文件,可以下载 文件名:图的最大完全子图的一个算法-biggest problem is a group solution, PDF files, documents can be downloaded from : The Maximum entirely a graph algorithm
vBulletinPlus061012
- 基于 vBulletin 中文的加强版修改而来,不完全插件列表: 1. 在线时常等级插件 2. QQ 插件 3. 首页标题截短修正 4. 中文搜索完美解决(可以在改进的二元分割算法(效率高、负载小)、直接搜索 post 表(更准确、数据库空间占用小)和 MySQL 全文索引(MySQL 版本低于 v4.1.1 不支持中文搜索)三种方式选择) 5. 金钱银行插件 6. 隐藏帖插件 7. 收费附件插件 8. 画廊插件 9. 性别插件 10. 精华插件 11
tubianli2
- 图的有关算法,输入相关,然后构建一个图,再输出,实现图的算法.-map of the algorithm, the importation of relevant, and then build a plan and then exported to achieve map algorithm.
jspcode(5files)
- 主要是JSP的代码 做网站时用得到 压缩包的内容:1.Jsp分页显示 2.jsp源码实例 搜索引擎 3.javajsp中 中文问题详解-开发技巧 4.JSP实现论坛树型结构的具体算法-开发实例 5.JSP调用JavaBean在网页上动态生成柱状图 共五个Java源码 txt格式 都有源代码和注释 无密码-JSP is mainly done for the code used to be compressed contents : 1.Jsp paging
8digitalgame
- 九宫图游戏的源码,通过空格和上下左右的数向交换,主要利用搜索算法。
iocp小牛远程控制源代码
- =================功能介绍=================1、核心的屏传算法,在保持较高的刷新率的情况下,占用的CPU是最低的,领先国内已知的远控屏传算法!2、控制端使用了IOCP技术,轻松响应大规模的网络连接,可以同时控制上万台的主机!3、服务端使用纯SDK编写,生成的文件小,同时使用了事件选择的网络模型,实现了最优化的网络传输,是window平台网络传输模式中最优的网络模型!4、使用MPEG4的编码方式进行视频截取,达到了QQ的视频聊天的图象效果,可以自由安装MPEG4编码
tulun
- 图论的各种算法,包括最短路 最大流等,代码都在里面-A variety of graph theory algorithm code on the inside
carpolite-unite
- 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 例如,图1所示的4堆石,每堆石子数(从最上面的一堆数起,顺时针数)依次为4、5、9、4。则3次合并得分总和最小的方案为图2,得分总和最大的方案为图3。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。 In
47651477dag
- DAG图调度的算法应用 DAG图调度的算法应用-DAG scheduling algorithm application graph DAG scheduling algorithm application graph DAG scheduling algorithm application graph
Savage_with_plans_to_cross_the_river_breadth_first
- 关于野人过河问题中的程序设计,包括用图的广度优先搜索算法-Across the river on the Savage program design issues, including breadth-first graph search algorithm
09
- 设计一个求解图着色的问题的算法,(不可以用贪心算法)及用贪心算法设计一个TSP问题-Design a plan for solving the problem coloring algorithm, (can not use greedy algorithm) and greedy algorithm design using a TSP problem
DiagramNetworkandAlgorithm
- 一本关于图和网络的算法的专门书籍,详细介绍图算法和网络算法的概念应用等问题-An algorithm on the graph and the network of specialized books, details of the algorithm graph algorithms and apply the concept of network problems
expandingComuunity
- 大规模图中的community结构搜索和挖掘算法,有效适用于图的节点规模为百万级的图中。-this is a effecient community search algorithm or code for large scale graph.
Routing
- 关于ISA100.11a协议中路由的算法,包括Inbound和Outbound图路由的计算。-it about ISA10011a routing ,very useful .
algorithm-of-minimum-cut-sets
- 求最小割集的近似算法,具有近似性的保证,可用于社会网络的分析以及求图的最小割集。-trives for the approximate algorithm of minimum cut sets, with approximate guarantee, can be used for the analysis of social networks and strives for the minimum cut set of the graph.
图着色算法
- 用于D2D用户分簇的图着色,很方便使用的一个程序(D2D user clustering for the graph coloring, it is convenient to use a program)
ER随机图构造算法
- ER随机图构造算法思路: (1)初始化:给定N个节点以及连边概率p~[0,1] (2)随机连边: 1.选择一对没有边相连的不同的节点。 2.生成一个随机数 r~(0,1)。 3.如果r < p,那么在这对节点之间添加一条边,否则就不添加。 4.重复1,2,3,直到所有的节点对都被选择。(The idea of ER random graph construction algorithm: (1) initialization: a given
062594
- RBFS算法递归最佳优先搜索:A家族和LRTA算法联机局部搜索,又名实时学习A搜索,同为A家族实现图的单源最短路径()
鱼群算法
- 利用matlab仿真基本鱼群算法,得出鱼群算法的matlab仿真结果图(Fish Swarm Algorithm Simulation)