搜索资源列表
font_operation
- 此程序ch_font.exe用于字库汉字点阵提取,功能1:将汉字库文件中提取汉字字符串的点阵数据写入到文件中; 功能2:根据汉字点阵查询其代表的汉字,内附有相关使用文档。 -ch_font.exe procedure for Chinese character dot matrix extraction, a function : Store documents will be extracted as a string of Chinese characters into the da
QRWinCE
- PartiTek SDK PartiTek Software Inc. is a professional image processing and barcode software development company that produces the SDK to encode & decode PDF417, QR Code, Data Matrix . By using PartiTek software, our users have successfully lever
QRWindows
- The SDK includes: Ø PtImageRW -Image file reading/writing. Ø PtPDF417Encode -PDF417 symbol writing Ø PtPDF417Decode -PDF417 symbol reading. Ø PtQREncode -QR Code symbol writing. Ø PtQRDecode -QR Co
plotMatrix
- % If only 1 output is specified, then dataout (a matrix the same size as % data) is returned. The order of t and align is immaterial, as long as % the data matrix is input first.
DataMatrix
- 我自己编写的Data Matrix二维条码的程序 ,目前实现了字符流-》数字流,还没有添加纠错码,
Matrix
- 数学计算工具软件系统 设计软件实现下列功能: (1)矩阵乘法的运算 (2)对n个数据的排序 (3)方程的求解 (4)任意曲线的积分运算 -Mathematical tool for software system design software to achieve the following functions: (1) matrix multiplication operator (2) of the n data sorting (3) Equation
moving_average_v3.1
- Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps. -MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at hi
TheexampleofMatrixcalculate
- 各种矩阵算法的综合,应该会对大家有帮助,因为IDL本身的有点就是处理大型矩阵类的数据-A variety of matrix algorithms General, it should be will have to help everybody, because IDL itself is a little deal with large matrices of data
imagerestoration
- 图像恢复 1.编程读出给定的多幅bmp文件的图像矩阵数据 2.编程利用噪声对图像矩阵进行数据劣化 3.编程利用图像恢复算法进行复原,并观察复原效果 4.调整噪声的种类和强度进行重复实验 -1. Programmed to read out a given number of bmp image matrix data file 2. Programming to use noise to the image data matrix degradation 3. Program
pca
- Performing principal components analysis on the N1-by-N2 real-valued data matrix X, where N1 and N2 are the number of features (N1 variables) and observations (N2 samples), respectively.
matrix
- pretty useful matrix data structure cla-pretty useful matrix data structure class
Matrix
- 矩阵乘法使用其次乘法迭代计算,数据随机生成,可以设置矩阵阶数。-Matrix multiplication using the multiplication followed by iterative calculation, the data randomly generated, you can set the order of matrix.
maxkurtica
- 一种新的基于峭度的盲源分离开关算法。程序调用说明:该算法程序调用格式为[y,w]=bksa(x),其中x是一个n*T的数据矩阵,y是估计出的源信号矩阵,w是n*n分离矩阵。-A new kurtosis-based switch algorithm for blind source separation. Program calls Note: The algorithm program calls the format [y, w] = bksa (x), where n* T x is a
MATRIX
- 運用資料結構的想法作出的資料結構能讓資結初學者認識資料結構-The idea of using data structures to the data structure allows understanding of data structure information for beginners Results
DSSS
- (1) 产生数值为±1的用户随机数据;给出Matlab下对应的模块; (2) 产生并给出64×64的Walsh矩阵,作为用户接入的扩频码; (3) 利用上述一个用户的扩频码和用户数据演示扩频过程;给出Simulink工作框图; (4) 利用FFT,计算并画出基带数据和扩频信号的频谱(在一个图中给出); -(1) value of ± 1 generated random data users given under the corresponding Matlab module
Blindestimation
- 根据接收数据阵x 、信道长度LH、过采样因子q ,采用Hopfield 盲处理方法,恢复出相应于x的尽可能长的BPSK发送序列,并估计 信道。-Based on the received data matrix x, the channel length of the LH, oversampling factor q, with Hopfield blind treatment, recovery corresponding to x, send a sequence of BPSK as l
Matrix-Operations(Complete)
- 一次数据结构课小组形式的大作业,实现矩阵的全套运算。包里有两个压缩文件,一个是生成dll的VS工程,另一个是加载dll的exe界面-The form of a data structure class group of large operations, to achieve a full set of matrix operations. Bag has two compressed files, one is to generate dll in VS project, and the ot
matrix
- 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
Matrix
- 包含三个数据成员:行(int 类型),列(int 类型),一个指针变量。提供一个无参数传递的构造函数和一个包含两个参数传递的构造函数。提供一个成员函数,设置矩阵元素。(Contains three data members: row (int type), column (int type), and a pointer variable. Provides a constructor with no arguments and a constructor that contains two p
data fitting vb
- 可以读取文本文件,进行平面、抛物面的拟合包括偏差计算,还有矩阵的运算等等。(Can read text files, plane, parabolic fitting, including deviation calculation, and matrix operations, and so on.)