CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 链表类

搜索资源列表

  1. ORACLE_train4

    0下载:
  2. SQL语言简介 1、 SQL概述 SQL是一种面向数据库的通用数据处理语言规范,能完成以下几类功能:提取查询数据,插入修改删除数据,生成修改和删除数据库对象,数据库安全控制,数据库完整性及数据保护控制。 数据库对象包括表、视图、索引、同义词、簇、触发器、函数、过程、包、数据库链、快照等(表空间、回滚段、角色、用户)。数据库通过对表的操作来管理存储在其中的数据。 -a brief SQL language. SQL outlined SQL oriented datab
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:14516
    • 提供者:kiki
  1. TemplateListClass

    0下载:
  2. 模板链表的类定义,用模板定义了链表类的一些常用功能。-template definition of the category, with a template definition objectlist some commonly used functions.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4034
    • 提供者:国立
  1. studentscore

    0下载:
  2. 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:20031
    • 提供者:huangfeng
  1. Calculatorcode

    0下载:
  2. Java程序计算器是:图形界面与数学计算相结合。图形界面的实现:考虑到按钮多而易混的问题,就选择了用数组来完成实现,在数字进行运算时,考虑的我们一般的计算器都是通过按按钮显示数字的,所以要有个类来获得按钮上的数字,由此可知还需要一个获得按钮上的运算符号,获得数字和运算符号上的按钮是放在链表里的,通过链表的节点不同来识别是数字还是运算符号,一般是第一个节点里存放的数字是第一个参加运算的数,第二个是放的运算符号,第三个是放的第二个参加运算的数,程序设计的优点是:条理清晰,容易理解,容易修改。这样设计
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:9325
    • 提供者:邓彭成
  1. Cpp_list

    0下载:
  2. 用c++语言线性链表编程(采用类和对象的方法),包含说明-list with the c plus plus language(class and object)
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7053
    • 提供者:何某
  1. CPPteacher-management

    0下载:
  2. )C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能-Design topic of) C++ course teachers information management system, using a linked list defined a TeacherList class, a simple insert, find, delete and other functions
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:146927
    • 提供者:123
  1. operating-system-jobs---lab-report

    0下载:
  2. 自定义进程相关的数据结构; 利用MFC类库中的栈(queue),链表(list),向量(vector)等模板模拟进程控制块队列、进程控制块优先级队列、统计信息链表及其指令集合; 利用MSDN和MFC API编程实现常见的进程控制和调度策略(先来先服务算法、时间片轮转算法、最高优先权优先调度算法、最短进程优先调度算法); 测试以上进程调度策略的周转时间、带权周转时间、平均周转时间和平均带权周转时间,并定性评价它们的性能。-Custom process-related data stru
  3. 所属分类:Software Testing

    • 发布日期:2017-11-12
    • 文件大小:437699
    • 提供者:孙萧萧
  1. xinxiguanli

    0下载:
  2. 整个学生成绩管理系统采用链表作为基本数据结构,创建一个类student用于保存学生的数据且是链表中的一个节点。类list作为保存整个链表之用。主函数通过switch语句来根据用户的需要连接各个模块,以实现用户的需要。-Entire student achievement management system as the basic data structure using a linked list, create a class of student data used to save the
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:10866
    • 提供者:杜广爽
  1. cPP

    0下载:
  2. C++学习资料 包括C++动态数组 C++类模版和链表结构-C++ learning materials including C++ dynamic array C++ of class template and linked list structure
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:3521668
    • 提供者:KK
  1. doublelinklit

    0下载:
  2. 这时双向链表的C++实现,里面定义了一个链表类。含有丰富的成员函数。比如:拷贝构造函数,析构函数,插入函数,删除函数,排序函数等等。总之,里面的函数肯定够你用的。-At this time, two-way linked list C++ achieved, which defines a linked list class. Rich in member function. Example: copy constructor, destructor, insert function, dele
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:5544
    • 提供者:laixingjun
  1. LinkList_Video

    0下载:
  2. 大一上课时老师讲链表类的建立、添加、查找、删除的一个例子,很详细,对完全刚学编程的人可能有用,是录的教学视频-Freshman class classroom teacher talk about the establishment of the list, add, find, delete an example, very detailed and completely just learning programming might be useful to be recorded inst
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:2348709
    • 提供者:Caitlin
  1. MFC-Student-information-management

    0下载:
  2. 定义一个链表类实现对学生信息进行插入、删除、显示所有学生信息的操作,采用基于MFC可视化编程的方式实现。-Define a linked list class implements information for students insert, delete, display all the student information operations, the use of MFC-based visual programming ways.
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:3589
    • 提供者:路子祥
  1. stack2

    0下载:
  2. 双向链表的实现,通过类实现,同时由链表的删除创建等。-Doubly linked list implementation, realized through the class, while the list of deleted to create the like.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1102
    • 提供者:jon leong
搜珍网 www.dssz.com