-
ASP website invasion tool ASP website invasion tool ASP website invasion Tools A...
ASP网站入侵工具 ASP网站入侵工具 ASP网站入侵工具 -ASP website invasion tool ASP website invasion tool ASP website invasion Tools ASP website invasion tool ASP website invasion tool ASP website invasion ASP network tools Point tools invasion invasion ASP website tools
- 2022-04-13 00:02:59下载
- 积分:1
-
词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好...
词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好-lexical analyzer, including keyword table and symbol table is targeted at the C language, and keyword table is the symbol table in the text files in the building, so it can be extended, procedures portability better
- 2022-04-12 00:23:46下载
- 积分:1
-
python之贪吃蛇学英语
这是一个完整的用python 写的关于贪吃蛇学英语的代码,方便初学者学习python初级GUI的设计,当然,本代码也存在很多的不足支持,请大家见谅。注意:此代码仅供初学者使用,方便大家的学习,谢谢!
- 2022-05-19 11:15:01下载
- 积分:1
-
Vc achieved in the control at run time to change the lay of the manual (by mouse...
实现了vc中控件在运行时的手动改变打下(通过鼠标拖动)-Vc achieved in the control at run time to change the lay of the manual (by mouse drag)
- 2022-08-04 01:57:29下载
- 积分:1
-
Supermarket management of POS systems, including front desk management and sales
超市POS系统的管理,包括前台管理和后台销售
- 2022-07-15 09:26:32下载
- 积分:1
-
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-MFC+5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
- 2022-02-13 03:43:27下载
- 积分:1
-
mfc编码 本项目示范了一个使用位图来生成不规则界面的工程
mfc编码 本项目示范了一个使用位图来生成不规则界面的工程-mfc coding model of the item using a bitmap interface to generate irregular projects
- 2023-06-26 12:30:03下载
- 积分:1
-
使用Qt+LibQrencode实现二维码生成
应用背景
使用Qt+LibQrencode实现二维码生成,支持跨平台编译
编译环境:Qt Creator + Qt4.8.4
二维码(QR Code)是用某种特定的几何图形按一定规律在平面(二维方向)分布的黑白相间的图形记录数据符号信息的。是所有信息数据的一把钥匙。应用十分广泛,如:产品防伪/溯源、广告推送、网站链接、数据下载、商品交易、定位/导航、电子凭证、车辆管理、信息传递、名片交流、wifi共享等。
二维条码常用的码制:
Data Matrix、MaxiCode、Aztec、QR Code、Vericode、PDF417、Ultracode、Code 49、Code 16K等。
二维码与一维码的对比:
一维码:只能在一个方向(一般是水平方向)上表达信息,只能由数字和字母组成。
二维码:在水平和垂直方向都可以存储信息,能存储汉字、数字和图片等信息。
可以看出,二维码是一种比一维码更高级的条码格式,应用领域也要广得多
关键技术Libqrencode(QRencode)是一个用C语言编写的用来解析二维条形码(QR Code)的程序库,Libqrencode通过手机的CCD摄像头来扫描二维条形码。二维码容量可达7000个数字或4000个字符,是非常强大的。
- 2023-06-10 10:35:04下载
- 积分:1
-
1. Server : (Windows platform) should first java jdk environment, recommended jd...
1.服务器端:(Windows平台)首先应有java环境jdk,建议采用jdk1.4,配置Taxpad或安装JCreater。然后安装SQL数据库,建立数据库javaicq,并且建立表icq和表friend。用户也可以还原数据库名字为:javaicq,,或可在SQL查询分析器里面运行代码,然后在控制面板中的ODBC数据源中设置用户DSN数据源javaicq和文件DSN数源javaicq建立与数据库的连接。然后在Taxpad或JCreater开发环境中运行javac Server.java ,java Server及可。
-1. Server : (Windows platform) should first java jdk environment, recommended jdk1.4, configuration or installation JCreater Taxpad. Then install the SQL database, database javaicq, and building tables and table icq friend. Users can also restore the database name : javaicq,, or in SQL Query Analyzer inside running code, then in the control panel ODBC data source user DSN data sources and documents DSN javaicq Soyea javaicq establish database connections. Then Taxpad or JCreater development environment running javac Server.jav a, java Server and can be.
- 2023-08-04 11:15:03下载
- 积分:1
-
应用visual c++设计了状态栏,有比较好的效果
应用visual c++设计了状态栏,有比较好的效果-Application of visual c++ designed the status bar, there is relatively good results
- 2022-03-21 16:13:20下载
- 积分:1