资源列表

« 1 2 ... .15 .16 .17 .18 .19 520.21 .22 .23 .24 .25 ... 2656 »

[数据结构常用算法beibaosufa

说明:背包算法 问题描述 给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。-The knapsack algorithm descr iption of the problem given a set of items, each item has its own weight and price, the total weight of the limited, how to choose in order to make the highest
<gcl> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法FDTDc

说明:FDTD模拟一维TM传播,源代码为c语言。。,-FDTD simulation of one-dimensional TM spread, the source code for the c language. . And
<木阮清> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Taskassgin

说明:n个操作员以n种不同时间完成n种不同作业。要求分配每位操作员完成一项工作,使完成n项工作的总时间最少。 -n operator to n different time to complete the n kinds of different jobs. Assign each operator to complete a task, make work completed n the total time at least.
<jenhro> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法STACK1.C.tar

说明:program to show the implementation of stack datstructure
<daemon> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法integersplit

说明:利用非递归算法将正整数n表示成一系列正整数之和,n=n1+n2+...+nk,其中n1>=n2>=n3>=...>=nk>=1,k>=1。 正整数n的这种表示称为正整数n的划分。 -N represents a positive integer into a series of positive integers and the use of a non-recursive algorithm, n = n1+n2+ ...+nk, wherei
<chenmeixia> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法bankomat

说明:A program for ATM . that will help you to make basic operations
<ssd2examm> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法insertstring

说明:假设以块链结构(block linked)表示串,试编写将串S插入到串T某个字符之后的算法,若该字符不存在,则将串S联接在串T之后-Which means that the string is assumed to block chain structure (Block linked), try to write the string S is inserted into a character string T algorithm, if the character does not exi
<ljy> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法dbscan

说明:dbscan 算法,数据分类的一种算法,能对一些大型的数据进行分类。-DBSCAN algorithm, an algorithm of data classification of some large-scale data classification.
<liuqiang> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法expression

说明:表达式求值 对于一个算法表达式求最终结果 运用了栈等-Expression for the value of the final results of the use of an algorithm expression and stack
<mm> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijstla

说明:用邻接表实现的迪杰斯特拉最短路径的算法描述-Adjacency list Dijkstra shortest path algorithm descr iption
<马明> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法dijstla-(2)

说明:数据结构中用邻接矩阵实现的迪杰斯特拉最短路径的路径输出-Data structure using adjacency matrix of the Dijkstra shortest path path output
<马明> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法BT

说明:code for binary tree A binary tree is a tree data structure in which each node has at most two child nodes, usually distinguished as "left" and "right". Nodes with children are parent nodes, and child nodes may contain references to their parents.
<subodh> 在 2025-06-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .15 .16 .17 .18 .19 520.21 .22 .23 .24 .25 ... 2656 »

源码中国 www.ymcn.org