搜索资源列表
Pointer_2demension_array-
- 在C++中,三位数组和二维数组不能够动态生成,但是可以使用指针来动态生成数组空间-In programming language C++, the 3 dimension array and 2 dimension array cannot be generated dynamically, however we can use pointer to generate the array
NetWork
- 基于supermap平台实现二维图的网络分析-Supermap platform based on two-dimensional chart analysis of network realization
qrcode
- 实现手机二维码图片的手机程序,图片清楚实用-Two-dimensional code image to achieve mobile phone programs, pictures clear and practical
TabReader
- zbar扫描二维码实例4,可以自定义界面,完全开源的代码,适合新手用,自己开发的,-ZBar scan two-dimensional code examples 4, can customize the interface, completely open source code, suitable for beginners to use, own development,
myBarcodeGenerate
- iphone/ipad环境下产生条形码例子,网上很多例子都是产生二维码的,没用产生条形码的,此例子产生的条形码识别率非常高-iPhone/iPad environment under the bar code examples, many examples online are two-dimensional code, useless barcode, barcode recognition rate in this example is very high
two-dimensional-array
- 动态申请二维数组,通过打开文件、读入数字、输出刚刚读入的数据等,最后释放申请的空间。-two-dimensional array
Samples
- 二维码扫描、页面类似QQ切换列表滑动效果等。-Dimensional code scanner, similar to the QQ Switches list page sliding effect and so on.
ZBarDemo.xcodeproj
- 实现二维码扫描, 实现二维码扫描-Realization of two- dimensional code scanning
iOS_zbar_demo
- 利用ZBar框架,自定义二维码扫描界面,实现二维码,条形码扫描等-Using the ZBar frame, custom two-dimensional code scanner interface, realize the 2D bar code, bar code scanning etc.
zxing-master
- 一个二维码的扫描插件,里面有很多实际的例子,能够简便开发-A little thing for IOS QRcode development
ZBar-master
- 二维码扫描 支持条形码 1D二维码 zbar-scaning erweima
QRCodeReader
- 二维码扫描Demo,支持iOS7,8,9-dimensional code scanning Demo
ST稀疏表
- ST 稀疏表的实现 ST(Sparse Table,稀疏表)算法是求解 RMQ 问题的经典在线算法,以 O (nlogn) 时间预处理,然后在 O (1) 时间内回答每个查询。ST 算法本质上是动态规划算法,定义了一个二维辅助数组 st [n][n],st [i][j] 表示原数组 a 中从下标 i 开始,长度为 2^j 的子数组中的最值(以最小值为例)。 预处理:要求解 st [i][j] 时,即求下标 i 开始,长度为 2^j 的子数组的最小值时,可以把这段子数组再划分成两半,每半的长度
