资源列表

« 1 2 ... .79 .80 .81 .82 .83 1884.85 .86 .87 .88 .89 ... 2656 »

[数据结构常用算法eightQueen

说明:用C/C++实现的著名“八皇后”算法~八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种方法-With C/C++ implementation of the famous " Eight Queens" algorithm ~ eight quee
<肖煜东> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法SORT

说明:实现了插入排序,时间复杂度是O(N)。 -Implements insertion sort, the time complexity is O (N).
<liu> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法2311

说明:在一定的条件下,对于整数,时间复杂度为O(n+m)的排序算法-Time complexity is O (n add m) of the sorting algorithm
<name> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Haffmancoding

说明:用C语言实现haffmancoding,效率很好的一段源代码-Using C language haffmancoding, a good source efficiency
<liunian> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法HuffmanCode

说明:严蔚敏 数据结构(c语言版)中最优二叉树(赫夫曼树)赫夫曼编码 c语言实现-YAN Wei-min data structure (c-language version) in the optimal binary tree (Huffman tree) Huffman encoding c language
<kyc> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法test

说明:图的遍历演示,深度优先及广度优先,采用C++编译环境-tu de hianli
<杨凌辉> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Lyy

说明:课后习题 栈的5个基本操作以及主函数相关内容-5 after-school exercise the basic operation of the stack and the main function related content
<lye> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法setoperation

说明:用单链表实现集合的交、并、差运算,提供共用户选择操作的交互界面,使用命令提示的方式提示用户输入集合1和集合2,然后让用户选择运算方式(交、并、差)等,-Achieved with a single set of cross-linked, and, poor operation, providing a total operation of the user interface options, the way using the co
<kyc> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法ThreadTree

说明:C ++ 编写的实现对一个线索二叉树进行 对某个节点插入一个左子节点,同时将原来节点的左子树作为这个新插入节点的左子树-insert a new node to a threadTree, developed by c++
<东东枪> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法binarytree

说明:用C++ 实现的二叉树的所有操作,包括建立,中序遍历,计算高度,计算每一层上的所有节点等-binary tree
<东东枪> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法main

说明:Dijstra算法 很有名了 数据结构必修-Dijstra algorithm required data structures known
<钟洪盛> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法treeoperation

说明:树的最重要的作用之一是用以实现各种各样的抽象数据类型。与表的情形相同,定义在树上的操作也是多种多样的。在这里我们只考虑作为抽象数据类型的树的几种典型操作。 -The role of the tree is one of the most important to achieve a wide variety of abstract data types. The situation is the same with the tabl
<zf> 在 2024-10-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 1884.85 .86 .87 .88 .89 ... 2656 »

源码中国 www.ymcn.org