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

资源列表

« 1 2 ... .55 .56 .57 .58 .59 23360.61 .62 .63 .64 .65 ... 28278 »
  1. avl

    0下载:
  2. 用户输入N,得到依次插入1到N的数字所形成的AVL树的两种遍历结果。-AVL TREE
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.16kb
    • 提供者:王彬
  1. graph

    0下载:
  2. 使用C++语言编写,实现了图的深度遍历的算法-Use C++ language, realize the depth graph traversal algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:656byte
    • 提供者:刘宇霆
  1. e1_p1

    0下载:
  2. 对于给定的整数N,设计算法求出(0,N]区间内所有满足x^2+y^2=z^2的所有正整数三元有序数组,并将结果写入文件中。-For a given integer N, design algorithm and the (0, N] range all meet x ^ 2+ y ^ 2 = z ^ 2 all positive integer ternary orderly array, and writes the result to a file.
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:7.48mb
    • 提供者:林宇
  1. 2010011016_e3_p1

    0下载:
  2. 表达式求值:给定一个浮点数混合运算的中缀表达式,分别实现转换成为后 缀表达式,然后求值;和直接对中缀表达式求值两种求值算法,并通过对给定测 试集的实验,比较两种算法的效率差异并进行分析。 -Expression uation: given a mixture of floating point calculation of infix expression, respectively after converted into
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5.17mb
    • 提供者:林宇
  1. 2010011016_e4_p1

    0下载:
  2. 编写五个函数,实现对二叉树的插入、复制、删除、非递归中序遍历和层序遍历操作,理解和掌握链式存储二叉树的性质和操作方法,同时进一步熟悉指针操作。-Write five functions to achieve the insertion of binary tree, copy, delete, and non-recursive preorder traversal sequence operations, understand and grasp the nature and operatio
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:7.48mb
    • 提供者:林宇
  1. 2010011016_e5_p1

    0下载:
  2. 用图的相关算法,解决清华园旅游问题,包括计算游览完不包括教学楼的所有景点需要的次数,找出最长的最短路径最小的点,计算铺设能到达所有景点的光纤的最小长度及路径。通过实验掌握图的表示方法和算法。-With related algorithms map, solve Tsinghua tourism issues, including the calculation does not include the number of times after visiting all the attracti
  3. 所属分类:Data structs

    • 发布日期:2017-05-25
    • 文件大小:7.73mb
    • 提供者:林宇
  1. 2010011016_e6

    0下载:
  2. 建立一个关于学生姓名及其若干课程成绩的数据处理系统,在满足基本的数据存储功能以外,还需要向用户提供添加新学生信息、删除已有学生信息、按某一门成绩对学生信息进行排序、按要求查询学生信息、输出学生信息到文件等功能。从而熟悉已学过的各种数据结构,并掌握它们各自的特点与适用情形,同时熟悉已学过的各种数据处理算法,特别是查询、排序、添加单元、删除单元,以及遍历等等,学会根据实际需要选择数据结构和算法设计。 -The establishment of a student' s name and the
  3. 所属分类:Data structs

    • 发布日期:2017-05-21
    • 文件大小:5.44mb
    • 提供者:林宇
  1. 2010011016_e8_p1

    0下载:
  2. 1、对给定的若干组数据,按照指定的阶数,根据最小二乘原理分别利用正规方程方法和QR 分解方法进行多项式拟合。 2、对给定的若干组数据,求经过这些点的插值多项式。 -1, for a given number of sets of data, according to the order specified in accordance with the principle of least squares methods are the use of the normal equatio
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:9.9kb
    • 提供者:林宇
  1. Eight-queens-problem

    0下载:
  2. 关于数据结构中二叉树的一个实例,代码比较简单,容易看懂。-About one example of a binary tree data structure, code is relatively simple, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:906byte
    • 提供者:申一平
  1. airplane

    0下载:
  2. 一个飞机起飞降落的程序代码,需要调试,比较简单,容易看到。-A takeoff landing program code, need to debug, simple, easy to see.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.71kb
    • 提供者:申一平
  1. Way_to_Algorithm

    0下载:
  2. 挑战算法之路中的具体实现代码,主要涉及信息学竞赛,计算机程序设计竞赛,以及《算法导论》中一些经典算法与题目具体实现~-Way to Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2.74mb
    • 提供者:
  1. poly

    0下载:
  2. 采用链表结构进行一元多项式的相加的VC++工程文件-List structure using the sum of one yuan polynomial VC++ project files
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:222.59kb
    • 提供者:王玉洁
« 1 2 ... .55 .56 .57 .58 .59 23360.61 .62 .63 .64 .65 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭