代码搜索:triMat
找到约 17 项符合「triMat」的源代码
代码结果 17
www.eeworm.com/read/163221/10169552
h trimat.h
// TriMat.cpp : Defines the entry point for the console application.
//
//上三角矩阵的类的实现
#include "stdafx.h"
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
const int RowLimit=50
www.eeworm.com/read/162977/10254479
h trimat.h
// TriMat.cpp : Defines the entry point for the console application.
//
//上三角矩阵的类的实现
#include "stdafx.h"
#include "iostream"
#include "iomanip"
#include "stdlib.h"
const int RowLimit=50; //
www.eeworm.com/read/469528/6929796
h trimat.h
template
class TriMat
{
private:
T arr [MaxEleNum];
int rowTable[MaxRowNum];
int n;
public:
TriMat(int matSize);
~Trimat(void){};
void PutEle(T item,int i,intj);
www.eeworm.com/read/144074/12819570
h trimat.h
#ifndef TRIMAT_CLASS
#define TRIMAT_CLASS
#include
#include
#include
// maximum number of upper triangular entries and rows
const int ELEMENTLIMIT = 325;
www.eeworm.com/read/240686/13205091
h trimat.h
#ifndef TRIMAT_CLASS
#define TRIMAT_CLASS
#include
#include
#include
// maximum number of upper triangular entries and rows
const int ELEMENTLIMIT = 325;
www.eeworm.com/read/122674/14676356
h trimat.h
#ifndef TRIMAT_CLASS
#define TRIMAT_CLASS
#include
#include
#include
// maximum number of upper triangular entries and rows
const int ELEMENTLIMIT = 325;
www.eeworm.com/read/38039/1090248
mnu trimat.mnu
TRIM#AT 裁剪位置
#
Point 点
Trim at datum point, vertex, or curve end.
在基准点,顶点或曲线端点裁剪。
Curve 曲线
Trim at datum curve.
在基准曲线裁剪。
Surface 曲面
Trim at surface.
在曲面裁剪。
Quit 退出
Exit from this menu.
退出此菜单。
www.eeworm.com/read/38039/1094224
mnu trimat.mnu
TRIM#AT
#
Point
Trim at datum point, vertex, or curve end.
#
Curve
Trim at datum curve.
#
Surface
Trim at surface.
#
Quit
Exit from this menu.
#
www.eeworm.com/read/334793/12572257
h trimat.h
// TriMat.h: interface for the TriMat class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(_TRIMAT_H_)
#define _TRIMAT_H_
#include
#includ