-
PHP QR Code QR编码库
概述
PHP QR 码是用于生成 QR 码,二维条形码的开放源码 (LGPL) 库。基于 libqrencode C 库,提供 API 创建条码图像 (PNG、 JPEG 多亏了 GD2) 的 QR 码。实施纯粹在 PHP 中,没有外部的依赖关系 (除了 GD2 如果需要的话)。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-26 16:04:21下载
- 积分:1
-
字符串模式匹配算法(KMP算法)
字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
- 2022-01-25 20:35:54下载
- 积分:1
-
计算器源代码c。和windows自带的功能差不多。很多科学计算还没有加入。...
计算器源代码c。和windows自带的功能差不多。很多科学计算还没有加入。-c source code calculator. Windows and almost onboard functions. Many scientific computing has not joined.
- 2022-08-14 14:54:23下载
- 积分:1
-
约瑟夫问题,数据结构的经典例题。有助于大家对数据结构的理解!...
约瑟夫问题,数据结构的经典例题。有助于大家对数据结构的理解!-Joseph problems, the data structure of the classic Example. Data structure will help everyone understand!
- 2022-06-14 23:54:00下载
- 积分:1
-
hough椭圆拟合代码,非常好用
资源描述椭圆拟合(高斯分解和奇异值分解(很准确)两种)
- 2023-07-20 22:35:03下载
- 积分:1
-
功能程序支持的功能是:罪,因为,谭,阿辛,ACOS,阿坦,口罗…
函数程序中支持的函数有:sin,cos,tan,asin,acos,atan,exp,log,sign,pow-Function program support functions are: sin, cos, tan, asin, acos, atan, exp, log, sign, pow
- 2022-01-23 10:48:43下载
- 积分:1
-
哈夫曼压缩文件解压缩
哈夫曼压缩解压缩文件。使用自适应哈夫曼,在 *.asv 文件中,这可以解压缩压缩保存的所有文件类型。包含的所有文件。
- 2022-07-16 08:40:07下载
- 积分:1
-
这本书(v0.95)全部代码文件进行了
本书对Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间内对Linux 的工作机理获得全面而深刻的理解,- This book (v0.95) the complete code document has carried on the
detailed comprehensive annotation and the explanation to the Linux
early time operating system essence, is for the purpose of enabling
the reader to obtain comprehensive and the profound understanding in
the as far as possible short time to the Linux work mechanism,
- 2022-03-19 06:09:15下载
- 积分:1
-
高维空间中的广义投影群
Finding Generalized Projected Clusters in High Dimensional Spaces - ORCLUS - A subspace clustering algorithm.-Finding Generalized Projected Clusters in High Dimensional Spaces- ORCLUS- A subspace clustering algorithm.
- 2022-08-16 08:51:23下载
- 积分:1
-
冒泡排序
冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。
- 2022-08-22 04:51:29下载
- 积分:1