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

搜索资源列表

  1. 三角网生成

    1下载:
  2. VC++下的不规则三角网生成算法,这是不规则三角网的生长算法,通过建立TIN类,在TIN类内实现一些方法.-VC under the TIN generation algorithm, which is triangular irregular network growth algorithm, through the establishment of TIN category, the category TIN achieve some ways.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:feng
  1. delauncy

    0下载:
  2. 生成tin,三角网格的显示,delauncy三角形的显示-generation tin, the triangular mesh, the triangular show delauncy
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41.73kb
    • 提供者:guww
  1. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:李昭明
  1. span_forest

    0下载:
  2. Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, \"g++ -o span_forest span_forest.c\". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.46kb
    • 提供者:卢松
  1. nQueenCircle

    0下载:
  2. 算法设计中的经典问题,符号三角形,n皇后,圆排列-algorithm design of the classic, triangular symbols, n empress, with a round
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:82.65kb
    • 提供者:JK
  1. 数字三角形问题

    0下载:
  2. /*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/ * Digital triangle Issue Descr iption : given an OK by the number n of triangular figure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:phq
  1. Cholesky

    0下载:
  2. 用cholesky法解最小二乘法,矩阵三角分解-Cholesky method for the least squares method, the matrix triangular decomposition
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:576.49kb
    • 提供者:何巧
  1. 求中心

    0下载:
  2. 一个计算三角形中心的实用程序,可手动控制,也可键盘输入,操作方便。-a calculation of the triangular practical procedures manual control can also be keyboarding, convenient operation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:3.31kb
    • 提供者:刘源
  1. xiasanjiaojuzhen

    0下载:
  2. 下三角矩阵的算法 程序有简单的下三角矩阵的输入,输出、查找、删除, 简单易懂-Lower triangular matrix algorithm process simple lower triangular matrix of the import, export, find, delete, easy-to-read
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1.73kb
    • 提供者:杨杨
  1. Triangle

    0下载:
  2. 求解数字三角形 可以手动输入和随机生成 输出最大路径的值 和 最大路径!-Solving triangular figure can be randomly generated and manually enter the path of the output value of the largest and the largest path!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:zhengzhichao
  1. duichengjuzhen

    0下载:
  2. 对称矩阵相乘:2. A和B是两个n×n阶的对称矩阵,以行为主序输入对称矩阵的下三角元素,压缩存储存入一维数组A和B,编写一个算法计算对称矩阵A和B的乘积,结果存入二维数组C。-Symmetric matrices: 2. A and B are two n × n symmetric band matrix, in order to conduct the main sequence of input symmetric matrix elements of lower triangular,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:156.66kb
    • 提供者:李月
  1. triangle

    0下载:
  2. 用C++实现的三角形分形绘图问题求解源码-C++, to achieve problem solving triangular fractal mapping source
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:87.14kb
    • 提供者:张剑锋
  1. triangle_mesh

    0下载:
  2. 分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错-Were used C language and C++ language written for the triangular meshing algorithms. Into the effectiveness and speed are good
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.18mb
    • 提供者:stefanie
  1. Matrix

    0下载:
  2. C语言实现的几种特殊矩阵的压缩存储,包含上三角矩阵,下三角矩阵,条形矩阵,稀疏矩阵等的要所存储!-C language implementation of several specific matrix compression and storage, including the upper triangular matrix, lower triangular matrix, linear matrix, sparse matrix, etc. to the store!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4.13kb
    • 提供者:季义钦
  1. classic_C_algrithm

    0下载:
  2. 里面包括了很多经典的算法,包括 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一)等等 -Which includes many classic algorithms, including the Tower of Hanoi Fibonacci Liebasika triangular tri-color chess mouse labyrinth walk (1), etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:431.14kb
    • 提供者:my
  1. yanghui

    0下载:
  2. 用栈操作实现扬辉三角的打印,属于数据结构的基本应运.-Yang Hui stack operation achieved with triangular print, are the basic data structure to be shipped.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:258.07kb
    • 提供者:alex
  1. Maze

    0下载:
  2. 主要利用C++语言写的不相交集,来实现随机生成的一个三角形迷宫,并允许用户指定迷宫的入口和出口-The program is mainly about using the disjoint set in C++ to write a triangular maze randomly and allowing the user to specify the exit and entrance
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:11.96kb
    • 提供者:谭晓
  1. Triangular-Reconstruction

    0下载:
  2. 基于增量扩散法的思想,提出并实现了一个散乱点云的三角网格重构算法-Based on region-growing idea, a triangular mesh reconstruction algorithm for points cloud is presented
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:484.62kb
    • 提供者:吉祥如意
  1. test

    0下载:
  2. 实对称正定矩阵LD和UD分解,即A=LDL^或A=UDU^,其中L为单位下三角矩阵,U为单位上三角矩阵,L^和U^分别是L和U的转置矩阵,代码自己写的,C++,学工科的同学可能会用到这两个分解,算法也有,可以-Real symmetric positive definite matrix LD and UD decomposition, that is A = LDL^ = UDU ^ where L is unit lower triangular matrix, U as a unit t
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1012.3kb
    • 提供者:李昕
  1. determinant-caculator

    0下载:
  2. 利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:7.53kb
    • 提供者:高富帅
« 12 »
搜珍网 www.dssz.com