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

搜索资源列表

  1. DS01

    0下载:
  2. 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:735
    • 提供者:火腿狼
  1. 300

    0下载:
  2. 图书馆管理系统的设计运用,包含指针,数据结构,链表的使用,是个综合的C语言课程设计。-The use of library management system, including pointers, data structure, the use of the list is a synthesis of the C language curriculum design.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4547
    • 提供者:penghuang
  1. communication

    0下载:
  2. 通信系统,是完全用C语言编写的,结合了数据结构,链表,指针,全方面的运用。-Communication systems, is written entirely in C, a combination of data structures, linked lists, pointers, all aspects of use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1673
    • 提供者:penghuang
  1. MPLAB

    0下载:
  2. MPLABde 使用指南 和C指针库-jjdkkddkkdjjd
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1794868
    • 提供者:
  1. SortLetterOrder

    0下载:
  2. 一个用c指针编写的国名按字母顺序排序的程序-A written using c pointers in alphabetical order by country name procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:92082
    • 提供者:陈大胆
  1. linear_sim

    0下载:
  2. c++ 模拟指针 功能包括访问元素、删除元素、添加元素,输出元素。使用模块-c++ simulation features including access to the element pointer, delete elements, add elements, output elements. Use module
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:858888
    • 提供者:yuanfeige
  1. DS01

    0下载:
  2. 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data f
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:865
    • 提供者:章人可
  1. datestructcricleline

    0下载:
  2. 以带头结点的循环列表表示队列,只设一个指针指向队尾元素,不设头指针,编写队列初始化、入队、出队、判空的算法。-To take the lead in circulating the list of nodes that the queue, only to set a pointer to the tail element with no head pointer, write queue is initialized into the team, a team, sub-space algor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:916
    • 提供者:wanghaisheng
  1. CQueue

    0下载:
  2. 设计一个使用队头指针和计数器无队尾指针的顺序循环队列,并编写一个主函数进行测试。 -Design a counter using the head of the queue pointer and tail pointer of the order of non-circular queue, and write a main function for testing.
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:820
    • 提供者:merlin漫
  1. 1111

    0下载:
  2. 数组实现循环链表 准备: 1. 队列空间的大小 maxsize 2.队首指针 front 3.队尾指针 rear 4.存储方式 动态数组 运算 出队,入队,初始化队列,创建队,释放队 5.a 动态数组的首地址-Prepared to achieve an array of circular linked list: 1. Queue space the size of the maxsize 2. Team first pointer front 3. Tail
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:804
    • 提供者:王宏
  1. Applicationofthispointer

    0下载:
  2. 编写程序实现对象资源的拷贝(要求使用this指针)。-Programming resources to achieve the object copy (requires the use of this pointer.)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:58088
    • 提供者:江山
  1. shizhong

    0下载:
  2. 此程序主要是让读者熟悉c语言图形模式下的编程,了解系统绘图及数据结构的知识,此重难点是 时 分 秒针坐标值的计算和时钟指针的运行控制,有兴趣的话,可让程序支持鼠标操作,-This program is designed to allow the reader familiar with the c language graphics mode programming, understanding of the system mapping and data structure knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:40321
    • 提供者:昕空
  1. BinarySearchTree

    0下载:
  2. 二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, binary search tree to find a si
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1570
    • 提供者:qinxiaoyu
  1. C.pointers.natural.merge.algorithm

    0下载:
  2. C指针自然归并排序算法设计代码C pointers natural merge sort algorithm code -C pointers natural merge sort algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:4911
    • 提供者:xc
  1. list

    0下载:
  2. 1、 合并两个链表 问题描述:设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。 -1, the merger of the two lists descr iption of the problem: Let A and B are two nodes with the first order circular
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:923
    • 提供者:吴芳
  1. test1

    0下载:
  2. 利用递归实现全排列,用于练习递归和指针操作.-All arrangement using recursive method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:160783
    • 提供者:黄甦
  1. BPlusTree

    0下载:
  2. B+树实现的完全代码。B+树定义文件,本程序实行一个简单的B+树 (1) 一个v阶的B+树由根结点、内部结点和叶子结点组成。 (2) 根结点可以是叶子结点,也可以是有两个或更多子树的内部结点。 (3) 每个内部结点包含v - 2v个键。如果一个内部结点包含k个键,则有且只有k+1个指向子树的指针。 (4) 叶子结点总是在树的同一层上。 (5) 如果叶子结点是主索引,它包含一组按键值排序的记录;如果叶子结点是从索引,它包含一组短记录,每个短记录包含一个键以及指向实际记录的
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:233262
    • 提供者:王军杰
  1. queue

    1下载:
  2. (一)题目: 假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾元素结点而不设头指针,试编写相应的队列初始化、入队列、出队列和判断队列状态的算法。  利用上述算法完成下面的各操作,并在每一操作后输出队列状态。  1)下列元素逐一入队:5,7,3,8,55 状态:5个元素  2) 3个元素出队    状态:2个元素 3)再2个元素出队  状态:队空  4)再1个元素出队  状态:队空(指示下溢) -(A) Title: Suppose to take the l
  3. 所属分类:Data structs

    • 发布日期:2014-12-20
    • 文件大小:1024
    • 提供者:zhongkeli
  1. zizhi

    0下载:
  2. 8.2.3利用子指针数组的普通树后根遍历算法-8.2.3 the use of common sub-tree pointer array root traversal algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:747
    • 提供者:大无
  1. themaxnumber

    0下载:
  2. 用指针求出数字的若干个最大值,程序员面试宝典上的.-Pointer obtained by the maximum number of digits, programmers Collection on the interview.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1254055
    • 提供者:zhenqingkai
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 21 »
搜珍网 www.dssz.com