搜索资源列表
Linux
- PartiTek SDK PartiTek Software Inc. is a professional image processing and barcode software development company that produces the SDK to encode & decode PDF417, QR Code, Data Matrix . By using PartiTek software, our users have successfully lever
QRcode-Chinese-Standard
- QR Code是一种高效压缩的二维码,能够用二维矩阵编码各种符号,广泛的永远物品的自动识别和物品的生产和定位过程中,这份QR code中文标准可以帮助对二维码感兴趣的朋友很好的实现二维码。-QR Code is a highly compressed two-dimensional code, can use two-dimensional matrix code symbols, is always a wide range of automatic identification of goo
1
- 二维条码编码和解码技术的研究与应用对大部分初学者都是很用的。。。谢谢大家 !!1 - Two-dimensional bar code encoding and decoding technology research and application of most beginners are very useful. . . Thank you! ! 1
RCode
- java生成QR二维码。。。。。。又需要的下载-java generated two-dimensional QR code. . . . . . Also need to download
QR_encode_decode
- qr二维码,已经做成跨平台的,不需要任何系统支持-qr dimensional code, has made cross-platform, does not require any system support
1111
- C#二维码的编码和解码 输入二维码图像和生成二维码-QR Code
SVD_and_SDD
- 此为比较奇异值分解的算法,QR分解法和分而治之法,并带入了Lapack的选择控制的接口程序,方便在matlab下实用这两种不同的算法进行比较-the algorithm about the decomposition of singular value of matrix comparing the different algorithm in the lapack QR and divide and conquer (DAC)
evd
- Finding the eigenvalues and eigenvectors of a symmetric matrix The algorithm finds eigen pairs of a symmetric matrix by reducing it to tridiagonal form and using the QL/QR algorithm.