CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Basic

搜索资源列表

  1. 一元稀疏多项式计数器

    1下载:
  2. 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.95kb
    • 提供者:陈宇
  1. 数据结构距阵运算

    0下载:
  2. 利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目-using ternary Group completed the basic matrix operations, including addition, subtraction, multiplication. Internship topic data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:23.03kb
    • 提供者:陈大民
  1. 数据结构的魔王语言

    0下载:
  2. 利用栈来完成数据结构实习的魔王语言.完成基本内容.-use to complete stack data structure attachment fiendish language. Completion of the basic content.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18.09kb
    • 提供者:陈大民
  1. 数据结构的车厢调度

    0下载:
  2. 利用栈的方式完成车厢调度,数据结构的实习题目,已完成基本内容.-Completes the compartment dispatch using the stack way,Construction of data practice topic,Has completed the basic content
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:21.63kb
    • 提供者:陈大民
  1. Mase

    0下载:
  2. 用VC写的,用栈解决了数据结构基本的迷宫问题.没有用到MFC类库-VC wrote, with a stack data structure to solve the basic problem of the maze. Do not use MFC
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38.69kb
    • 提供者:欧瑞清
  1. 等级证书考试管理系统

    0下载:
  2. 用C语言或其他高级语言编程(最好C语言),基本功能:包括报名管理、成绩管理、证书管理等。能做到考试的报名成绩的录入与查询以及证书的发放等功能。实现有关功能的增加、修改、删除、查询和统计模块。根据要求知道,一个学生报名后就拥有唯一的考号,考号随着 考生取消报名而消失,所以可以以考号为Key来实现查找学生记录,实现有关功能的增加、修改、删除、查询.-C language or other high-level programming language (preferably C), the ba
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:245.66kb
    • 提供者:郑章孝
  1. fk1

    0下载:
  2. 有关于数据结构中用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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.38kb
    • 提供者:F.K.
  1. basic-knowledge-of-data-structure

    0下载:
  2. 数据结构基本入门知识,共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
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3.02mb
    • 提供者:jijiyaya
  1. The-basic-operation-of-a-binary-tree

    0下载:
  2. 二叉树的基本操作 二叉树的基本操作 -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
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:28.79kb
    • 提供者:廖竹青
  1. Queue-chain-basic-operation

    0下载:
  2. 实现队列的几个基本操作,基于链式队列存储模式。-Realize several basic operation, platoon based on chain queue storage mode.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:845byte
    • 提供者:赵阳
  1. date-struct--basic--sorce-code

    0下载:
  2. 数据结构基础,包括标准的代码实现以及文档解释,符合初学者的要求-Basic data structures, including the standard code and documentation to explain, in line with the requirements of beginners
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6.78mb
    • 提供者:xuwuda
  1. basic-operation-of-linear-table

    0下载:
  2. 实现线性表的建立,元素的查找,删除,插入基本操作。-To achieve the basic operation of linear table.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:9.98kb
    • 提供者:wang
  1. List-of-basic-operation

    0下载:
  2. 线性表中链表的基本功能操作的实现,写得比较简单,仅供参考-List of basic operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2.73kb
    • 提供者:王德红
  1. basic-datastructure

    0下载:
  2. 一本非常好的基础数据结构,简单易懂,条理清晰-a very good basic data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:530.24kb
    • 提供者:xyz
  1. The-basic-data-structure-operations

    0下载:
  2. 数据结构,链表的基本操作。如查询,删除,遍历,插入等。-Data structures, basic operations of the list. Such as query, delete, traversal, insertion.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:597.71kb
    • 提供者:yuekailan
  1. Basic-function-of-stack

    0下载:
  2. 包括了栈的进栈、出栈、查找栈顶元素等基本操作-Including the stack into the stack, the stack, look for the top element and other basic operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:林仲懿
  1. Basic-function-of-graph

    0下载:
  2. 图的基本操作,包括建立邻接矩阵,图的广度和深度优先搜索-The basic operation pattern, including the establishment of the adjacency matrix, the breadth and depth map of priority search
  3. 所属分类:Data structs

    • 发布日期:2015-07-24
    • 文件大小:2kb
    • 提供者:林仲懿
  1. basic-operation-of-guangyibiao

    0下载:
  2. 对广义表实现下列 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.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:11.28kb
    • 提供者:Sylvie
  1. List-of-the-basic-operation

    0下载:
  2. 链表的基本操作(函数已封装) 交并差的实现- List of the basic operation (function has been encapsulated) Realization of Crossing and
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:17.35kb
    • 提供者:王闯
  1. basic algorithm

    0下载:
  2. acm竞赛的基础算法简介,包含贪心法,二分法,倍增法,优先队列以及大量习题。(The basic algorithms of ACM competition include greedy, dichotomous, multiplier, priority queues and a large number of exercises.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:369kb
    • 提供者:kdjlyy
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com