资源列表

« 1 2 ... 93 94 95 96 97 9899 100 .01 .02 .03 ... 2656 »

[数据结构常用算法Matlab入门篇

说明:Matlab入门篇介绍了一些基本的Matlab语句。并且有丰富的实例。-chapter introduces some basic Matlab statement. And there are abundant examples.
<灵光> 在 2025-07-22 上传 | 大小:139kb | 下载:0

[数据结构常用算法Matlab应用篇

说明:Matlab应用篇提供了大量的Matlab应用实例。配合前三篇所讲内容,巩固Matlab知识。-Matlab Application chapter provides a large number of application examples Matlab. Compatible with the three have said, the consolidation of Matlab knowledge.
<灵光> 在 2025-07-22 上传 | 大小:87kb | 下载:0

[数据结构常用算法2-8

说明:在9(3*3)个方格的方阵中填入数字1到N(N>=10)内的某9个数字 每个方格填一个整数,要求相邻两个方格的两个整数之和为质数。 试求所有的解-in 9 (3* 3) grid matrix to fill out a number of N (Ngt; = 10) of a nine figures each box filled an integral require two adjacent box at the two integral to the quality and nu
<陈杰> 在 2025-07-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法BTrees

说明:这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。-the project concise and simple explanation of the balanced binary tree problem. Also provided source code and a demonstration for the general category. Descr iption/how to provide balanced b
<倪玲> 在 2025-07-22 上传 | 大小:8kb | 下载:0

[数据结构常用算法avl

说明:Addison-Velski 和 Landis (AVL-Tree s)的二叉树,可以在对数时间内进行标准的操作,如插入、搜索和删除。-Addison-Velski and Landis (AVL- Tree s) of the binary tree, the right time for a few of the standard operation, such as insert, delete and search.
<倪玲> 在 2025-07-22 上传 | 大小:947kb | 下载:0

[数据结构常用算法7个数据结构的实验_DataStructure

说明:编译系统: Visual C++ 6.0 操作系统: Windows 2000/XP 这几个程序对于学习和理解数据结构有很大的帮助。-Compiler System : Visual C 6.0 operating system : Windows 2000/XP these procedures for the study and understanding of data structure will be very helpful.
<郑浩> 在 2025-07-22 上传 | 大小:224kb | 下载:0

[数据结构常用算法数据结构所有实验

说明:数据结构实验课中的所有实验程序,这可是本人逐个测试过的,绝对精品,-experiment data structure of all experimental procedures, but I individually tested, absolute masterpieces,
<王利丽> 在 2025-07-22 上传 | 大小:8.33mb | 下载:0

[数据结构常用算法Pile

说明:用JAVA 写的数据结构 PILE 的算法,这种算法是法国大学老师算PILE 的一种方法.-using Java to write the data structure of the stiffness This algorithm is counting France braced University teachers a way.
<li> 在 2025-07-22 上传 | 大小:6kb | 下载:0

[数据结构常用算法AniMatrix

说明:用c写的对矩阵求逆的算法,采用直接迭代,适合2阶和3阶矩阵-used to write the right matrix inversion algorithm, the introduction of direct iteration, for two bands and three bands Matrix
<申魏> 在 2025-07-22 上传 | 大小:862kb | 下载:0

[数据结构常用算法二叉树的中序遍历和存储

说明:用c实现的二叉树的中序遍历的读取与存储,能体现出向左倒的二叉树的打印界面,界面简单。-achieved using the binary tree traversal sequence which read and storage, will be shown left one of the binary tree Print interface that simple.
<曾德胜> 在 2025-07-22 上传 | 大小:46kb | 下载:0

[数据结构常用算法开散列的散列表

说明:利用闭散列方法中的线形探查建立散列表。用c实现的。-closed hash method using the linear exploration establish hashtable. C used to achieve.
<曾德胜> 在 2025-07-22 上传 | 大小:31kb | 下载:0

[数据结构常用算法用c实现的商品货架算法

说明:问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快
<曾德胜> 在 2025-07-22 上传 | 大小:2kb | 下载:0
« 1 2 ... 93 94 95 96 97 9899 100 .01 .02 .03 ... 2656 »

源码中国 www.ymcn.org