资源列表

« 1 2 ... .40 .41 .42 .43 .44 1745.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法Inventory-model

说明:数据结构设计程序之共享结构的库存模型,便于初学-Inventory model of the share structure of the data structure design process, to facilitate beginners
<issachuxleg> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法Set-operations

说明:数据结构设计程序之集合运算设计实例,适于初学-Set operations of the data structure design process design examples, suitable for beginners
<issachuxleg> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法design-process

说明:数据结构设计程序之课程计划制定,适于初学-Data structure design process, curriculum planning, suitable for beginners
<issachuxleg> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法ShortestPath_FLOYD

说明:代码的功能:用弗洛伊德算法求每一对顶点之间的最短路径的c语言实现。弗洛伊德算法采用图的带权邻接矩阵存储结构。算法基本思想:假设求顶点Vi到Vj的最短路径。弗洛伊德算法依次找从Vi到Vj,中间经过结点序号不大于0的最短路径,不大于1的最短路径,直到中间顶点序号不大于n-1的最短路径,从中选取最小值,即为Vi到Vj的最短路径。- Functionality of the code: Freud algorithm for each of
<Mei> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法Trifurcate-linked-list

说明:代码的功能:用C语言实现采用三叉链表存储结构实现二叉树的相关操作,如构造、销毁、插入、遍历等功能,代码中带有详细的注解,十分有利于阅读。算法主要优点在于在遍历时减小了时间复杂大。-Functionality of the code: using C language trifurcate linked list storage structure binary tree operations, such as construction,
<Mei> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法xiaoyuan

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

[数据结构常用算法huofuman

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

[数据结构常用算法ABAQUS-UMAT

说明:ABAQUS中各种不同本构的内聚力单元fortran用户子程序-ABAQUS in a variety of constitutive cohesive unit fortran user subroutines
<许荣> 在 2024-11-07 上传 | 大小:3kb | 下载:10

[数据结构常用算法com121

说明:this file is check data
<mr> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法ShowAllPath

说明:用C#写的无向图中任意连通路径的搜索算法,可能行路径搜索-Written in C# to any connected graph path search algorithm, may line the path search. .
<zhgpeng> 在 2024-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法6644621

说明:TSP的蚂蚁算法实现,C++原程序,无密码()
<Jukoy> 在 2024-11-07 上传 | 大小:3kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 1745.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org