资源列表

« 1 2 ... .34 .35 .36 .37 .38 2139.40 .41 .42 .43 .44 ... 2656 »

[数据结构常用算法BTNode

说明:数据结构中的树与左右孩子的建立和相关的问答!!!!!!1-Data structure of trees and about the establishment of child and related questions and answers! ! ! ! ! ! 1
<张昌平> 在 2024-10-20 上传 | 大小:10240 | 下载:0

[数据结构常用算法second

说明:完成一个程序实现双向链表使之有如下功能 (如用C++实现,需要有默认的构造函数, 析构函数) C语言实现,初始化一个双向链表 添加一个元素到链表 删除链表中的一个元素 其他你认为必要的链表操作 总有两个指针,一个指向表中第一个元素另一个指向最后一个元素 -Completion of a program to achieve a two-way linked list so that the followin
<katrina> 在 2024-10-20 上传 | 大小:14336 | 下载:0

[数据结构常用算法prime

说明:题目 质数分解与栈的使用 简介 只能被自身和1整除的正整数称为质数。每一个整数都可以写成质数乘积的形式,称为整数的质数分解。例如: 1776 = 37 x 3 x 2 x 2 x 2 x 2. -Title prime number decomposition and the use of stack profile only divisible by themselves and a positive intege
<katrina> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法fourth

说明: 二叉排序树(Binary Sort Tree--BST)或者是一棵空树;或者是具有下列性质的二叉树: ⑴ 若左子树不空,则左子树上所有结点的值均小于根结点的值;若右子树不空,则右子树上所有结点的值均大于根结点的值。 ⑵ 左右子树也都是二叉排序树。 (3) 中序遍历BST可得到一个关键字的有序序列 文本文件单词索引是指将文本中单词按字母顺序列出并且列出每个单词在文本中出现的次数,它也是关键字列表的一
<katrina> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法prime

说明:快速求素数,用到了概率算法。可以求出相当大范围内的素数,远远优于普通的素数算法-Fast seek primes, using a probability algorithm. Can be obtained within the scope of a large prime number, which is far superior to an ordinary prime number algorithm
<shazi> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法33753158guofu11111111111111

说明:严崴敏的数据结构实验线形表的合并的C程序,包括线性表的 插入,排序操作-Yan Wei-min experimental linear data structure of the C form of the merger process, including the insertion of a linear table, sorting operation
<蓝蔻> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法Joseph

说明:是一个数学的应用问题:   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Is the application of a mathematical problem: n known individuals (in numbers 1,2,3 ... n, respective
<小杉> 在 2024-10-20 上传 | 大小:17408 | 下载:0

[数据结构常用算法Kfibonacci

说明:K阶斐波那契数列的前K-1项均为0,第k项为1,以后的每一项都是前K项的和-K-order Fibonacci sequence of the former K-1 item are 0, the first k items for 1, after each of the items are pre-K and
<小杉> 在 2024-10-20 上传 | 大小:136192 | 下载:0

[数据结构常用算法bubblesort

说明:冒泡排序算法,数据结构课程的编程作业,很经典的算法-Bubble Sort algorithm, data structure programming courses operating, it is the classic algorithm
<佚名> 在 2024-10-20 上传 | 大小:12288 | 下载:0

[数据结构常用算法linklist.tar

说明:多叉树实现,抽象树节点内容,用回调函数实现内容创建 比较 销毁 -Multi-tree realization of the abstract tree node content, using a callback function to achieve content creation compared the destruction of
<池麟> 在 2024-10-20 上传 | 大小:4096 | 下载:0

[数据结构常用算法n-queens-mm

说明:c实现n皇后m棋盘, c实现n皇后m棋盘, -c realization of n
<lizhentao> 在 2024-10-20 上传 | 大小:131072 | 下载:0

[数据结构常用算法DataStructure

说明:清华同方C语言数据结构电子书,供初学者使用,挺好的,较为详细-Tsinghua Tongfang C language data structure of e-books, for beginners to use, very good, and a more detailed
<张前> 在 2024-10-20 上传 | 大小:11043840 | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 2139.40 .41 .42 .43 .44 ... 2656 »

源码中国 www.ymcn.org