搜索资源列表
222
- 约瑟夫环的实现,包括创建和演算,链表实现,很好的数据结构设计程序
222
- 数据结构课程设计,一元稀疏多项式的源代码,用C++实现。
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
222
- 实现了二叉树的相关操作,大致包括如下内容:1 建树 2 各种遍历:前序 中序 后序 层次遍历 3 搜索 4 插入 5 删除 6 显示等。 -Related to the achievement of a binary tree operation, generally include the following: 1 contribution to the various traverse 2: pre-order level in the traversal sequence after
222
- 算法艺术与信息学竞赛 ACM方面学习的好帮手-Algorithm art and informatics competitions ACM in learning about a good helper
222
- 在一个园形操场的四周摆放N堆石子(N≤100),现要将石子有次序地合并成一堆。规定 每次只能选相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分。 编一程序,由文件读入堆数N及每堆的石子数(≤20), ①选择一种合并石子的方案,使得做N-1次合并,得分的总和最小; ②选择一种合并石子的方案,使得做N-1次合并,得分的总和最大。 -Playground in a park-shaped stone piles around the place N (N
fenkuaichazhao
- 试编写利用折半查找确定记录所在块的分块查找算法。 提示:1. 读入各记录建立主表; 2. 按L个记录/块建立索引表; 3. 对给定关键字k进行查找; 测试实例:设主表关键字序列:{12 22 13 8 28 33 38 42 87 76 50 63 99 101 97 96},L=4 ,依次查找K=13, K=86,K=88 -Trial preparation records using binary search to determine where the bl
222
- 用C语言定义“栈”的链式存储结构类型,实现进栈出栈等操作-In C language definition of " stack" of the type of chain store structure
222
- 实现停车场的基本进出问题,用栈和队列实现,若满栈则进队列等候-Parking lot and out to achieve the basic problem with the stack and queue implementations, if you enter the queue waiting for a full stack
222
- 学生管理系统,使用二叉树,使用广度优先遍历-Student management system
aPaaPaaaP....
- 求s=a+a aa+aaaa+aa...a的值,其中a是一个数字。例如2+22+222+2222+22222(此时共有5个数相加),几个数相加有键盘控制。 1.程序分析:关键是计算出每一项的值。 -S = a+aa+aaa+aaaa+aa ... a required value, wherein a is a number. For example 2+22+222+2222+22222 (In this case the number of the sum total of fi
222
- 创建二叉树和实现二叉树的三种遍历 根据提示输入字符型数据创建二叉树,输入值为所有字符型数据 输出为遍历后的每个结点的值的顺序 创建二叉树并能实现二叉树的先序、中序、后序遍历 -Create a binary tree and binary tree traversal three Create a binary input is all character data prompted, enter the character data The output value o