搜索资源列表
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
数据结构距阵运算
- 利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目-using ternary Group completed the basic matrix operations, including addition, subtraction, multiplication. Internship topic data structure
数据结构的魔王语言
- 利用栈来完成数据结构实习的魔王语言.完成基本内容.-use to complete stack data structure attachment fiendish language. Completion of the basic content.
数据结构的车厢调度
- 利用栈的方式完成车厢调度,数据结构的实习题目,已完成基本内容.-Completes the compartment dispatch using the stack way,Construction of data practice topic,Has completed the basic content
Mase
- 用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC
等级证书考试管理系统
- 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
fk1
- 有关于数据结构中用C语言作为源码的几个线性表,栈和队列的几个例子,其中包括基本的插入、删除、查找等功能-on the data structure used C language as the source of several linear table, stack and queue a few examples, including the basic insert, delete, search functions
basic-knowledge-of-data-structure
- 数据结构基本入门知识,共33个ppt,全是我上课的资料,现在拿来分享。其中有:线性表,栈队列递归,串数组广义表,数与森林,图,查找,排序等等。-Knowledge of the basic entry data structure, a total of 33 ppt, all the information I have class, and now to be shared. Including: linear form, the stack queue recursion, string
The-basic-operation-of-a-binary-tree
- 二叉树的基本操作 二叉树的基本操作 -The basic operation of a binary tree binary tree binary tree the basic operation of the basic operation of the basic operation of a binary tree
Queue-chain-basic-operation
- 实现队列的几个基本操作,基于链式队列存储模式。-Realize several basic operation, platoon based on chain queue storage mode.
date-struct--basic--sorce-code
- 数据结构基础,包括标准的代码实现以及文档解释,符合初学者的要求-Basic data structures, including the standard code and documentation to explain, in line with the requirements of beginners
basic-operation-of-linear-table
- 实现线性表的建立,元素的查找,删除,插入基本操作。-To achieve the basic operation of linear table.
List-of-basic-operation
- 线性表中链表的基本功能操作的实现,写得比较简单,仅供参考-List of basic operation
basic-datastructure
- 一本非常好的基础数据结构,简单易懂,条理清晰-a very good basic data structure
The-basic-data-structure-operations
- 数据结构,链表的基本操作。如查询,删除,遍历,插入等。-Data structures, basic operations of the list. Such as query, delete, traversal, insertion.
Basic-function-of-stack
- 包括了栈的进栈、出栈、查找栈顶元素等基本操作-Including the stack into the stack, the stack, look for the top element and other basic operations
Basic-function-of-graph
- 图的基本操作,包括建立邻接矩阵,图的广度和深度优先搜索-The basic operation pattern, including the establishment of the adjacency matrix, the breadth and depth map of priority search
basic-operation-of-guangyibiao
- 对广义表实现下列 4 种基本运算:(1)创建广义表;(2)遍历广义表;(3)求广义 表的深度;(4)求广义表的长度。-The following 4 basic operations of the generalized table: (1) create a generalized table (2) the ergodic generalized table (3) the depth (4) the length.
List-of-the-basic-operation
- 链表的基本操作(函数已封装) 交并差的实现- List of the basic operation (function has been encapsulated) Realization of Crossing and
basic algorithm
- acm竞赛的基础算法简介,包含贪心法,二分法,倍增法,优先队列以及大量习题。(The basic algorithms of ACM competition include greedy, dichotomous, multiplier, priority queues and a large number of exercises.)