-
二维码识别
二维码识别 包括文件:Ø EnCodePdf.dll //PDF417编码动态链接库Ø EnCodeQr.dll //Qr_Code编码动态链接库Ø EnDataMatrix.dll //DataMatrix编码动态链接库Ø Wcomp.dll //图像压缩动态链接库 2) 支持操作系统Ø Windows 95/98Ø Windows NTØ Windows 2000 Professinal / Server 3) 支持开发环境有:Ø Microsoft Visual C++ 6.0 / .NetØ Microsoft Visual Basic 5.0/6.0Ø Microsoft Visual Foxpro 5.0/6.0Ø PowerBuilderØ Delphi
- 2022-11-16 01:30:02下载
- 积分:1
-
长40页的word中文文档: 通过本篇文章能对Java的初学者提供帮助,弄清一些Java编程技巧,如事件,线程,动画,双缓冲图像,复合键控制,等.一方面有助于J...
长40页的word中文文档: 通过本篇文章能对Java的初学者提供帮助,弄清一些Java编程技巧,如事件,线程,动画,双缓冲图像,复合键控制,等.一方面有助于Java编程学习,另一方面即使使用C或C++编程,本文的算法和技巧也都有相当价值.-the 40-word Chinese Document : This article can be Java beginners to help clarify some of the Java programming techniques such as incident, thread, animation, image-buffer, composite bonding control, and others. Both help to learn Java programming, and even if the use of C or C programming, the paper algorithms and techniques also have considerable value.
- 2022-01-25 13:52:52下载
- 积分:1
-
C++操作autoCAD下的dxf文件的示例
C++操作autoCAD下的dxf文件的示例-C++ Operation AutoCAD dxf files under the sample
- 2023-06-13 16:05:04下载
- 积分:1
-
力矩电机电磁计算程序,基于Basic进行开发
力矩电机电磁计算程序,基于Basic进行开发-Electromagnetic torque motor calculation program, developed based on the Basic
- 2022-01-31 02:25:00下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
数字图像模式识别技术与工程实践的一本书…
VC++数字图像模式识别技术及工程实践 一书中的程序源代码。-VC digital image pattern recognition technology and engineering practice a book of the source code.
- 2022-08-19 02:15:11下载
- 积分:1
-
OPENCV下画直线的程序源码,对数据处理,绘图显示有用啊!简单易用!...
OPENCV下画直线的程序源码,对数据处理,绘图显示有用啊!简单易用!
- 2022-01-25 17:02:01下载
- 积分:1
-
用c语言编写的一个动画程序
用c语言编写的一个动画程序-use of a language animation process
- 2022-03-05 09:21:43下载
- 积分:1
-
这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。...
这是一个三维立方体旋转动画,但要注意在运行可执行文件时很容易死机。-This is a three-dimensional rotating cube animation, but in which to run the executable file is very prone to crashing.
- 2022-02-20 01:57:04下载
- 积分:1
-
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下...
曲线拟合c++代码,在学数值分析(计算方法)的同学可以参考一下-curve fitting c code, the numerical analysis study (calculated), the students can take a look
- 2022-06-13 16:48:53下载
- 积分:1