搜索资源列表
suanfa
- 这是我今年数据结构的课程设计,课题是实现冒泡排序,快速排序,直接插入排序,直接选择排序的算法比较 绝对原创哦-This is my data structure of this curriculum design, the task is to achieve bubble sort, quick sort, direct insertion sort, directly choose Sort Algorithm relatively absolute originality oh
数据结构任务分配
- 用数据结构实现基本算法 用C++实现任务分配功能-data structure used to achieve basic algorithm C Task allocation functions
code
- 《多任务下的数据结构与算法》 光盘源代码- Multi-task under the data structure and algorithm, the source code CD-ROM
Data-Structures-and-Algorithms
- 多任务下的数据结构和算法这本书的全部源代码,用C实现的,包括基本的数据结构容器,引进了多任务。对从事软件开发与应用的工程技术人员具有较高的参考价值-Under multi-task data structure and algorithm of this book, all source code, using C to achieve, including the basic data structure of containers, the introduction of multi-tas
S020600210
- « 问题描述: 有时需要测试2 个数据结构的同构性,即2个同构的结构在相应的位置具有相同结点数 和分枝数。试设计一个递归函数用于测试2 棵二叉树是否同构。 « 实验任务: 对于给定的2 棵二叉树,计算这2 棵二叉树是否同构。-« Descr iption of the problem: sometimes need to test two data structures of the same configuration, that is, the
kcwz-1_kcsjrws
- 数据结构课程设计任务书《数据结构》课程设计任务书-Task of curriculum design data structure book " Data Structures" course design book
schedule
- 一个任务调度的作业的实现,是我们上数据结构时的一个大作业-A task scheduling implementation of operations, we structure data on a big job
tongxunlu
- 制作一个简易的通讯录,包括基本操作和存储功能。 用〈〈数据结构〉〉中的双向链表作数据结构,结合C语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 输入信息——enter() 显示信息———display( ) 查找以姓名作为关键字 ———search( ) [由一人完成] 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 任务: 每条信息至包含 :姓名
shanliebiao
- 任务: 设计散列表实现电话号码查找系统。 设每个记录有下列数据项:电话号码、用户名、地址; 1,从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 2,采用一定的方法解决冲突; 3,查找并显示给定电话号码的记录; 4,查找并显示给定用户名的记录。 -Task: Design Implementation phone number lookup hash table system. Set for each record the following data
code2
- 22. 切木头 成绩: 10 / 折扣: 0.9 背景 人们需要把一跟很长的木头切成几段,有一家名为 Analog Cutting Machinery (ACM) 的公司正在经营这一业务。他们根据切割前木头的长度来收费,木头越长、收费越高,并且每切割一次就收一次费。 显而易见,在这里切割木头时,不同的切割顺序就会产生不同的价钱。譬如一跟 10 米长的木头,需要在 2、4、7 米处切开。如果顺序在这三个位置切割,需要的费用是 10 8 6 = 24,因为木头原始长度为 10
AddressBook
- 数据结构用C语言编写通讯录管理系统任务:通过此系统可以实现如下功能..录入:录入新的通讯信息(包括姓名、通讯地址、邮编、联系电话)查询:可按照姓名进行查询相关信息修改:可修改相关信息-Data structure book using C language task management system: This system can be achieved through the following functions .. entry: entry of new communications
urban-pipeline
- 数据结构练习。C语言解决城市管道铺设问题。某有若干区域,在一些中心区之间存在道路相连,这些道路的长度已知。现在你接到了在城市中铺设管线的任务,假设管线只能够在已有的道路下方埋设,要求管线能够到达城市的所有区域,请你提供一套铺设方案,使管线总长度最短。-Data structure exercises. C language to solve urban pipeline problems. There are a number of areas, in some way connected be
duorenwushujujiegou
- 多任务下的数据结构与算法,希望大家能够喜欢,多多交流-Under the multi-task data structure and algorithm, I hope you will like, more exchanges
Multitask-DSandAL
- 书和传统同类书籍的区别是除了介绍基本的数据结构容器如栈、队列、链表、树、二叉树、红黑树、AVL树和图之外,引进了多任务;还介绍了将任意数据结构容器变成支持多任务的方法-this Book and similar books is the difference between traditional Apart from the basic data structure container, such as stacks, queues, linked lists, trees, binary t
statistical-problem
- Descr iption: 计算机似乎生来就是干苦力的,不是吗?统计就是这种苦力中的一种,而如果你运气不好,刚好碰到有很多重复数据的时候,就更加令人感到乏味。那么,你的任务来了。现在,给你一列数 A1, A2, … An 。然后要你回答,对于给定的区间,里面到底有多少个不重复的数。 Input: 一个整数 T (T <= 10) ,表示有 T 组测试数据。 每组数据第一行是数 N (1 <= N <= 30000) 。 第二行有 N 个数 A1 A2 …
Maomao
- 任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求: //A. 采用交互工作方式 //B. 建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种) //2) 查询菜单: (用二分查找实现以下操作) //A. 按姓名查询 //B. 按学号查询 //C. 按房号查询 //3) 打印任一查询结果(可以连续操作) -Task: To write a dormitory management staff dormitor
sum
- 数据结构与算法实验题 8.2 树求和问题 ★ 实验任务 我 们 知 道树有 许 多 种表示 法 , 左儿子 右 兄 弟就是 一 种 表示法 。 现 在给出 一 棵 以左儿 子 右 兄 弟表 示的 树 ,并 且结 点 带有 权值 , 求以 给出 结 点为 根的 子 树的 所有 结 点权 值之 和。对 于给出的一棵树的左儿子右兄弟表示法,按要求输出这棵树的子树的权值和。 ★ 数据输入 第一行为一个整数 n , 1<=n<=1000 ,表示这棵树的结
data-structures-and-algorithms
- 多任务下的数据结构和算法源码,包含了数据结构中链表、栈、队列和树等的知识,并详细讲解了这些算法在多线程下的应用,还提供了相关的测试程序-Multi-task data structure and algorithm source code, including data structures, linked lists, stacks, queues, and trees of knowledge, and explain in detail the application of these a
task-allocation
- 数据结构设计程序之任务分配,很适合初学者学习-Data structure design process, task allocation, it is suitable for beginners to learn
Task-scheduling
- 任务调度算法。依据严蔚敏C数据结构编写,可作为数据结构实验的源代码。使用C++编写。包括一个头文件一个cpp文件。用于模拟CPU事件任务到达的处理流程。-Task scheduling algorithm. Based YanWeiMin C data structures to prepare, can be used as the experimental data structure of the source code. Use C++ writing. Including a head