搜索资源列表
PrintHelixMatrix
- 螺旋矩阵问题: 螺旋矩阵问题:编程产生H*L的螺旋矩阵。(为了方便编程我们规定H和L不大于9,数据是按从小到大的顺序排列的)。-spiral Matrix : Spiral Matrix : Programming produced H * L spiral matrix. (To facilitate the programming we provide H and L of not more than nine, according to data from small to large
POSTagger
- (1)从已经标注好词性的语料中统计得到词性标记的二元转移矩阵,以及每个词以确定的词性标记出现的次数等数据(训练阶段) (2)利用动态规划算法快速选取词性标记路径,得到词性标记结果 (3)可以选择不同的词性标记集 -(1) has been marked from the Corpus POS good statistical POS be labeled binary transfer matrix, and every word to determine the POS m
稀疏矩阵的运算器
- 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "OK logical link with informati
AdvancedMatrix
- 用 c++ 实现的矩阵操作程序 功能: 1) 支持任意数据类型,以满足不同的需要 2) 支持任意个数的元素 3) 支持常规矩阵运算 4) 支持优化存储(如稀疏矩阵的存储)-with operational procedures to achieve the matrix functions : a) to support arbitrary data types, to meet the different needs 2) support arbitrary number
imageimpose
- 数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 直方图均匀化 模拟图像受高斯白噪声和椒盐噪声的影响 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 用巴特沃斯(Butterwo
convmat
- 一种把原始数据转换为矩阵形式,并且把数据分成训练与测试,按频率转换的一个小程序。-a kind of conversion of the original data matrix form, and data into training and testing, Frequency conversion by a small procedure.
64x64LED.16字 LED点阵屏+DS1302电子钟 C 程序
- 16字 LED点阵屏+DS1302电子钟 C 程序 1 脚接+5V 2,3脚32768HZ晶振 4脚接地 5脚接S51的P02 6脚接S51的P01 7接S51的P00 8脚接后备电源,可以接老计算机主板上的3.6V电池,也可以通过二级管隔离接一个大容量电解电容 电压在2.5V以上即可维持 595连级输出数据,138行驱动 P1_0为时钟模式转换键、P2_1为时钟加键、P1_2为时钟减键、P2_3为时钟复位键。在对时钟调整时未对调整 项做闪烁处理,16-chara
datamatrixcodingprocedures
- data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
ClusterData
- Performs hierarchical clustering of data using specified method and seraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Databa
cuda_matmult_opt
- CUDA matrix multiplication 3 different optimization schemes are included (loop unrolling, data prefetching, thread granularity)
DMcode
- data matrix编码格式的二维码编码器,完整的源码包含调用测试程序-Data matrix
Sparse-matrix-operations
- 数据结构课程报告 稀疏矩阵运算器 做了一星期成功了-Data structure courses report a sparse matrix operations a week success
Digital-matrix
- 根据输入的数据实现数字的螺旋纹路的数字方阵,并且显示在屏幕上-According to the input digital data lines of the number of square spiral, and displayed on the screen
test3
- 基于MPI的卷积计算,数据矩阵:256*256 –原始矩阵设置:随机50个点设置为255,其余为0 卷积核:5*5 –明确注明所设计的卷积核 迭代次数:100 –每5次迭代保存一次数据矩阵 –通过20个结果矩阵,生成动画-MPI-based convolution calculation, data matrix: 256* 256- the original matrix setting: Random 50 points set to
delphiMaxtric
- delphi利用数据矩阵,生成渐变颜色的图形,简单实例,有参考意义-delphi use data matrix generated gradient color graphics, a simple example, a reference value
2DCodeTest
- Delphi制做的Data Matrix二维码生成实例,简单快捷!-Delphi done the Data Matrix two-dimensional code generation instances, simple and quick!
Enhancement-homomorphic-filtering
- 采用傅里叶变换和数据矩阵平衡将同状态的波进行放大。 -Fourier transform and data matrix with the state of equilibrium will wave amplification.
READ--static-data
- labview实现的读取整个excel数据,并静态显示数据,用颜色表示矩阵大小值。并附一个labview编译应用程序时的系统性能考虑文档。- it reads the whole excel data with labview , using color indicating matrix size values.
Matrix-Operations
- Matrix Operations These programs are useful for people beginning to learn MATLAB, and has basic assignment solutions of tasks like creating a reverse diagonal matrix, processing data of a matrix ( like calculating the sum of perimeter elements) and
CUDA SPMV
- 稀疏矩阵向量乘法(Sparse Matrix-Vector Multiplication, SpMV)在许多科学计算程序中都有广泛的应用。数据矩阵A 是稀疏的,输入向量x 和输出向量y是稠密的。 y = Ax(Sparse Matrix-Vector Multiplication (SpMV) is widely used in many scientific computing programs. The data matrix A is sparse, the input vector x