资源列表

« 1 2 ... .06 .07 .08 .09 .10 1811.12 .13 .14 .15 .16 ... 2656 »

[数据结构常用算法Card

说明:金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-Gold is widely used in modern life, regardless of the long queues at the ATM machine withdrawals or dining, s
<baby> 在 2024-10-04 上传 | 大小:10240 | 下载:0

[数据结构常用算法Merge-sort

说明:一个归并排序函数代码,用归并的思想对某一数组进行排序,可以被直接调用来使用-A merge sort function code, by merging thought of a sort an array, can be called directly to use
<Loben> 在 2024-10-04 上传 | 大小:1024 | 下载:0

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

说明:二叉树的各种算法,包括二叉树的创建,插入,删除,求深度等-A variety of binary tree algorithm, including the creation of a binary tree, insert, delete, and depth,and so on
<Loben> 在 2024-10-04 上传 | 大小:2048 | 下载:0

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

说明:利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node
<Loben> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法Depth

说明:实现图的邻接表存储结构及一些基本操作函数。在此基础上实现图的深度遍历算法-The realization of graph adjacency list storage structure and some basic operation function. On the basis of the realization of graph depth-first traversal algorithm
<Loben> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法Breadth

说明:使用图的深度遍历实现的邻接表存储结构和基本操作函数,在此基础上实现图的广度遍历算法-The use of graph traversal depth achieve adjacency list storage structure and basic operation function, on the basis of the realization of graph breadth traversal algorithm
<Loben> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法Binary-Tree

说明:源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree
<Jie Yu> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法Binary-Tree(new)

说明:源代码实现了二叉树的遍历以及输出。直接可以运行,代码完整。-Binary Tree
<Jie Yu> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法BinaryTree-Positive-sequence

说明:二叉树的正序建立。代码完整,可直接运行。-BianryTree Positive sequence
<Jie Yu> 在 2024-10-04 上传 | 大小:1024 | 下载:0

[数据结构常用算法The-shortest-path-bellman-ford

说明:在实际问题中,边的权值一般以正权的形式出现,但是很多情况下负权也是存在的。这个时候,最短路径不一定存在。我们无法得到像dijkstra算法那样时间复杂度较低的算法,但是,仍然可以用bellman-ford迭代算法去解决问题。 bellman-ford算法是迭代算法,它不像dijkstra算法,按照一定的顺序直接算出每个点的距离值,而是不断地修改每个点的当前最小距离值,直到求出真正的最短距离为止。 -In practical pr
<liuyunyang> 在 2024-10-04 上传 | 大小:14336 | 下载:0

[数据结构常用算法Cxiaoshou

说明:使用C语言编写的销售员每月销售额的统计量,对销售额进行对比。-Salesperson using C language monthly sales statistics, the sales compared.
<duhailian> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法graph

说明:能实现图的基本操作,本是数据结构图那一章的一次作业-this is a small program.It can do some basic operation about graph.
<songjunlei> 在 2024-10-04 上传 | 大小:7168 | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 1811.12 .13 .14 .15 .16 ... 2656 »

源码中国 www.ymcn.org