登录
首页 » Windows开发 » 条码:条码识别,可以直接运行程序;pdf417lib:两

条码:条码识别,可以直接运行程序;pdf417lib:两

于 2022-02-28 发布 文件大小:151.41 kB
0 183
下载积分: 2 下载次数: 1

代码说明:

barcode: 条形码识别,直接运行程序即可; pdf417lib:二维条形码打印(输出为ps格式的文件)。条形码生成器源程序:生成一维条形码,直接运行程序即可;-barcode : barcode recognition, can run the program directly; Pdf417lib : two-dimensional bar code printing (ps output format). Barcode Generator source : one-dimensional bar code generation, can run the program directly;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本人编写的一个反汇编外壳.感觉写得很烂
    本人编写的一个反汇编外壳.感觉写得很烂-I prepared a compilation of anti-shell. Written poor-quality feel
    2022-10-22 20:50:03下载
    积分:1
  • VC6.0平台下direct show抓频代码
    VC6.0平台下direct show抓频代码-VC6.0 platform grasping frequency direct show code
    2022-01-23 10:52:54下载
    积分:1
  • cryptoAPI应用源码很好的要
    cryptoAPI应用源码很好的要-cryptoAPI application to a good source
    2022-03-25 14:30:30下载
    积分:1
  • 贪吃蛇游戏
    基本上,这是简单的贪吃蛇游戏在具有 3D 效果。在这个游戏的蛇会吃它的食物,帮助它提高它的增长,它的身体变得越来越大。在这场比赛我们也实现了碰撞检测算法,如果蛇吃了自己然后游戏会结束。
    2022-07-14 00:23:39下载
    积分:1
  • windows下ftp服务端与客户端的实现
    1.ftpServer是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序; 2.目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现;
    2023-01-13 22:05:04下载
    积分:1
  • #包括<;STDLIB. H & gt;
    #include #include #include //#include #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro */ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HEADERSIZE sizeof(struct header) #define FOOTERSIZE sizeof(struct footer)-#include #include #include //#include #include "debugmalloc.h" #include "dmhelper.h" /*Define the macro*/ #define ALIGN 8 #define FENCE 0xDEADBEEF #define HEADERSIZE sizeof(struct header) #define FOOTERSIZE sizeof(struct footer)
    2022-01-20 23:08:39下载
    积分:1
  • 漂亮的C#软件启动界面特效源码,希望对你有帮助!
    漂亮的C#软件启动界面特效源码,希望对你有帮助!-Beautiful interface effects start C# software source code, want to help you!
    2022-02-02 17:19:54下载
    积分:1
  • glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。 glut.lib(SGI版)和glut3...
    glut.h 把这个文件"include"到您的源代码中。通常把这个文件放在您的编译器的头文件目录gl文件夹下。 glut.lib(SGI版)和glut32.lib(微软版),这个文件会被链接到您的程序,所以,把它放到编译器的lib文件夹下。 glut.dll(SGI版)和glut32.dll(微软版),把这个文件放在%WinDir%System32文件夹下。 然后拷贝对应的文件到对应的目录: glut32.dll to %WinDir%System, //这里或者是System32 glut32.lib to $(MSDevDir)....VC98lib, glut.h to $(MSDevDir)....VC98includeGL 对于vc2005,则应拷贝到: VCPlatformSDKLib和VCPlatformSDKIncludeGL-glut.h put this file include to your source code. Usually put this file on your compiler s header files directory gl folder. glut.lib (SGI version) and glut32.lib (Microsoft version), this document will be linked to your procedures, therefore, put it on the compiler s lib folder. glut.dll (SGI version) and glut32.dll (Microsoft version), put the document on the WinDir System32 folder. And copies of the corresponding documents to the corresponding directory: glut32.dll to WinDir System,// here or are System32glut32.lib to $ (MSDevDir ).... VC98lib, glut.h to $ (MSDevDir ).... VC98includeGL for vc
    2022-06-28 06:41:31下载
    积分:1
  • This program is used for finding the dofollow blog on the internet , it is usefu...
    This program is used for finding the dofollow blog on the internet , it is useful for the person who want to do the link building on other web sites.
    2023-02-23 11:20:03下载
    积分:1
  • 鼠标画图 要求:1、左键按下去始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。 2、右键单击后在该点会画一个大小随机的圆;中键按下...
    鼠标画图 要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。 2、右键单击后在该点会画一个大小随机的圆;中键按下后会在屏幕上输出一行“用鼠标画图的实验”字符,颜色和字体可以自定义。 3、所有数据的存储要定义在文档类中,而且之前所有的图形都可以回显。不要求对程序生成的图形进行文件保存 -Mouse drawing requirements: 1, left it to start by drawing a line, raised his paintings after the end of line left double-click in the point size will draw a random quadrilateral. 2, right-click in the point will draw a circle the size of random in key press will be output on the screen and his " experiments with the mouse to draw" characters, colors and fonts can be customized. 3, all data storage to the definition of class in the document, but before all of the graphics can be a significant return. Does not require the program to generate the graphics file
    2023-06-19 01:45:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载