资源列表
1
- 使用C++语句,创建出链表的源代码。涉及到链表的生成,初始化等步骤-Use C++ statements to create a list of source code. It relates to the generation of the list, initialization step
graph
- 关于图的代码,可以实现最小生成树迪杰斯特拉算法等很多功能-Code on the map, you can implement lots such as Dijkstra algorithm of minimum spanning tree function
skeinforge-47
- Skeinforge用Python编写,将三维模型转化为RepRap可以识别的G-Code。-Skeinforge is a tool chain composed of Python scr ipts that converts your 3D model into G-Code instructions for RepRap.
skeinforge-35
- Skeinforge用Python编写,将三维模型转化为RepRap可以识别的G-Code。-Skeinforge is a tool chain composed of Python scr ipts that converts your 3D model into G-Code instructions for RepRap.
345
- C语言的链表实现,包含了定义插入删除合并倒置等-List C language implementation, including the definition of insertion and deletion combined inversion, etc.
login
- 将所有用户名放入二叉树中,完成显示以及便捷的修改密码功能,能快速的进行搜索-All user names into a binary tree, complete the display and convenient change password function, can quickly search
kmeans.tar
- k means , able to create cluster with information data base files.-k means , able to create cluster with information data base files.
Preorder-binary-tree
- 使用C语言非递归方式实现中序遍历二叉树,-Non-recursive manner using C language to achieve binary tree traversal,
cfd2d
- This program was written for cfd simulation with 2D.
ConsoleApplication4
- 用Dijkstra算法求有向图G的v1顶点到其他顶点v的最短路径Path[v]及其距离Dist[v],以学校地点为例-With Dijkstra algorithm for a directed graph G vertices v1 shortest path to other vertex v Path [v] and its distance Dist [v], school locations Case
ConsoleApplication3
- 建立有n个单词的链表,重复单词只在链表中保留一个,出现次数高的单词前-The establishment of a n-word list, leaving only a repeated word in the list, the number of occurrences of a word before high
Dijkstra
- 数据结构Dijkstra迪杰斯特拉带权有向图求最短路径算法,有图分析。-Data structure Dijkstra Dijkstra weighted directed graph algorithm for the shortest path between a figure analysis.