资源列表

« 1 2 ... .29 .30 .31 .32 .33 1734.35 .36 .37 .38 .39 ... 2656 »

[数据结构常用算法DE

说明:用数组模拟递归函数,实现递归函数的简化算法,具体要求看英文描述。-We all love recursion! Don t we? Consider a three-parameter recursive function w(a, b, c): if a <= 0 or b <= 0 or c <= 0, then w(a, b, c) returns: 1 if a >
<谢锦明> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:数据结构-线性表,二叉树的实现(C语言)-Data structure- the linear form, the realization of a binary tree (C language)
<我爱葱油包> 在 2024-11-07 上传 | 大小:157kb | 下载:0

[数据结构常用算法2

说明:二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第
<zhoupenghua> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法STUDENTINFORMATIONSYSTEM

说明:Student Information System in C++ environment
<Nazree> 在 2024-11-07 上传 | 大小:384kb | 下载:0

[数据结构常用算法DATA

说明:北大数据结构与算法pdf,相当不错的资料-North data structures and algorithms pdf, very good information
<zzr> 在 2024-11-07 上传 | 大小:4.8mb | 下载:0

[数据结构常用算法shujujiegou

说明:主要是数据结构的学习课程实验程序,及文档,有魔王语言,哈弗曼数,系数矩阵,等等,有堆栈指针的用法,-Main course of study data structure experimental procedures, and documentation, there is devil language, Havermann number, the coefficient matrix, and so on, there is the
<juanjuan> 在 2024-11-07 上传 | 大小:18kb | 下载:0

[数据结构常用算法yu

说明:这是一个简单的VC++程序,运用单文档实现池塘夜降彩色雨。简单使用-This is a simple VC++ program, using single-color document to achieve a pond down the night rain. Simple to use
<lujingjin> 在 2024-11-07 上传 | 大小:1.63mb | 下载:0

[数据结构常用算法migong

说明:这是一个简单的C++程序,学习数据结构的同学可以看看,这一程序主要解决迷宫的问题。-This is a simple C++ program, students learn data structures can see, this program mainly to solve the maze problem.
<lujingjin> 在 2024-11-07 上传 | 大小:288kb | 下载:0

[数据结构常用算法wenxueyanijiuzhushou

说明:这是一个使用与初学C++的同学使用的成学,是一个简单的文学检索的程序,简单易懂,希望对大家有帮助-This is a beginner C++ using the students into the use of science, literature search is a simple procedure, easy to understand, we want to help
<lujingjin> 在 2024-11-07 上传 | 大小:904kb | 下载:0

[数据结构常用算法1

说明:这是一个简单的一元多项式的计算的程序,运用了数据结构中的简单的思想,使用与正在学习数据结构与算法的同学-This is a simple calculation of a polynomial procedure, using a simple data structure ideas, using the data structure and algorithm are learning to students
<lujingjin> 在 2024-11-07 上传 | 大小:1.71mb | 下载:0

[数据结构常用算法shujujiegou(1~3)

说明:电子科技大学数据结构课件,第一章,第二章,第三章-University of Electronic Science and Technology courseware data structure
<邹文> 在 2024-11-07 上传 | 大小:3.09mb | 下载:0

[数据结构常用算法shujujiegou(4~5)

说明:电子科技大学数据结构课件,第4章,,第五章。-University of Electronic Science and Technology data structures courseware, Chapter 4, chap.
<邹文> 在 2024-11-07 上传 | 大小:1.87mb | 下载:0
« 1 2 ... .29 .30 .31 .32 .33 1734.35 .36 .37 .38 .39 ... 2656 »

源码中国 www.ymcn.org