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

搜索资源列表

  1. QR

    0下载:
  2. java生成二维码 经典 demo 案例 超简洁 三个文件,jar包放在项目下,两个类放到项目下,直接跑main方法,-Java two-dimensional code generation demo classic case of ultra simple three documents, jar package on the project, under the two categories into the project, the direct run main method,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:388448
    • 提供者:孙王
  1. Zero

    0下载:
  2. Fast Numerical Computational C++ lib: Including the following classes: class Complex • class ComplexVector • class ComplexMatrix • class RealVector • class RealMatrix • class Kronecker • class Gauss_Jorda
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:868011
    • 提供者:章隆
  1. QR_CodeScan

    0下载:
  2. 二维码扫描,仿微信的,代码简单,扫描率非常高,本人修改过,也在网上的Demo中下载的,完善后,我再次分享给大家。-Qr code scanning, imitation WeChat, code simple, scan rate is very high, I modified, also in the Demo download on the net, after complete, I share with you all again.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3190491
    • 提供者:李先森
  1. schur

    0下载:
  2. 矩阵的QR分解定理: 任意nxn实矩阵A, 存在正交阵Q与上三角阵R, 使得A=Q*R-QR matrix decomposition theorem: any nxn real matrix A, the presence of orthogonal matrix Q and the upper triangular matrix R, such that A = Q* R
  3. 所属分类:Project Manage

    • 发布日期:2017-04-29
    • 文件大小:10979
    • 提供者:丘海健
  1. howard_qr

    0下载:
  2. 二维码的实现,适合嵌入式方向。其他方向的也可以参考。-The QR develope.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-29
    • 文件大小:503902
    • 提供者:howard
  1. QR100

    0下载:
  2. 矩阵QR算法 能计算任何矩阵的Q和R,结果很精确,望大家修改使其精简点-Matrix QR algorithm can calculate any matrix Q and R, the results are accurate, we modify and adapt them to look to streamline the point
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1554
    • 提供者:a96ui06
  1. MatrixQR

    0下载:
  2. 解线性方程组,矩阵计算,QR算法解方程。-Solution of linear equations, matrix calculation, QR algorithm for solving equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:577
    • 提供者:hou
  1. Lyapunov_Lorenz

    0下载:
  2. 基本原理就是首先求解出连续系统微分方程的近似解,然后对系统的Jacobian矩阵进行QR分解,计算Jacobian矩阵特征值的乘积,最后计算出LE和分数维-The basic principle is to first find the approximate solution of differential equations continuous system, then the system will be on the Jacobian matrix QR decomposition p
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3436
    • 提供者:黄鸣
  1. QR_CodeScan_Baoji

    0下载:
  2. 手机中利用二维码进行定位.(标记部分) 程序包括两个部分,这部分为标记部分,需两部分配合使用-Project Name:QR_CodeScan_Baoji Descr iption:Mobile phone use qr code to locate (tag)
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1917712
    • 提供者:郭立渌
  1. QR_CodeScan_Dingwei

    0下载:
  2. 手机中利用二维码进行定位(定位部分) 该系统包括两个部分,该部分为定位部分,正常运行需要两个部分配合工作。-QR_CodeScan_Dingwei Mobile phone use qr code to locate (location)
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1920948
    • 提供者:郭立渌
  1. barcode_v1.0

    0下载:
  2. 软件介绍 拓网二维码名片在线生成系统基于开源的PHP二维码生成类库,提供在线生成个人名片的二维码图片,结合Android或者IPhone手机程序,使用手机摄像头在线扫描二维码图片,可以达到各方面的用途。-Software introduction Two dimensional code card online generation system attempts to develop the based on open source PHP QR code generation lib
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:182881
    • 提供者:李小鹏
  1. zxingTest3

    0下载:
  2. 自己修改的二维码源代码,基于Zing的,识别效果还可以,互相交流-Modify the qr code of the source code, based on the Zing, recognition effect can also, communicate with each other
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:78633
    • 提供者:feiniu
  1. 97288399QRcode

    0下载:
  2. QR二维码的生产源代码,visual studio 6.0开发,c++编写。-QR two-dimensional code to generate source code, visual studio 6.0 development, c++ compilation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:59512
    • 提供者:张泽豪
  1. Matrix

    0下载:
  2. 实现一个矩阵类,该类包含简单的矩阵运算,矩阵求行列式,初等变换法矩阵求逆,雅可比法矩阵特征值分解,householder变换法矩阵QR分解,矩阵LU分解,QR分解与反幂法求矩阵特征值与特征向量。 -A matrix class, include simple matrix operator, determinant of matrix, inverse of matrix, matrix eigenvalue decompose by Jacobi iteration, matrix QR
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:68454
    • 提供者:高勇
  1. QR_PRO

    0下载:
  2. QR二维码解码器 只在解码部分用到zxingjar包,其他部分都是用matlab语言写的,希望对你们有帮助-QR code decoder using matlab language
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:459796
    • 提供者:棠小熙
  1. QR_PRO

    2下载:
  2. 利用matlab实现QR码的识别,可以放入任何QR的图片,也可以实现输入源信息,自己生成二维码-Using matlab to achieve recognition of the QR code, QR can be placed in any of the pictures, you can also achieve the input source information, generate their own two-dimensional code
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:449536
    • 提供者:
  1. QRCodeGenerator1.1

    0下载:
  2. qr code generation in matalab by importing some outside java packages
  3. 所属分类:CA program

    • 发布日期:2017-04-29
    • 文件大小:56003
    • 提供者:pavan kumar
  1. Str_QrCode

    0下载:
  2. 基于QrCode源码的二维码生成软件,可以自定义任何功能。-Based on the qr code QrCode source generated software, you can customize any function.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:887634
    • 提供者:u a
  1. 360Satety

    0下载:
  2. 仿360安全卫士,实现手机杀毒、漏洞扫描、隐私保护、二维码扫描等功能-360 security guards, to realize mobile phone antivirus, vulnerability scanning, privacy protection, qr code scanning, and other functions
  3. 所属分类:android

    • 发布日期:2017-06-16
    • 文件大小:23907352
    • 提供者:BigBen
  1. phpqrcode-1.1.4

    0下载:
  2. PHP QR Code是PHP用来处理二维条形码的开发包。基于C语言的libqrencode库开发,提供生成二维条形码功能,包括PNG、JPG格式。使用纯PHP实现,无需依赖第三方包,除了GD2除外。 -PHP QR Code is a two-dimensional bar code used to process PHP development package. Based libqrencode library development C language, providing a t
  3. 所属分类:Web Server

    • 发布日期:2017-05-01
    • 文件大小:243349
    • 提供者:王淼
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com