搜索资源列表

  1. QREncode

    0下载:
  2. QR二维码生成器 源代码 珍贵资源 生成矩阵式二维码-Two-dimensional QR code generator generates the source code for scarce resources dimensional code matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:3958784
    • 提供者:李超
  1. 20076111711553381

    0下载:
  2. JAVA编写的QR码源码,QR是英文“Quick Response”的缩写,欢迎大家交流-QR code written in JAVA source code, in 1994 by the Japanese company Denso-Wave invention (QB06102506). QR is in English " Quick Response" stands for the exchange wel
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:366592
    • 提供者:lihuimin
  1. 20076189284768339

    0下载:
  2. 1994年由日本Denso-Wave公司发明(QB06102506)。QR是英文“Quick Response”的缩写,即快速反应的意思,源自发明者希望QR码可让其内容快速被解码。QR码最常见于日本,并为目前日本最流行的二维空间条码。QR码比普通条码可储存更多资料,亦无需像普通条码般在扫描时需直线对准扫描器。-In 1994 by Japanese company Denso-Wave invention (QB06102506). Q
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lihuimin
  1. 18-6

    0下载:
  2. 该代码为矩阵qr分解的并行算法,采用的是MPI编程方法-The code for the matrix qr decomposition parallel algorithms, using the MPI programming
  3. 所属分类:并行运算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:汪峰
  1. bmaqr

    0下载:
  2. 利用C语言,本程序实现了对实矩阵的QR分解-Using C language, the program achieved the QR decomposition of real matrices
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:xuwanye
  1. A_QR

    1下载:
  2. void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:moontea
  1. EwTM

    0下载:
  2. qr码的生成与解读 ,二维qr条码项目的J2ME源代码。软件包括1.核心QR码编/解库,2.对一段信息进行QR编码,输出二维条码图片,3.并且可以上传图片到应用服务器。4.从摄像头获取一个拍摄的二维条码并解码。5.从网络上选择一个二维条码并解码取出信息。 -qr code generation and interpretation of two-dimensional bar code project qr J2ME source
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:李学兵
  1. QR

    0下载:
  2. 利用QR算法解household变换阵,用Householder变换法对矩阵A作正交分解-QR Algorithm for household use transformation matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:何鲁桂
  1. QRCodeGenerator

    0下载:
  2. Qr Code generator for windows VB.NET
  3. 所属分类:.net编程

    • 发布日期:2024-05-18
    • 文件大小:834560
    • 提供者:Gilberto
  1. QR

    0下载:
  2. 二维码生成器CSharp源代码,日本源码-Two-dimensional code generator CSharp source code, the Japanese source
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:62464
    • 提供者:陈桂欣
  1. QRdecode

    0下载:
  2. QR官方解码源文件,Java版,适合初学者-Official decoding QR source files, Java version, suitable for beginners
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1372160
    • 提供者:gff
  1. QR_Image_Source

    0下载:
  2. 二维条形码编码程序,QRcode编码,支持QR Code model 2和纠错码。-Two-dimensional bar code encoding process, QRcode coding, support QR Code model 2 and the error-correcting codes.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:4591616
    • 提供者:liwei
  1. iphone

    0下载:
  2. 二维码编码,QR码实现,Two-dimensional coding, QR code to achieve, Two-dimensional coding-Two-dimensional coding, QR code to achieve, Two-dimensional coding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:210944
    • 提供者:陈渔江
  1. Blast_QR

    0下载:
  2. QR分解的编码,可以直观的看到编码的过程-base on OR
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:李继旭
  1. qr

    0下载:
  2. 数值计算里的矩阵分解问题,基于QR算法的矩阵分解。且矩阵元素是在复数域进行讨论的-In the numerical calculation of matrix decomposition algorithm based on the problem that QR decomposing matrix. And the matrix element is discussed in the complex field
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:张平
  1. QR

    0下载:
  2. 矩阵的QR分解,编译执行,按提示操作输入矩阵的元素即可输出结果.- The QR factorization algorithm of matrix,compile and run,input the element according the suggestion,then you can have the desire result!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:262144
    • 提供者:良仔
  1. 2010032609312679

    0下载:
  2. qr码生成代码可运行的QR码生成界面,包含部分源代码,可实现多种功能的QR码生成-qr code generated code can run the QR code generation interface, including some source code, can achieve a variety of functions generates QR Codes
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:32768
    • 提供者:刘洋
  1. java_barcode_trial

    0下载:
  2. qr code java application
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1171456
    • 提供者:aicha1
  1. qrencode-3.1.1.tar

    0下载:
  2. QR code generate code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:377856
    • 提供者:jimmy
  1. QR

    0下载:
  2. 北航数值分析大作业 对矩阵进行QR分解 word文档 内附算法说明以及相关程序-Northern analysis of large numerical matrix operations on the QR decomposition algorithm for word document containing a descr iption, and related procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:123904
    • 提供者:vinilla
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

源码中国 www.ymcn.org