资源列表

« 1 2 ... .90 .91 .92 .93 .94 2395.96 .97 .98 .99 .00 ... 2656 »

[数据结构常用算法2010011016_e4_p1

说明:编写五个函数,实现对二叉树的插入、复制、删除、非递归中序遍历和层序遍历操作,理解和掌握链式存储二叉树的性质和操作方法,同时进一步熟悉指针操作。-Write five functions to achieve the insertion of binary tree, copy, delete, and non-recursive preorder traversal sequence operations, understand and grasp the nature and operatio
<林宇> 在 2025-06-26 上传 | 大小:7.48mb | 下载:0

[数据结构常用算法2010011016_e5_p1

说明:用图的相关算法,解决清华园旅游问题,包括计算游览完不包括教学楼的所有景点需要的次数,找出最长的最短路径最小的点,计算铺设能到达所有景点的光纤的最小长度及路径。通过实验掌握图的表示方法和算法。-With related algorithms map, solve Tsinghua tourism issues, including the calculation does not include the number of times after visiting all the attracti
<林宇> 在 2025-06-26 上传 | 大小:7.73mb | 下载:0

[数据结构常用算法2010011016_e6

说明:建立一个关于学生姓名及其若干课程成绩的数据处理系统,在满足基本的数据存储功能以外,还需要向用户提供添加新学生信息、删除已有学生信息、按某一门成绩对学生信息进行排序、按要求查询学生信息、输出学生信息到文件等功能。从而熟悉已学过的各种数据结构,并掌握它们各自的特点与适用情形,同时熟悉已学过的各种数据处理算法,特别是查询、排序、添加单元、删除单元,以及遍历等等,学会根据实际需要选择数据结构和算法设计。 -The establishment of a student' s name and the
<林宇> 在 2025-06-26 上传 | 大小:5.44mb | 下载:0

[数据结构常用算法2010011016_e8_p1

说明:1、对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法和QR 分解方法进行多项式拟合。 2、对给定的若干组数据,求经过这些点的插值多项式。 -1, for a given number of sets of data, according to the order specified in accordance with the principle of least squares methods are the use of the normal equatio
<林宇> 在 2025-06-26 上传 | 大小:10kb | 下载:0

[数据结构常用算法Eight-queens-problem

说明:关于数据结构中二叉树的一个实例,代码比较简单,容易看懂。-About one example of a binary tree data structure, code is relatively simple, easy to understand.
<申一平> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法airplane

说明:一个飞机起飞降落的程序代码,需要调试,比较简单,容易看到。-A takeoff landing program code, need to debug, simple, easy to see.
<申一平> 在 2025-06-26 上传 | 大小:3kb | 下载:0

[数据结构常用算法Way_to_Algorithm

说明:挑战算法之路中的具体实现代码,主要涉及信息学竞赛,计算机程序设计竞赛,以及《算法导论》中一些经典算法与题目具体实现~-Way to Algorithm
<> 在 2025-06-26 上传 | 大小:2.74mb | 下载:0

[数据结构常用算法poly

说明:采用链表结构进行一元多项式的相加的VC++工程文件-List structure using the sum of one yuan polynomial VC++ project files
<王玉洁> 在 2025-06-26 上传 | 大小:223kb | 下载:0

[数据结构常用算法jiaogucaixiang

说明:计算给定的正整数n 对应的角谷序列,并求出其中第k大的数。n 和k 都通过标准输入输出得到。-Computing a given positive integer n corresponding Kakutani sequences and determine where the first large numbers k. n and k are obtained through standard input and output.
<xuan> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法xishujuzhen

说明:用十字链表实现稀疏矩阵的存储和各种运算。-Cross-linked with a variety of computing for storage and sparse matrix.
<xuan> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法shu

说明:增强二叉搜索树是二叉搜索树的一种推广,其中每个结点除了保存关键字外,还保存了以该结点为根的子树的结点数目(包括该结点本身)。实现其建立、复制、前/中/后序遍历、层高统计、结构从属判断等操作。-Enhanced binary search tree is a generalization of a binary search tree, where each node except to save the keyword, but also save the node number points
<xuan> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法jixian

说明:在进行高精度的数值运算时,常常受到数据处理长度的制约,当 数值位数太大时就会超出计算机的处理能力。要解决这个问题,从数据结构方面来考虑,分别采用适当的算法来接收、存储、输入、输出以及进行高精度的运算。-During high-precision numerical computation, data processing often restricted length, when the value is too large digits will exceed the processing
<xuan> 在 2025-06-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 2395.96 .97 .98 .99 .00 ... 2656 »

源码中国 www.ymcn.org