CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - data matrix

搜索资源列表

  1. PrintHelixMatrix

    0下载:
  2. 螺旋矩阵问题: 螺旋矩阵问题:编程产生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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1143
    • 提供者:
  1. POSTagger

    0下载:
  2. (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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:96434
    • 提供者:丁淑彬
  1. 稀疏矩阵的运算器

    1下载:
  2. 稀疏矩阵的运算器 [基本要求] 以“带行逻辑链接信息”的三元组顺序表表示稀疏矩阵,实现两 个矩 阵相加、相减、相乘的运算。稀疏矩阵的输入形式采用三元组表示, 而运算结果的矩阵则以通常 的阵列形式列出。 这是出自清华大学 严蔚敏 吴伟民 编著的数据结构题集(C语言版)的第136页的实习4 -sparse matrix operations for the [basic requirements] "OK logical link with informati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4948
    • 提供者:snow
  1. AdvancedMatrix

    0下载:
  2. 用 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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1615
    • 提供者:程序员
  1. imageimpose

    0下载:
  2. 数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 直方图均匀化 模拟图像受高斯白噪声和椒盐噪声的影响 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 用巴特沃斯(Butterwo
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:10774
    • 提供者:王晓明
  1. convmat

    0下载:
  2. 一种把原始数据转换为矩阵形式,并且把数据分成训练与测试,按频率转换的一个小程序。-a kind of conversion of the original data matrix form, and data into training and testing, Frequency conversion by a small procedure.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1424
    • 提供者:王小然
  1. 64x64LED.16字 LED点阵屏+DS1302电子钟 C 程序

    1下载:
  2. 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
  3. 所属分类:汇编语言

    • 发布日期:2015-07-30
    • 文件大小:3635
    • 提供者:
  1. datamatrixcodingprocedures

    0下载:
  2. data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1317070
    • 提供者:gdq
  1. ClusterData

    0下载:
  2. 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
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-22
    • 文件大小:2339
    • 提供者:tra ba huy
  1. cuda_matmult_opt

    0下载:
  2. CUDA matrix multiplication 3 different optimization schemes are included (loop unrolling, data prefetching, thread granularity)
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:15569
    • 提供者:mghs
  1. DMcode

    0下载:
  2. data matrix编码格式的二维码编码器,完整的源码包含调用测试程序-Data matrix
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:647528
    • 提供者:刘冬
  1. Sparse-matrix-operations

    0下载:
  2. 数据结构课程报告 稀疏矩阵运算器 做了一星期成功了-Data structure courses report a sparse matrix operations a week success
  3. 所属分类:MiddleWare

    • 发布日期:2017-11-12
    • 文件大小:3174
    • 提供者:success
  1. Digital-matrix

    0下载:
  2. 根据输入的数据实现数字的螺旋纹路的数字方阵,并且显示在屏幕上-According to the input digital data lines of the number of square spiral, and displayed on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:41592
    • 提供者:朱萍
  1. test3

    2下载:
  2. 基于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
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:3072
    • 提供者:路东英
  1. delphiMaxtric

    0下载:
  2. delphi利用数据矩阵,生成渐变颜色的图形,简单实例,有参考意义-delphi use data matrix generated gradient color graphics, a simple example, a reference value
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:51724
    • 提供者:dc
  1. 2DCodeTest

    0下载:
  2. Delphi制做的Data Matrix二维码生成实例,简单快捷!-Delphi done the Data Matrix two-dimensional code generation instances, simple and quick!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:197058
    • 提供者:MT
  1. Enhancement-homomorphic-filtering

    0下载:
  2. 采用傅里叶变换和数据矩阵平衡将同状态的波进行放大。 -Fourier transform and data matrix with the state of equilibrium will wave amplification.
  3. 所属分类:assembly language

    • 发布日期:2017-04-26
    • 文件大小:13334
    • 提供者:常俊德
  1. READ--static-data

    0下载:
  2. labview实现的读取整个excel数据,并静态显示数据,用颜色表示矩阵大小值。并附一个labview编译应用程序时的系统性能考虑文档。- it reads the whole excel data with labview , using color indicating matrix size values.
  3. 所属分类:LabView

    • 发布日期:2017-05-05
    • 文件大小:18613
    • 提供者:
  1. Matrix-Operations

    0下载:
  2. 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
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:732
    • 提供者:Neetal Nema
  1. CUDA SPMV

    2下载:
  2. 稀疏矩阵向量乘法(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
  3. 所属分类:并行计算

    • 发布日期:2018-04-20
    • 文件大小:21504
    • 提供者:甄文明
« 12 3 4 »
搜珍网 www.dssz.com