资源列表

« 1 2 ... .69 .70 .71 .72 .73 774.75 .76 .77 .78 .79 ... 2656 »

[数据结构常用算法ha_indexview

说明:这是一些有关数据结构的例程序,对于初学数据结构者是一个很好的例子。-This is the data structure of the cases procedures for beginners data structure is a good example.
<田雨> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法yinhangjia

说明:操作系统的一个模拟算法的实现 银行家算法 -Operating system, the realization of a simulation algorithm of Banker
<将如> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法erchashu

说明:定时电路设计问题:定时电路是一个VLSI 芯片的关键部件,这里给出一个定时电路的 简单模型:一棵具有n 片树叶的完全平衡二叉树(其中,n 是2 的幂)。这颗树的每条 边e 有一个对应的长度le(le>0)。从根到一片给定树叶的距离是从根到这片树叶的路径 上的所有边的长度之和。 根产生一个时钟信号,它沿着这些边传播到树叶,信号到达一片给定树叶所用的时间是 与从根到这片树叶的距离成比例的。如果所有的树叶到根的距离都
<dd> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法erchashupaixu

说明:这是二叉树排序的一个算法实验,是我们学习数据结构的时候老师给我们做的实验,我觉得做的还行,给大家参考一下!-This is sort of a binary tree algorithm experiment, we study data structure when the teacher gave us to do experiments, I think to do also visit you for your referenc
<侯坚强> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法migong

说明:关于迷宫问题的几种解法,请大家参考参考,多指点指点-Several questions about the maze method, please refer to the reference, multi-point point
<李凯胜> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法huffmantree

说明:用C++实现的霍夫曼树,在学习数据结构时很有用,可以用来参考-With C++ implementation Huffman tree, in learning the data structure is useful and can be used for reference
<> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法han

说明:最短路径算法的pdf书籍,谢谢赏光-Shortest path algorithm of pdf books, thank you show up! ! ! ! ! !
<韩永涛> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法trjjrt

说明:C++数据结构源代码,是C++学习的一个很好的程序源代码,源代码数据结构。-C++ data structure source code is C++ to learn a good source code, source code data structure.
<胡松> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法housanweibijiao

说明:本程序完成读入200个数的操作,并按照最后三位数的大小进行排序。-This process is completed 200 the number of read operations, and in accordance with the size of the last three digits of the sort.
<雪山飞狐> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法Josephus

说明:约瑟夫环,设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。以n=8,s=1,m=4为例,若初始的顺序为 n1,n2,n3,n4,n5,n6,n7,n8。则问题的解为n4,n8,n5,n2,n1,n3,n7,n6。-Joseph Wan, with n individuals sitting around a round ta
<ll> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法chuang

说明:数据结构中串的实现,包括串的存储结构,串的基本操作的实现和串的匹配和转置算法等-String of data structure implementation, including the storage string structure, the basic operation of the realization of string and string matching algorithms and transpose
<郑梅> 在 2025-02-03 上传 | 大小:186kb | 下载:0

[数据结构常用算法GAlgorethms

说明:n皇后问题 GA算法求解n皇后问题。 即如何能够在 n×n 的国际象棋棋盘上放置n个皇后,使得任何一个皇后都无法直接吃掉其他的皇后?为了达到此目的,任两个皇后都不能处于同一条横行、纵行或斜线上。 要求: ⅰ. 输入n,并用运行时间比较几种算法在相同规模的问题时的求解效率,并列表给出结果。 ⅱ. 比较同一算法在n不相同时的运行时间,分析算法的时间复杂性,并列表给出结果。 -N-Queens problem Us
<chen> 在 2025-02-03 上传 | 大小:187kb | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 774.75 .76 .77 .78 .79 ... 2656 »

源码中国 www.ymcn.org