搜索资源列表
partition1
- 实验描述:分布式数据库的算法partition的具体实现。即通过该算法找到关系数据库最优分裂点,使得结果最优。 算法思想: 1、 首先根据所输入的attribute usage matrix得到AQ( ) 2、 对CA矩阵中划分点预先设在n-1处,并将属性列分成两个集合,TA和BA,TA中的元为:{ A1 、A2 …… An-1 },BA中的元素为:{ An} 3、 确定集合TQ、BQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA
VC_OpenDIB256
- 一个打开并显示位图或者像素矩阵的程序 注意:本程序没有使用DOC/VIEW架构, 所以理解起来更容易,适合初学者。 本程序支持bmp、raw格式图像的读取-an open and display bitmap pixel matrix, or the procedures to : this procedure does not use DOC / VIEW structure, make it easier to understand and suitable for
Opencv_Introduction
- 介绍了opencv的基础操作方法。比如利用opencv进行图像数据的读取、矩阵的运算等。
tiqushuju
- 一个读取文本文件指定位置的程序,文本文件的数据要以矩阵形式存储!然后把所得数据放到一文本文件里
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
text.rar
- 通过读取文本文件 取得数据之后根据数据在视图区输出以点为单位的矩阵,By reading a text file to obtain data at the data point to view the district as a unit output of the matrix
fengzhuang_fileinputandoutput
- 封装了基本的文件输入输出操作,可以读取文件中的矩阵,无论文件中以什么格式输入,它都可以做到,辛勤劳作所得,值得分享。-Packaging the basic input and output file operations can read the document matrix, no matter what format the document input, it can be done, hard work proceeds, it is worth sharing.
CSSTidy-1.3
- 一个CSS的语法解析器,读取CSS代码,并存成矩阵。用以优化和纠正CSS代码。-This class represents a CSS parser which reads CSS code and saves it in an array. In opposite to most other CSS parsers, it does not use regular expressions and thus has full CSS2 support and a higher relia
MaxSubMatrix
- 本程序是一个用来求方阵的最大和子矩阵的程序。输入从文件读取,输出写入文件。输入和输出文件都要有固定的格式。-This procedure is used for a square matrix of the largest and procedures. Read from the file input and output into the document. Input and output file format must be fixed.
shuizhunwang
- 水准网平差计算未知点坐标,矩阵的定义与生成,平差计算原理,数据读取-Leveling network adjustment calculation of the unknown point coordinates, the matrix definition and generation, adjustment calculation principle, the data read
readsomemats
- 读取大型矩阵,可以避免计算机内存太小而不能把大型矩阵读取。-read the large matrix
将txt文件读取为矩阵格式
- 利用matlab读取txt文件时将原来的数据读取为矩阵格式(When you read the txt file with MATLAB, you read the original data into a matrix format)
Matrix
- 从两个文本读取矩阵,并进行相应的矩阵计算,如加减乘,转置,求逆等。(Reading the matrixes from two text, and the corresponding matrix calculation, such as add and subtract, multiply, transpose, inverse, etc..)
lab5
- 用fpga将存储在sd卡中存储的矩阵读取并显示(Read and display the matrix stored in the SD card by FPGA)
hdf_5_landsat_8_acolite
- 基于acolite软件的Landsat 8 大气校正批处理,可以用于处理Landsat影像(The Landsat 8 atmosphere correction batch processing based on acolite software can be used to process Landsat images)
矩阵
- 矩阵的基本计算,包括从文件中读取矩阵,加法减法乘法和转置(Basic calculation of matrix)
readmatrix
- 从TXT文本中读取中文矩阵,从而可以用来做后面的分析(Read the Chinese matrix from the TXT text so that it can be used for the later analysis)
H矩阵读取程序
- 通过文本文档读取矩阵,并存储为二重指针。(Read the matrix and store it as a double pointer.)
readdata
- 试验得出的每帧数据为一个矩阵,该函数可把所有帧数据合并成一个矩阵(Each frame of the test data is a matrix, which can combine all the frame data into a three-dimensional matrix.)