资源列表

« 1 2 ... .37 .38 .39 .40 .41 2542.43 .44 .45 .46 .47 ... 2656 »

[数据结构常用算法Circular-Linked-List

说明:Circular Linked List
<mustafa> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法code

说明:hdu 1044 Collect More Jewels
<王会攀> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:栈的应用:括号匹配.即先建立一个栈(这里采用顺序栈),把左括号压入栈中,只有碰到匹配的右括号时出栈,否则则是不匹配,当栈中没有元时,匹配成功。-Stack of applications: matching bracket. The first to create a stack in a sequential stack (here), the left parenthesis pressure into the stack, onl
<Li Dan> 在 2024-12-26 上传 | 大小:1kb | 下载:1

[数据结构常用算法2

说明:单链表的操作:已知一个有序单链表(从小到大排列),表头指针为head,编写一个算法向该单链表中插入一个元素为x的结点,使插入后该链表仍然有序。(该单链表带头结点)-Singly linked lists of operation: orderly known a singly linked list (since), the meter pointer to the head, write an algorithm to the ins
<Li Dan> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:任务分配问题 问题描述: N个任务分配给n个人,任务j分配给人i的成本是C[I,j],希望完成所有任务的成本最低,算法如何设计? 编程任务: 给定任务表示如下表,编程计算所需完成任务最低的成本。 数据输入: 请自己定义。 结果输出: 程序运行结束时,将计算结果输出到文件output.txt中。-Task allocation problem Problem Descr iption: the N task
<wade> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法queue

说明:《算法导论》里一个练习题stoogesort的代码-codes of stoogesort in Introduction to Algorithms
<terry> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:使用python语言写的二叉树,总共两个文件,一个是树,一个是节点-binary tree by python which contains a tree Class and a Node class
<王新> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构。-Sparse matrix transposition: input sparse matrix of each element in the row number, column number, the value triples storage structure create a sparse matr
<陈晓晖> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法the-farmer-across-the-river

说明:农夫过河问题的C++实现源代码,注释较少,希望对大家有所帮助-The farmer across the river C++ source code, fewer comments, we hope to help
<唐锦阳> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法build-tree

说明:Pascal 建树程序,基本上完成。大家再略做修改就可以了。-Pascal build tree.
<威虎> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Sorting

说明:排序算法,完成几种排序算法并进行比较-Sorting algorithm to complete several algorithm and compared
<Kelley Kong> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Havel-Hakimi-Theorem

说明:此代码是图论Havel-Hakimi Theorem的实现,用于解决给出点集的入度数,判断一个图是否连通图-This code is shown in Figure On the implementation of the Havel-Hakimi Theorem, for solving the given point set into the degree to determine whether a graph connected
<韦龙> 在 2024-12-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .37 .38 .39 .40 .41 2542.43 .44 .45 .46 .47 ... 2656 »

源码中国 www.ymcn.org