资源列表

« 1 2 ... .67 .68 .69 .70 .71 1272.73 .74 .75 .76 .77 ... 2656 »

[数据结构常用算法05

说明:关于二叉树的顺序存储及其运算的程序,能较好的理解二叉树的概念,方便将来编程时使用。-On the order of storage and computing binary tree program, to better understand the concept of binary tree, easy to use in future programming.
<Luo> 在 2024-10-14 上传 | 大小:160768 | 下载:0

[数据结构常用算法06

说明:关于二叉树的链式存储及其运算(二叉排序树)的程序,将二叉树与链式存储相结合,方便将来编程使用。-On the binary tree and chain store operations (binary sort tree) program that will combine binary tree with the chain store, easy to use in future programming.
<Luo> 在 2024-10-14 上传 | 大小:174080 | 下载:0

[数据结构常用算法1

说明:二叉排序树相关算法的排序 次次课程设计的目的是以C语言为基础,通过完成一些具有一定难度的课程设计题目的编写、调试、运行工作,进一步了解并掌握数据结构与算法的设计方法,具备初步的独立分析和设计能力;初步掌握软件开发过程的问题分析、系统设计、程序编码、测试等基本方法和技能;巩固所学理论知识,使理论与实际相结合。从而提高自我分析问题、解决问题的能力。用系统的观点和软件开发一般规范进行软件开发,培养软件工作者所应具备的科学的工作方法和作风,
<leech> 在 2024-10-14 上传 | 大小:24576 | 下载:0

[数据结构常用算法CList

说明:一个单向链表的类,其中包含单向链表和循环链表-A one-way linked list class, which includes one-way and circular linked list
<谢宏> 在 2024-10-14 上传 | 大小:2048 | 下载:0

[数据结构常用算法Sort

说明:这个是排序算法大全,包括插入排序,希尔排序,选择排序,冒泡排序,快速排序,归并排序-This is a sorting algorithm Daquan, including insertion sort, Hill sort, selection sort, bubble sort, quick sort, merge sort etc.
<dengxianzhi> 在 2024-10-14 上传 | 大小:3072 | 下载:0

[数据结构常用算法white_black

说明:1、问题描述 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示.一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw.若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对).在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数. 2、具体要求 要求:时间效率在O(NlgN) 3、实现方法
<zaclina> 在 2024-10-14 上传 | 大小:375808 | 下载:0

[数据结构常用算法arithmetic

说明:算法导论以及习题解答,非常经典的书籍-Introduction to Algorithms and answer exercises, very classic books ~ ~
<caizhenxing> 在 2024-10-14 上传 | 大小:1754112 | 下载:0

[数据结构常用算法LRUsuanfamoni

说明:1.通过本实验的模拟算法理解和加深页式存储管理的地址变换过程。 2.通过模拟LRU算法加强理解和掌握OS中实现虚拟存储器的关键技术。 -1. Through this experiment, the simulation algorithm and deepen understanding of storage management page address translation process. 2. LRU algori
<LIULIU> 在 2024-10-14 上传 | 大小:8192 | 下载:0

[数据结构常用算法cPP

说明:Fibonacci数列 为数组分配一动态内存并将首地址赋给指针变量p //求整数,长整数,双精度数的二次方根 //百钱问题-Fibonacci numbers as an array of dynamic memory allocation of a pointer variable and assign the address of the first p// find integer, long integer, dou
<> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[数据结构常用算法algorithm-shuju

说明:数据结构的算法 具体关于图论的有关算法 希望对你们很有用-algorithm shujujiegou
<王博> 在 2024-10-14 上传 | 大小:68608 | 下载:0

[数据结构常用算法daan

说明:基于C语言描述的数据结构,清华大学严蔚敏数据结构习题集,旨在帮助初学者-Based on C language descr iption of the data structure, Tsinghua University, Yan Wei-min data structure problem sets, designed to help beginners
<无名> 在 2024-10-14 上传 | 大小:140288 | 下载:0

[数据结构常用算法cpp5

说明:线性表示例,将学生的成绩形成链表,完成对线性链表的各种操作.-Example of linear
<wangmingfei> 在 2024-10-14 上传 | 大小:1024 | 下载:0
« 1 2 ... .67 .68 .69 .70 .71 1272.73 .74 .75 .76 .77 ... 2656 »

源码中国 www.ymcn.org