搜索资源列表
编译原理中的slr算法
- Window 编程例子, 比较cool !-Window programming examples, cool!
背包问题的两种算法实现
- 本例编程实现背包问题的递归和非递归算法,让你彻底了解这种算法-the cases Programming knapsack problem of recursive and non - recursive algorithm, so you thoroughly understand this algorithm
9二叉树
- 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
图论算法库 C++ 语言实现
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
k均值聚类算法分析
- k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
数据结构的一些简单编程题
- 数据结构的一些简单编程题,二叉树结构,遍历的递归于非递归算法-data structure that some simple programming, binary tree structure, traverse the non - recursive recursive algorithm
数据结构常用算法(C)
- 数据结构常用算法C实现,一定不要错过,对编程有很大帮助-data structure used to achieve C algorithms, we should not miss the programming is very helpful
数据结构算法源码
- 带头结点双链循环线性表.c 底层编程 汉诺塔 逆阵 数据结构 百鸡百钱.c
zuixiaoshengchengshu
- 使用贪心算法编程,求解最小生成树问题,并给出详细的过程!-The use of greedy algorithm programming, minimum spanning tree problem solving, and gives details of the process!
capi-0.21
- CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
qichejiayou
- 一辆汽车加满油后可行驶n公里,旅途中有若干个加油站,设计一个有效算法,指出应在哪些加油站停靠加油,使沿途加油次数最少,对于给定的n和k个加油站位置,编程计算最少加油次数。 可以利用贪心选择性质来求解汽车加油问题,也就是所求问题的整体最优解可以通过一系列局部最优的选择,即贪心选择来达到。这是贪心选择算法可行的第一个基本要素,也是贪心算法与动态规划算法的主要区别。在动态规划算法中,每步所做的选择往往信赖于相关子问题的解,因而只有在解出相关子问题后,才能做出选择。而在贪心算法中仅在当前状态下做出最
C
- C 语言100个经典的算法例题 让你了解一些常用的编程算法,比如排序算法、冒泡算法、折半查找算法-C-100 classical algorithm example to let you know some common programming algorithms, such as sorting algorithms, bubble algorithm, binary search algorithm etc.
KdTree
- 二叉树编程,一些编程算法!可用于只能仿真里智能体的控制!-Binary programming, some programming algorithm! Simulation can be used only in the agent control!
Algorithms
- 各种常用的编程算法,包括数值与非数值算法-Various common programming algorithms, including numerical and non-numerical algorithm
c-program-tool
- c语言数据结构演示工具,学习C语言编程算法的绝好工具,包括所有的常规数据结构演示-c language data structure, presentation tools, learning algorithm for an excellent C programming tools, including presentation of all the conventional data structure
zuiduanlujing
- 适合本科生或者研究生阶段计算机软件技术基础课程中网络拓扑结构中最短路径的编程算法-Programming algorithm for the shortest path in the network topology, the basic course of undergraduate or graduate level computer software technology
sizeshuyunsuan
- 适合本科生或者研究生阶段计算机软件技术基础课程中数的四则运算的编程算法-Programming algorithm for the number of undergraduate or graduate level computer software technology foundation courses in the four operations
FBP重建算法
- 基于C语言编程的C语言投影,滤波反投影重建算法,从外界加载的图片。
C_program
- 哈希表,数据结构,C语言,哈希表对编程算法很有帮助-Hash tables, data structures, C language programming algorithm hash table helpful
数据结构与算法之美pdf
- 数据结构与算法之美的pdf资料,适合初学者,在校大学生,工作者进修的资料,完善程序员基本素养(PDF of the beauty of data structure and algorithm)