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

搜索资源列表

  1. nni

    0下载:
  2. 计算n阶矩阵的逆矩阵的函数,输入表示矩阵的指针和阶数,然后计算输出逆矩阵的指针,附带矩阵乘法检测结果-Calculation of n-order matrix inverse matrix function, enter the matrix express the pointer and order, and then calculating the inverse matrix of output indicators, with matrix multiplication test re
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:922
    • 提供者:wangwei
  1. tree_0000

    0下载:
  2. 二叉树有一个优雅的递归指针结构,所以他们是一个很好的学习方法递归指针算法。 - Binary trees have an elegant recursive pointer structure, so they are a good way to learn recursive pointer algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:232629
    • 提供者:rachel
  1. generalizedinversematrix

    1下载:
  2. 基于vc6.0的一个计算非方阵矩阵的广义逆矩阵的算法,输入要求为矩阵的指针表示,矩阵的行数和列数,函数返回的是矩阵的广义逆矩阵,附带结果的验证-Vc6.0 based on a calculation of non-square matrix of the generalized inverse matrix of the algorithm, input requirements for the indicator matrix, said matrix of rows and columns
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:346832
    • 提供者:wangwei
  1. Toplogical_Sorting

    1下载:
  2. 这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link list in C/C++ and data structu
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:501377
    • 提供者:hunter
  1. xiangqimadezoufa

    0下载:
  2. 参考课堂迷宫问题的解题方法,建立move数组,若马当前位置是(x,y),则沿着第i(1<=i<=8)个方向跳一步,到达新的位置为( x’,y’),下表位置可以根据 move 数组来确定,有: x’=x+move[i][0] y’=y+move[i][1]. 马走过的信息的 用结构体来存储。move数组用于存储马可以走过的方向,将开始的马的位置的信息存入队列,马沿着8个方向跳动,在马跳动过程中,将马的跳动步数加1,如果马没有走到边界,判断马有没有在走同样的步数到同一个节点。如果马没
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5091
    • 提供者:文龙
  1. paixu

    0下载:
  2. 用指向指针的 方法对n个整数排序并输出。要求将排序单独写成一个函数,n和各整数在主函数中输入,最后在主函数中输出。-Pointer with the pointer point to the method of sorting n integers and output. Requirements will be sorted into a separate function, n and the integer function in the main input, the final out
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:568
    • 提供者:詹书保
  1. try03

    0下载:
  2. 假定一个单向循环链表来表示队列(即循环链队),该队列只设一个队尾指针,不设队首指针,试编写下列各种运算的算法: 1) 向循环链队插入一个元素值为x的结点。 2) 从循环链队中删除一个结点。 3) 访问队列 -The assumption that a one-way circle to indicate the queue list (that is, the cycle chain teams), which is only a team queue tail pointer
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:632
    • 提供者:zhx
  1. MasmPointer

    0下载:
  2. 一篇探讨汇编语言实现指针的方法,此外本文还实现了一个原型系统,并使用该系统对链表、二叉树等非 平凡的指针程序的进行了自动的安全验证。-An assembly language to explore ways to achieve the target, in addition to this paper implements a prototype system and the use of the system of linked list, binary tree, such as no
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:215598
    • 提供者:dyf
  1. DATASTRUCTER

    0下载:
  2. 本数据结构学习包,是用VC编写的,对于学习C++程序设计很有帮助。可以对链表,图、树、指针的学习有更深入的了解-The student achievement management system that is prepared with VC for learning C++ programming helpful. Can list, map, tree, indicators of learning have a better understanding of
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6397
    • 提供者:孙柳林
  1. Cursors

    0下载:
  2. 在matlab画图时 能增加两条数据指针 方便读取数据-put data cursors on your plots
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7751
    • 提供者:杀风景
  1. FreePtr

    0下载:
  2. 这是一个很好的帮助类,在适用STL的容器的时候,可以配合for_each算法函数删除容器中的指针对象-This is a very good help category, where applicable, the STL containers, they can function with the for_each algorithm to delete the pointer container object
  3. 所属分类:STL

    • 发布日期:2017-04-02
    • 文件大小:1313
    • 提供者:haofei
  1. bitre

    0下载:
  2. 第一题:求二叉树的高度 第二题:输出二叉树中各节点的值及所对应的层次数 第三题:数组二叉树转化成链式二叉树 第四题:复制二叉树T1到T 第五题:交换左右孩子节点的指针的值 第六题:先序创建二叉数-this is a bitree , there are six functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:589095
    • 提供者:River
  1. datastruct

    0下载:
  2. 通过本次实验学会了外部函数以及全局变量的设 置方法,复习巩固了C 语言和数据结构的相关知识, 掌握了结构化程序设计的基本思想, 熟悉了结构以 及指针的设计和应用, 了解了综合系统设计的基本 原理,对存储数据结构有了更形象的理解,学会了几 个新的调试程序的方法, 培养了解决实际问题的编 程能力,C 语言程序的综合应用能力得到提高-Through this experiment learned to function and global variables outside
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1633
    • 提供者:zhang
  1. Kruskal

    0下载:
  2. 克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int m) -Thinking of Kruskal algor
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:24573
    • 提供者:李虚东
  1. include

    0下载:
  2. 用一个结构体存储每个节点,每个结构体包括一个char 和指向左右孩子的指针,每次扫进来它自身的char和i, 如果i为偶则放进左子树,否则放进右子树。然后就是利用递归前序遍历此树-Structure with a store on each node, each structure includes a char and a pointer to the children about each sweep into its own char and i, for even if i was in
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4699
    • 提供者:闫晨曦
  1. feidigui_bianli_BiTree

    0下载:
  2. 建立一棵链表表示的二叉树,然后采用非递归先序访问二叉树,具体用一个指针栈(数组)来实现,且其最大容量为maxsize=50,二叉树根指针为T,若一个结点的左孩子和右孩子均为空,则为叶子结点,计数器加一,直到访问结束。-Binary tree expressed in the establishment of a linked list, and then visit the first-order non-recursive binary tree, specifically with a po
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:12655
    • 提供者:lll
  1. z

    0下载:
  2. 用于指针学习的人 有很重要的作用 用
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:264589
    • 提供者:heyougen
  1. 3

    0下载:
  2. 用指针实现线性表的基本操作,建立线性表、在表中第i个元素位置后插入一个新元素,删除具有x值的元素,显示线性表的内容 -A linear table with a pointer to achieve the basic operation of the establishment of a linear table, in the table, the first element location i insert a new element, delete the element with
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:978
    • 提供者:林慕青
  1. 4

    0下载:
  2. 线性表的基本操作多项式相加。(用指针方法实现)-Polynomial sum. (Using the pointer method of implementation)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1624
    • 提供者:林慕青
  1. structure

    0下载:
  2. 结构体的实用学习资料,包括结构体数组初始化、结构体数组引用、指针变量输出结构体等-Structure of practical learning materials, including an array of structures initialization, an array of structures reference, a pointer variable is the output structure, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2768
    • 提供者:SY
« 1 2 3 4 5 67 8 9 10 11 ... 21 »
搜珍网 www.dssz.com