资源列表

« 1 2 ... .87 .88 .89 .90 .91 692.93 .94 .95 .96 .97 ... 2656 »

[数据结构常用算法Graph

说明:基于数据结构(c语言)图的遍历,包括深度优先遍历和广度优先遍历。-Based on data structures (c language) graph traversal, including the depth-first traversal and breadth-first traversal.
<kjingxi> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法EightQueens

说明:八皇后问题,一个古老而著名的问题,回溯算法的典型例题,数据结构中递归的使用例子-Eight Queens problem, an ancient and well-known problem, backtracking algorithm of a typical example, the use of recursive data structure example
<李自华> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法BPlusTree

说明:B+树实现的完全代码。B+树定义文件,本程序实行一个简单的B+树 (1) 一个v阶的B+树由根结点、内部结点和叶子结点组成。 (2) 根结点可以是叶子结点,也可以是有两个或更多子树的内部结点。 (3) 每个内部结点包含v - 2v个键。如果一个内部结点包含k个键,则有且只有k+1个指向子树的指针。 (4) 叶子结点总是在树的同一层上。 (5) 如果叶子结点是主索引,它包含一组按键值排序的记录;如果叶子结点是从索
<王军杰> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法POJ1609

说明:北大POJ ACM 1609 很详细的解题报告 有两种算法对比-North POJ ACM 1609 reported in great detail and problem solving compared two algorithms
<wangdapeng> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法Tree

说明:首先以广义表的形式输入一棵树,并且由程序建立,再依次实现对树的先序,中序,后序的遍历-preoder,inorder and postorder of a tree
<嘎啦猫熊> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法knapbranch

说明:0-1背包问题的分支定界算法实现。包含优先队列的实现细节。-0-1 knapsack problem branch and bound algorithm. Priority queue that contains the implementation details.
<黄诚> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法change

说明:这是一套实现字典顺序查找的c++容器编写的算法,对于不重复的大型文档速度很优越,已经在codeblocks下成功运行。代码最大的特点是效率非常好-it s good for someone who want find a word in a long file.you can find that c++ vector is very fast and simple.
<张晓坤> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法AVL

说明:用控制台界面完美演示平衡二叉树的操作过程,用纯C编写,基于VS2008-Interface with the console perfectly balanced binary tree of the operation shows, written in pure C, based on VS2008
<石头> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法paixu

说明:实现了数据结构中直接插入排序、直接插入排序、折半插入排序、冒泡排序、简单选择排序等排序方法-To achieve data structure directly insertion sort, direct insertion sort, binary insertion sort, bubble sort, simple choice sort, sorting method
<辛欣> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法lianbiao

说明:单链表很经典的代码,讲解很清晰,,容易理解-Single linked list of classic code, Dinga
<焦小涛> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法jinzhizhuanhuan

说明:C语言版数据结构实验,进制转换相关功能的实现,C++环境,多多理解-C language version of the data structure experiments hex conversion function the implementation, C++ environment, a lot of understanding
<exia> 在 2025-02-02 上传 | 大小:228kb | 下载:0

[数据结构常用算法simulated-annealing

说明:关于模拟退火算法,用于解决最短路径的C语言程序设计,解决了TSP问题-About simulated annealing algorithm, C language program designed for solving the shortest path to solve the TSP problem
<zero5885> 在 2025-02-02 上传 | 大小:228kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 692.93 .94 .95 .96 .97 ... 2656 »

源码中国 www.ymcn.org