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

搜索资源列表

  1. DijkstraPrj

    0下载:
  2. DijkstraPrj算法的实现,基于边拓扑信息存储的结构,主要应用在GIS领域,不用构造矩阵,是作者原创,vc6通过,有个图的例子。-DijkstraPrj algorithm implementation, based on the edge of the topological structure of information storage, major applications in the field of GIS, not structural matrix, is the aut
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:67.15kb
    • 提供者:大邢
  1. KNNDEMO

    0下载:
  2. KNN DEMO This is a binary classification problem defined on a N*N field.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:肖敏
  1. 不带头结点的单向链表逆置

    0下载:
  2. 给定程序中,函数fun的功能是将不带头结点的单向链表逆置,即若原链表中从头到尾结点数据域依次为:2、4、6、8、10,逆置后,从头至尾结点数据域依次为:10、8、6、4、2。 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 -A given program, function fun is the function of the node will not take the lead against the home one-way linked list,
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-08-22
    • 文件大小:618byte
    • 提供者:储谢东
  1. OrderlyCyclingMerger

    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-03
    • 文件大小:1015byte
    • 提供者:醉世枭雄
  1. seed_fill

    0下载:
  2. 此代码给出了四邻域与八邻域的种子填充数据结构函数源码-Change the code gives the neighbors field and eight neighborhood filled with data structure functions of seed source
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:938byte
    • 提供者:Chen Yongren
  1. CPID

    0下载:
  2. 使用简单,灵活,方便,在网上很难找的到的,用于工业控制领域-The use of simple, flexible, convenient, online it is very difficult to find for the field of industrial control
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.88kb
    • 提供者:保证
  1. a

    0下载:
  2. 货郎担算法一直是C++领域一个经典的算法,该源代码通过四种方法对货郎担算法进行了求解。-Traveling salesman algorithm has been C++ are the field of a classical algorithm, the source code through the four methods for solving the traveling salesman algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.12kb
    • 提供者:黄鹏
  1. BinarySearchTree

    0下载:
  2. 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。注意:请采用动态存储方法保存这棵二叉排序树,事先并未知道该二叉排序树中的结点的个数。-Input from the keyboard on a string of positive integers, the last input-1 as an input symbol of the end. Such
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:231.81kb
    • 提供者:syuanying
  1. Theestablishmentandtraversebinarytreeinc

    0下载:
  2. 二叉树的建立与遍历.中序建立一棵二叉树,每个结点的数据域数据为char型,并按三种方式遍历(前序,中序,后序)。输出遍历结果。-The establishment and tree traversal. In order to establish a binary tree, each node of the data field for the char data type, and three ways traversal (pre-order, in sequence, after the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:873byte
    • 提供者:刘正朝
  1. DTree

    0下载:
  2. D-Tree是在机器学习的领域中一项非常重要的概念,D-Tree可以将大幅度地提高以前数的结构的效率。上传的文件中实现了一个最基本的D-Tree,并带有三个样例。-D-Tree is in the field of machine learning a very important concept, D-Tree can be significantly improved before the structure of a number of efficiency. From the paper
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1.21mb
    • 提供者:胡博
  1. BSTree

    0下载:
  2. 从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树要实现排序二叉树的插入。采取叶子插入法,即新插入的节点均为改二叉树的叶子节点,且满足中序有序性。-From the keyboard to enter a string of positive integers, the last input-1 as the input end of the sign. These are integer values as bin
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:374.07kb
    • 提供者:yezi
  1. hw2

    0下载:
  2. 按递增顺序找到二叉排序树中的底k个小的结点的函数,实现插入新的数据场之值,并保持二叉树的的性质不变的函数-By increasing order of binary sort tree to find the bottom in a small k-node function, insert a new data field to achieve the value and nature of the binary tree to maintain the same function
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3kb
    • 提供者:茹嫣
  1. Wuxiangtu

    0下载:
  2. 数据结构经典实例,以无向图的邻接多重表存储无向图。以数偶的形式依次从键盘上输入一串数据。如:(A,B)为从起始结点(其数据场之值为一大写的英文字母 A ),到终止结点(其数据场之值为一大写的英文字母 B)的无向边。最后输入(Z,Z)表示输入结束。-Classic examples of data structures in order to free the adjacency table to store multiple undirected graph. Followed by a fe
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.17kb
    • 提供者:周子
  1. Tree

    0下载:
  2. 数据结构经典实例,建立二叉排序树。从键盘上输 入一串正整数, 最后输入-1作为输入结束的标志。如输入的序列为:2,5,7,23,48,96,……,-1。请以这些正整数的值作为二叉排序树中的结点的数据场之值,建立一棵二叉排序树。-Classic examples of data structures, to establish binary sort tree. Keyboard input from a string of positive integers, the last input-1
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:9.08kb
    • 提供者:周子
  1. fieldvalues

    0下载:
  2. 函数fun的功能是计算出链表中各结点数据域中值之和,由于链表单向,利用循环从头结点开始搜索直到最后一个结点,每找到一个结点就把结点的数据域上的数据累加起来。-Function fun feature is calculated in the node list of data field values and, as a one-way linked list, nodes from scratch using loop start searching until the last node,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:705byte
    • 提供者:晶晶
  1. a

    0下载:
  2. 百米赛跑:某大学开田径运动会,现有12名选手参加100米比赛,对应的运动员号及成绩如表所示,请按照成绩排名并输出,要求每一行输出名次、运动员号及成绩。要求用冒泡法排序。-100 m race: a university and Field Games, the now 12 players participated in the 100 meters race, the corresponding number of athletes and the results as shown in th
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:134.53kb
    • 提供者:夏天
  1. data_arrange

    0下载:
  2. 数据结构排序算法,透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透视投影变换是令很多刚刚进入3D图形领域的开发人员感到迷惑乃至神秘的一个图形技术。其中的理解困难在于步骤繁琐,对一些基础知识过分依赖,一旦对它们中的任何地方感到陌生,立刻导致理解停止不前。-Data structures sorting
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:83.62kb
    • 提供者:robin
  1. ass4

    0下载:
  2. 数据结构作业4:以数偶的形式依次从键盘上输入一串数据。如:(A,B)为从起始结点(其数据场之值为一大写的英文字母 A ),到终止结点(其数据场之值为一大写的英文字母 B)的无向边。最后输入(Z,Z)表示输入结束。请用无向图的邻接多重表存储该无向图,并注意一定要使用动态存储结构。-Data Structure Assignment 4: The order of a few even in the form of a string of data input from the keyboard.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:489.79kb
    • 提供者:syes
  1. data_structer

    0下载:
  2. 数据结构是在整个计算机科学与技术领域上广泛被使用的术语。它用来反映一个数据的内部构成,即一个数据由那些成分数据构成,以什么方式构成,呈什么结构。数据结构有逻辑上的数据结构和物理上的数据结构之分。逻辑上的数据结构反映成分数据之间的逻辑关系,而物理上的数据结构反映成分数据在计算机内部的存储安排。数据结构是数据存在的形式。-Data structure is in the field of computer science and technology is widely used terminolo
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.03mb
    • 提供者:kine
  1. maximum-field

    0下载:
  2. 算法里经典问题,求解最大字段和问题,vs2010,c-Classical algorithm in question, problem solving and the maximum field, vs2010, c
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:718byte
    • 提供者:牛海玲
« 12 3 4 »
搜珍网 www.dssz.com