-
一个用来选择文件夹的类的源码
一个用来选择文件夹的类的源码- Uses for to choose the folder the kind of source code
- 2022-03-12 16:57:07下载
- 积分:1
-
程序实现最基本的万年历功能。
显示画面式样如下:
Mon. Tues. Wed. Thurs. Fri. Sat. Sun.
1 2 3 4...
程序实现最基本的万年历功能。
显示画面式样如下:
Mon. Tues. Wed. Thurs. Fri. Sat. Sun.
1 2 3 4 5 6
7 8 9 10 11 12 13
…………
Please input year and month
画面要求说明:
1 显示某年某月的一个月内的月历。
2 周末的日期和星期标记用红色显示。
3 显示的日期右侧对齐。并且和星期也对期。
2.2 动作要求
程序默认显示2007年7月的月历,要求可以通过程序输入的方式指定显示年月。
其中年份控制在从1980到2100年之间,不符合要求重新输入。
输入年月后显示清屏,重新显示(要求原来的显示清除)。
按”Q”或”q”键退出程序。
-Procedures to achieve the most basic calendar functions. Display style as follows: Mon. Tues. Wed. Thurs. Fri. Sat. Sun. 1 2 3 4 5 67 8 9 10 11 12 13 ... ... ... ... Please input year and month screen requirements Description: 1 shows a certain period of within one month of the calendar. 2 over the weekend marking the date and week display in red. 3 shows the date right-aligned. And are also on the period of weeks. 2.2 shows the default action request procedure in July 2007 of the calendar, the demands, which can be imported through designated procedures show date. One year of control from the 1980-2100 years, do not meet the req
- 2022-09-02 09:40:03下载
- 积分:1
-
半透明的图像处理,其中的类CLimpid实现半透明图像问题。
半透明处理图象,其中的类CLimpid实现了半透明处理图象!-translucent image processing, the category CLimpid achieve a translucent image processing!
- 2022-03-24 15:28:08下载
- 积分:1
-
这个SPLITTER VIEW比较简单,实现也快,容易懂.
这个SPLITTER VIEW比较简单,实现也快,容易懂.-this relatively simple to achieve soon, easy to understand.
- 2023-05-07 15:30:02下载
- 积分:1
-
caro progamming
固态硬盘DGHGFDGDFGFHGHGHG固态硬盘DGHGFDGDFGFHGHGH
- 2022-02-14 17:15:38下载
- 积分:1
-
根据自己需要修改字体,颜色,大小等等,属于VC6.0界面编程遍,初学者...
根据自己需要修改字体,颜色,大小等等,属于VC6.0界面编程遍,初学者-According to their own needs, changes font, color, size, etc., belong to VC6.0 Programming Interface times beginners
- 2022-06-28 08:38:55下载
- 积分:1
-
程序员经常为在程序中设计进度条而烦恼,这个程序演示了如何简单的在status bar中的实现进度条。...
程序员经常为在程序中设计进度条而烦恼,这个程序演示了如何简单的在status bar中的实现进度条。- The programmer frequently for designs the progress strip in the
procedure but the worry, did this procedure demonstrate has been how
simple in the status bar realization progress strip.
- 2022-03-10 11:22:25下载
- 积分:1
-
vb开发的程序,可以模拟VC中的切分窗口,可以使自己的程序专业化。...
vb开发的程序,可以模拟VC中的切分窗口,可以使自己的程序专业化。-vb the program can simulate the VC splitting window, can make its specialized procedures.
- 2022-06-27 11:14:53下载
- 积分:1
-
这是一个用VC编写简单字体演示程序,对与初学者有一定的帮助意义....
这是一个用VC编写简单字体演示程序,对与初学者有一定的帮助意义.-This is a simple preparation with VC fonts demo program, and beginners can help significance.
- 2023-08-26 18:25: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