资源列表

« 1 2 ... .64 .65 .66 .67 .68 2369.70 .71 .72 .73 .74 ... 2656 »

[数据结构常用算法ETC

说明:出入校门的ETC收费信息记录程序,用数据结构的链表写成,具有自动计算费用,停车时间,总停车时间,停车次数等功能。-In and out of the gate charge cookies ETC, written in the list of data structure, with automatic calculation cost, parking time, total parking time, stops, and oth
<汤海波> 在 2024-11-13 上传 | 大小:19kb | 下载:0

[数据结构常用算法allBtreebianli

说明:集合了数据结构二叉树的基本知识,讲解了二叉树的几种遍历,先序中序后序遍历的递归非递归用法-A collection of basics binary tree data structure, explain several binary tree traversal, after the first sequence in order preorder recursive non-recursive Usage
<刘强> 在 2024-11-13 上传 | 大小:17kb | 下载:0

[数据结构常用算法A_Star

说明:A*寻路算法演示程序,使用MFC开发,简单实用-A* pathfinding algorithm demo program, developed using MFC, simple and practical
<zhanghao> 在 2024-11-13 上传 | 大小:53kb | 下载:0

[数据结构常用算法n_queen

说明:在n×n格的棋盘上放置彼此不受攻击的n个皇后,按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子,求解可以放置的方法种数。-Placed on the n × n chessboard grid attack each other n-queens, in accordance with the rules of chess, the queen can attack in the same row or col
<黄芳> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法process

说明:主要是用算法设计里面的基本知识来编写一些小程序,比如用广度优先算法解决迷宫问题,动态规划解决工作调度问题等等。-Is mainly used in algorithm design basic knowledge to write a small program, such as using breadth-first algorithm to solve maze problem, dynamic programming to sol
<万羽> 在 2024-11-13 上传 | 大小:9kb | 下载:0

[数据结构常用算法src

说明:使用了两种思路来分别实现了字典序方法、递增序列、递减序列、临位对换法-Two ideas were used to achieve the lexicographical methods, increasing sequence, descending sequence, temporary position on the exchange law
<eirc> 在 2024-11-13 上传 | 大小:11kb | 下载:0

[数据结构常用算法leecode

说明:leetcode上面部分算法的实现,目前已经实现了非递归前序遍历为二叉树,数组连续最大面积等-some algorithm leetcode
<chenguoqing> 在 2024-11-13 上传 | 大小:12kb | 下载:0

[数据结构常用算法xlbd

说明:这是一个序列比对算法,两个序列,字符相同得两分,与空格匹配得一分,错配得0分,计算最高得分与匹配情况-This is a sequence alignment algorithm, two sequences of characters the same two points, and the match was a sub-space mismatch 0 points, the highest score of the match
<陈蒙佳> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法EcanConvertToCh

说明:这是一个小的类库,可以实现许多小功能,直接调用就好。比如中文字符串转汉语拼音字符串-chinese To english
<Joy> 在 2024-11-13 上传 | 大小:4kb | 下载:0

[数据结构常用算法flower-tree

说明:所谓的带花树算法就是,把整个圈缩成一个点,Edmonds称这个超级点为“花”,就是说,原圈里的所有点都作为外点,然后继续搜索。再之后的过程中,已经被缩的点还可能被嵌套地收缩。 当我们找到一条增广路之后,还要把路上的“花”展开。 总之,带花树的算法思想就是缩点-继续找增广路-找到之后把花展开。 这个算法的思想并不难理解、难的是实现。 -The algorithm is called with trees and flow
<蓝星超> 在 2024-11-13 上传 | 大小:2kb | 下载:0

[数据结构常用算法km

说明:Kuhn-Munkers算法的几种变形应用 1.Kuhn-Munkers算法是求最大权完备匹配,如果要求最小权完备匹配怎么办?方法很简单,只需将所有的边权值取其相反数,求最大权完备匹配,匹配的值再取相反数即可。 2.Kuhn-Munkers算法的运行要求是必须存在一个完备匹配,如果求一个最大权匹配(不一定完备)该如何办?依然很简单,把不存在的边权值赋为0。 3.Kuhn-Munkers算法求得的最大权匹配是边权值和
<蓝星超> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法BST

说明:1、 利用从键盘输入的n个数据建立一棵二叉排序树,对该树中序遍历,并输出其中序遍历序列。 2、 在二叉排序树上查找用户输入的结点数据。 -data struct
<leo> 在 2024-11-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 2369.70 .71 .72 .73 .74 ... 2656 »

源码中国 www.ymcn.org