搜索资源列表
三角网生成
- 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.
delauncy
- 生成tin,三角网格的显示,delauncy三角形的显示-generation tin, the triangular mesh, the triangular show delauncy
TriMat
- 在目录“\\上三角矩阵类的实现”中给定了文件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
span_forest
- 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
nQueenCircle
- 算法设计中的经典问题,符号三角形,n皇后,圆排列-algorithm design of the classic, triangular symbols, n empress, with a round
数字三角形问题
- /*数字三角形问题 问题描述: 给定一个由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
Cholesky
- 用cholesky法解最小二乘法,矩阵三角分解-Cholesky method for the least squares method, the matrix triangular decomposition
求中心
- 一个计算三角形中心的实用程序,可手动控制,也可键盘输入,操作方便。-a calculation of the triangular practical procedures manual control can also be keyboarding, convenient operation.
xiasanjiaojuzhen
- 下三角矩阵的算法 程序有简单的下三角矩阵的输入,输出、查找、删除, 简单易懂-Lower triangular matrix algorithm process simple lower triangular matrix of the import, export, find, delete, easy-to-read
Triangle
- 求解数字三角形 可以手动输入和随机生成 输出最大路径的值 和 最大路径!-Solving triangular figure can be randomly generated and manually enter the path of the output value of the largest and the largest path!
duichengjuzhen
- 对称矩阵相乘: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,
triangle
- 用C++实现的三角形分形绘图问题求解源码-C++, to achieve problem solving triangular fractal mapping source
triangle_mesh
- 分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错-Were used C language and C++ language written for the triangular meshing algorithms. Into the effectiveness and speed are good
Matrix
- 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!
classic_C_algrithm
- 里面包括了很多经典的算法,包括 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一)等等 -Which includes many classic algorithms, including the Tower of Hanoi Fibonacci Liebasika triangular tri-color chess mouse labyrinth walk (1), etc.
yanghui
- 用栈操作实现扬辉三角的打印,属于数据结构的基本应运.-Yang Hui stack operation achieved with triangular print, are the basic data structure to be shipped.
Maze
- 主要利用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
Triangular-Reconstruction
- 基于增量扩散法的思想,提出并实现了一个散乱点云的三角网格重构算法-Based on region-growing idea, a triangular mesh reconstruction algorithm for points cloud is presented
test
- 实对称正定矩阵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
determinant-caculator
- 利用动态数组实现任意阶行列式计算,先将行列式化为上三角型,在计算对角线元素乘积-Dynamic arrays of any order determinant calculation, first the determinant into upper triangular, in the calculation of the diagonal elements of the product of