资源列表

« 1 2 ... .45 .46 .47 .48 .49 1850.51 .52 .53 .54 .55 ... 2656 »

[数据结构常用算法Question4-new

说明:一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我-one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I
<刘晓明> 在 2024-11-04 上传 | 大小:176128 | 下载:0

[数据结构常用算法递归算法快速排序

说明:分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d
<李顺> 在 2024-11-04 上传 | 大小:176128 | 下载:0

[数据结构常用算法stringprocess

说明:字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm
<苗建新> 在 2024-11-04 上传 | 大小:176128 | 下载:0

[数据结构常用算法c++eight

说明:c++八皇后问题 给出了解决八皇后问题的c++代码,可以供大家学习用-c eight of the Queen's problem is to solve the problem of the Queen's eight c code can be used for all to learn
<水蓝> 在 2024-11-04 上传 | 大小:176128 | 下载:0

[数据结构常用算法Upload-file

说明:the difference between binary search tree and AVL tree in the insert method by estimated run time.
<rana> 在 2024-11-04 上传 | 大小:175104 | 下载:0

[数据结构常用算法telephone-srve-

说明: 时钟提供接听电话服务的时间(以分钟计),然后这个时钟将循环地自增1(分钟) 直到到达指定时间为止。在时钟的每个“时刻”,就会执行一次检查来看看当前电话的服务 是否已经完成了,如果是,这个电话从电话队列中删除,模拟服务将从队列中取出下一个电 话(如果有的话)继续开始。同时还需要执行一个检查来判断是否有一个新的电话到达。如 果是将其到达时间记录下来,并为其产出一个随机服务时间,这个服务时间也被记录下来, 然后这个电话
<xinxinwag> 在 2024-11-04 上传 | 大小:175104 | 下载:0

[数据结构常用算法data-structures

说明:文档是数据结构严蔚敏老师那本书的全部c源代码,可以直接粘贴到vc++6.0下编译运行-Document Yan Wei Min, data structures, teacher book c source code can be pasted directly into vc++6.0 compile and run under
<李闯> 在 2024-11-04 上传 | 大小:175104 | 下载:0

[数据结构常用算法shortest_path_dij

说明:数据结构中,迪杰斯特拉算法的源代码,用于求关键路径。-Data structure, Dijkstra algorithm source code, used to find the critical path.
<Yang> 在 2024-11-04 上传 | 大小:175104 | 下载:0

[数据结构常用算法Dijkstra

说明:最短路径计算,用于道路计算提取,是数据结构的一个小程序-Shortest path for Dijkstra
<黄振极> 在 2024-11-04 上传 | 大小:175104 | 下载:0

[数据结构常用算法BankSimulation

说明:银行排队叫号模拟系统算法设计,用于解决银行客户办理业务排队问题-Bank queuing algorithm design, station to station simulation system is used to solve the problem of bank customers to handle business line
<张先生> 在 2024-11-04 上传 | 大小:175104 | 下载:0

[数据结构常用算法toeplitz

说明:附件中有数理统计的相关课件一章,并有toeplitz矩阵的一些经典分解和处理方法-Annex several statistics related courseware chapter, and there are some classic decomposition and matrix processing method toeplitz
<liujl> 在 2024-11-04 上传 | 大小:175104 | 下载:0

[数据结构常用算法1.2 航空订票系统

说明:航空订票系统,C语言,功能有:订票、查看余票等(check Airport to buy ticket and check the numbers of tickets.)
<Lian.Lin > 在 2024-11-04 上传 | 大小:175104 | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 1850.51 .52 .53 .54 .55 ... 2656 »

源码中国 www.ymcn.org