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

搜索资源列表

  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. ldpc_distr

    0下载:
  2. LDPC码是Low Density Parity-check Codes的缩写,一个长为N的LDPC码由它的校验矩阵H来定义,该矩阵的特点是其中的元素0特别多,1特别少——即所谓的“低密度”。一个参数为(N,i,j)的H表示该矩阵中每列有i个1,每行有j个1,矩阵大小为N×K,N代表码字长度,K代表校验子的个数。 -LDPC code is the ab. of Low Density Parity-check Codes. A Length N LDPC is defined by its
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:625205
    • 提供者:姚中华
  1. TouchScreen_Test

    0下载:
  2. touchsceen_test ├─ main.c C语言主源文件 ├─ AscII6x8.c Ascii字符6x8点阵显示格式数据 ├─ lcd.c LCD显示函数源文件 ├─ lcd.h LCD定义头文件 ├─ Call_int.s 中断处理文件 ├─ tp.c 触摸屏控制函数源文件 └─ tp.h 触摸屏控制定义头文件-touchsceen_test East main.c C-language source East Main-Asc
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:11946
    • 提供者:吴中仪
  1. VGA-13h-SDK

    0下载:
  2. 这是一个支持VGA320*200*256C的小开发包,里含头文件vmode.h--用于调用此模式(0x13)的支持 vdraw.h--用于基本绘图操作的支持 chput.h--用于汉字及E文在图形方式下的显示支持 window.h--用于创建基本窗口控件的支持.Deam.c--演示程序的代码 hzk16--16*16的点阵汉字字库.-This is a support VGA320 * 200 * Male small development kits, said to contain the
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:9901
    • 提供者:董凯
  1. chinese_displty(lao)

    0下载:
  2. 汉字库的实现 一.获取字库.exe 可以获得汉字库及英文字库 二.查看字库.exe 可以查看汉字库及英文字库的点阵显示效果 三.显示程序.h 获取字库点阵及显示的源代码 四.其它资料 相关的字库显示资料 06.3 华工-the realization of a Store. Access library. Exe available Store and two English font. View library. Exe can view Store and Engli
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:843731
    • 提供者:劳中建
  1. matrixforpowersystem

    1下载:
  2. 电力系统稀疏矩阵计算类,用法范例代码,包括三个目录,MALIB(类),MATEST(使用范例),INCLUDE(*.H),是我编写的电力系统能量管理系统基础类之一.-power system sparse matrix computation, the use of code examples, including the three catalogs, MALIB (type), MATEST (using the example), INCLUDE (*. H), I was prepare
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:47718
    • 提供者:奇闻
  1. Strassen11

    0下载:
  2. 矩阵相乘的Strassen算法,其中 乘积矩阵C = H*H,H =(hij)n*n 1. hij = , i,j=1,…8 2. i,j=1,…12 矩阵H =(hij)n*n自动生成,取小数点后面6位计算 -Strassen matrix multiplication, the algorithm, the product matrix C = H * H, H = (hij) n * n 1. hij =, i, j = 1, ... 2. i, j = 1, ...
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16114
    • 提供者:巫俊强
  1. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7880
    • 提供者:李昭明
  1. rk4

    0下载:
  2. function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 % 输出列向量tout表示节点 (t0 , t1 , … ,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1337
    • 提供者:王志波
  1. span_forest

    0下载:
  2. Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, \"g++ -o span_forest span_forest.c\". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3545
    • 提供者:卢松
  1. color_change

    0下载:
  2. 提供大家颜色转换VC++源代码。RGB to HSV & HSV to RGB The Hue/Saturation/Value model was created by A. R. Smith in 1978. It is based on such intuitive color characteristics as tint, shade and tone (or family, purety and intensity). The coordinate system is cylin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:957
    • 提供者:大海
  1. foreman_part_qcif_444

    0下载:
  2. H.264 拒阵--- --- --- --- fgs-H.264 matrix ----------------------------- ------------------- fgs
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:70568
    • 提供者:davidwang
  1. STR71x_GPIO_Scanning_a_44Matrix_Keypad

    0下载:
  2. The aim of this application note is to show to scan the 4x4 matrix keypad multiplexed with a four 7-segment display. The software attached to this application note scans the pressed key and displays it on the multiplexed 7- segment LEDs. Thi
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:52571
    • 提供者:卞璐
  1. revmatrix

    0下载:
  2. 螺旋矩阵问题:编程产生H*L的螺旋矩阵。首先,我们用一个二维数组来放置矩阵,然后按照数字大小顺序来填充矩阵.-spiral Matrix : Programming produced H * L spiral matrix. First, we used a two-dimensional array to accommodate matrix, in accordance with the order number to filling matrix.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:吴远峰
  1. GassianXY

    2下载:
  2. 利用二元域的高斯消元法得到输入矩阵H对应的生成矩阵G,同时返回与G满足mod(G*P ,2)=0的矩阵P,其中P 表示P的转置 使用方法:[P,G]=Gaussian(H,x),x=1 or 2,1表示G的左边为单位阵-binary domain PGE law input matrix corresponding to the formation of H matrix G, Meanwhile the return of mod meet with the G (G * P, 2) =
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1519
    • 提供者:心海
  1. gallager1_data_1008_1_2

    0下载:
  2. LDPC研究者MacKay提供的校验矩阵H和对应的G,其中H的行重12,列重6,行数504,列数1008,任意两行不含围长为4的圈-LDPC researchers MacKay, the calibration matrix corresponding to the H and G, in which the re-H 12, series 6, a few 504, cited 1008, the two firms were non-arbitrary girth to the ring
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:61418
    • 提供者:心海
  1. ImageEdgeProcessing

    3下载:
  2. matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等-Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synthesis and modulus maxima, the r
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9791
    • 提供者:Jimmy Yen
  1. LDPC

    0下载:
  2. LDPC信道编码仿真。generate_h.m生成校验矩阵H。用main_encode.m程序载入校验矩阵信息,用encode.m进行编码。(LDPC channel coding simulation. Generate_h.m generates parity check matrix H. Load the check matrix information with main_encode.m program and encode with encode.m.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-28
    • 文件大小:15360
    • 提供者:ZhaoK
  1. test123

    0下载:
  2. 基于c语言开发的线性二次规划小程序,通过输入矩阵H和f,以及约束条件能够计算出最优值(quadratic program based on C language , through the input matrix H and F, as well as constraints can calculate the optimal values.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3983360
    • 提供者:naruto1992
  1. Golub G.H., Van Loan C.F.- Matrix Computations

    0下载:
  2. Matrix Computation about the QR decomposition method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:11676672
    • 提供者:kiang
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com