资源列表

« 1 2 ... .20 .21 .22 .23 .24 2025.26 .27 .28 .29 .30 ... 2656 »

[数据结构常用算法Knight-traveled-the-board-algorithm

说明:数据结构经典算法C++实现(三):骑士走遍棋盘算法-Data structures classical algorithm C++ of realization (c): Knight traveled the board algorithm
<carmen> 在 2024-09-29 上传 | 大小:94208 | 下载:0

[数据结构常用算法breadth-first--algorithm

说明:数据结构经典算法C++实现(四):广度优先(邻接矩阵)算法-Data structures classical algorithm C++ of realization (d): breadth-first (adjacency matrix) algorithm
<carmen> 在 2024-09-29 上传 | 大小:113664 | 下载:0

[数据结构常用算法depth-first-algorithm

说明:数据结构经典算法C++实现(五):深度优先(邻接矩阵,递归)算法-Data structures classical algorithm C++ of realization (e): depth-first (recursive) algorithm, the adjacency matrix
<carmen> 在 2024-09-29 上传 | 大小:102400 | 下载:0

[数据结构常用算法xiaoyuan

说明:校园导航系统,数据结构课程设计,可以当作范例。-school guide system
<李晓东> 在 2024-09-29 上传 | 大小:3072 | 下载:0

[数据结构常用算法0-1bag

说明:0—1背包问题,实现了经典背包问题.只是一个非常值得参考的算法。该算法简洁易懂,代码重用性强!-kanpsack problem which is a good algorithm for 0-1 kanosack problem!
<dingyuting> 在 2024-09-29 上传 | 大小:327680 | 下载:0

[数据结构常用算法huofuman

说明:霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。-Huffman coding method is first scanned image data again, to calculate the probability of a variety of pixel s
<危险源> 在 2024-09-29 上传 | 大小:3072 | 下载:0

[数据结构常用算法CPP--scientific-computing

说明:C++全套学习课件-PPT格式 科学计算-C++ a full set of learning courseware-PPT format scientific computing
<蔡晓东> 在 2024-09-29 上传 | 大小:1635328 | 下载:0

[数据结构常用算法t1

说明:主要是解决8皇后问题,同时可以通过改变数组大小解决N皇后问题,最后将结果输出到一个txt文档中-It is to solve the eight queens problem, and can solve the N queens problem by changing the size of the array, the final output the results to a txt file.
<冒佳明> 在 2024-09-29 上传 | 大小:2048 | 下载:0

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

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

[数据结构常用算法Rail-transportation-network

说明: 铁路线对象包括铁路线编号、铁路线名称、起始站编号、终点站编号、该铁路线长度、通行标志(00B客货运禁行,01B货运通行专线,10B客运通行专线,11B客货运通行)。 火车站对象包括所属铁路线编号、车站代码、车站名、车站简称、离该铁路线起点站路程及终点站路程。-The railway line, including the railway line number, the name of the railway line, the
<xinxinwag> 在 2024-09-29 上传 | 大小:4096 | 下载:0

[数据结构常用算法Address-book-management-system

说明:通讯录是用来记载、查询联系人通讯信息的工具。请设计一个电子通讯录,包括输入、显示、查找、插入、删除、保存、读入、排序、修改、移动等基本功能。-The address book is used to record inquiries contact communications and information tool. Please design an electronic address book, including input,
<xinxinwag> 在 2024-09-29 上传 | 大小:218112 | 下载:0

[数据结构常用算法Elevator-simulation

说明: 模拟时钟从0开始,时间单位为0.1秒。人和电梯的各种动作均要消耗一定的时间单位(简记为t),比如:有人进出时,电梯每隔40t测试一次,若无人进出,则关门;关门和开门各需要20t;每个人进出电梯均需要25t;如果电梯在某层静止时间超过300t,则驶回1层侯命。-Analog clock, starting at 0 time of 0.1 seconds. And lift a variety of actions have to co
<xinxinwag> 在 2024-09-29 上传 | 大小:3072 | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 2025.26 .27 .28 .29 .30 ... 2656 »

源码中国 www.ymcn.org