-
实现在对于基于对话框的程序,如何加入菜单和工具栏。同时建立链表结构,用于list列表框选择的功能,是一个我完成了一部分的界面程序...
实现在对于基于对话框的程序,如何加入菜单和工具栏。同时建立链表结构,用于list列表框选择的功能,是一个我完成了一部分的界面程序-achieve the dialog-based procedures, how to join the menu and the toolbar. While establishing Chain structure for list box selection of functions, I was a complete part of the interface procedures
- 2022-10-18 06:20:03下载
- 积分:1
-
11个震撼的javascript网页效果
里面包含11个震撼的javascript网页效果:1,2,3,4,5,JavaScript图片特效,Js拖动特效一串水晶(很强大),Tank网页版,
很有意思的图片分裂复制效果,很炫的Javascript立体图片展示,漂亮的js时钟效果。
- 2023-05-24 22:10:04下载
- 积分:1
-
VC编程100个经典例子,是不可多得的资料
VC编程100个经典例子,是不可多得的资料-VC Programming 100 classic example is the invaluable information
- 2023-01-30 05:10:03下载
- 积分:1
-
demonstration of the procedures Msflexgrid methods and the use of some known to...
本程序演示了Msflexgrid的使用方法和一些不为大家所熟知的有用方法-demonstration of the procedures Msflexgrid methods and the use of some known to everyone as a useful method
- 2022-06-22 00:06:24下载
- 积分:1
-
这是一个JPEG图像编码及解码的程序。它不使用级别…
This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compared for each DCT method. Effect of coarse and fine quantization is also examined. The execution time of 2 DCT methods is also checked. In addition, most energatic DCT coefficients are also applied to examine the effect in MatLab 7.4.0 R2007a. Input is 9 gray scale pictures & output is 9*9=81 pictures to compare. Blocking effect is obvious.
-This is a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN - LEVEL coding is used instead of Huffman coding. Compression ratio is compar
- 2022-01-22 14:49:02下载
- 积分:1
-
此文件实现了在VC++中动态创建对话框的功能,源文件包括很多函数说明了采用何种方法实现动态的创建对话框。此程序来自《电脑编程技巧与维护》。...
此文件实现了在VC++中动态创建对话框的功能,源文件包括很多函数说明了采用何种方法实现动态的创建对话框。此程序来自《电脑编程技巧与维护》。-achieved in VC dynamic dialog creation functions, including many of the source documents note the function method used to create dynamic dialog. This program from the "computer programming skills and maintenance."
- 2022-01-25 20:29:30下载
- 积分:1
-
qt alarm实现闹钟
#include"alarm.h"
#include
Alarm::Alarm(QWidget * parent)
:QDialog(parent)
{
init();
layout();
con();
};
// ******
// 初始化
// ******
void Alarm::init()
{
setWindowTitle("Alarm clock"); //设置标题
setFixedSize(QSize(300,80)); //固定大小
timer=new QTimer; //控制lcd的时间刷新
uptimer=new QTimer; //控制对话框上升
dtimer=new QTimer; //控制对话框下降
itimer=new QTimer;
lcdNumber=new QLCDNumber; //显示当前时间
lcdNumber->setFixedSize(QSize(150,50)); //固定大小
lcdNumber->setNumDigits(8); //显示八个数字,默认是显示5个数字
lcdNumber->setSegmentStyle(QLCDNumber::Flat); //填充颜色,默认是白色的
lcdNumber->display(QTime::currentTime().toString("hh:mm:ss")); //设置格式,还有其他形式的
label=new QLabel(QString::fromLocal8Bit("闹钟")); //提示设置下个闹钟
- 2022-01-28 04:54:06下载
- 积分:1
-
Windows MFC的窗口子类化的一个例子,写的很好,可以参考!
Windows MFC的窗口子类化的一个例子,写的很好,可以参考!-Windows MFC Subclassing a window for an example of good writing, you can refer to!
- 2022-04-09 01:15:47下载
- 积分:1
-
vcSDll VCD2000AV卡的API函数封装
DvrDll PV988卡的API函数封装
DvsCode 监控录像系统源代码...
vcSDll VCD2000AV卡的API函数封装
DvrDll PV988卡的API函数封装
DvsCode 监控录像系统源代码-vcSDll VCD2000AV card API Function Packaging DvrDll PV988 card API Function Packaging DvsCode video surveillance system source code
- 2022-06-16 05:26:18下载
- 积分:1
-
老外写的给自己做的控件增加在线(in
老外写的给自己做的控件增加在线(in-place)提示消息的类和demo源代码-Written by foreigners to increase their own control to do online (in-place) are prompted to type messages and demo source code
- 2022-02-12 05:07:25下载
- 积分:1