-
vb usb 通信
frmMain.frm 窗体及代码
ApiDeclarations.bas 接口声明
使用VB编程,对USB进行通信测试。
- 2022-02-12 07:50:59下载
- 积分:1
-
Version 4.1 of ReSize contains 3 install files.
ReSize16.exe
Version 4.1 of ReSize contains 3 install files.
ReSize16.exe --> This file installs the 16 bit version of ReSize OCX.
The 16 bit version of ReSize OCX is only compatible with
16 bit Visual Basic 4.0.
ReSize32.exe --> This file installs the 32 bit version of ReSize OCX.
The 32 bit version of ReSize OCX is compatible with 32 bit
Visual Basic 4.0, Visual Basic 5.0, Visual Basic 6.0, and
ASNA s Visual RPG.
ReSize_.NET.exe --> This file installs the .NET version of ReSize. The .NET
version of ReSize is compatible with Visual Studio .NET.
It can be used with Visual Basic .NET, Visual C# and other
languages that are compatible with .NET.-Version 4.1 of ReSize contains 3 install files.
ReSize16.exe--> This file installs the 16 bit version of ReSize OCX.
The 16 bit version of ReSize OCX is only compatible with
16 bit Visual Basic 4.0.
ReSize32.exe--> This file installs the 32 bit version of
- 2022-03-15 13:08:47下载
- 积分:1
-
实现文档的视图分割和现实功能,视图之间的切换功能等.
实现文档的视图分割和现实功能,视图之间的切换功能等.-achieve documents View functional segmentation and reality, between the View switching capabilities.
- 2022-02-20 07:23:00下载
- 积分:1
-
MFC弹出警告对话框
比较简单的弹出对话框(MFC做的),有两种。一种是直接弹出,第二种是重载
- 2023-02-15 04:15:04下载
- 积分:1
-
在您的窗口里加作为一个任务的相同的将自动隐藏的工具…
在你的windows里加一个象任务条一样,会自动隐藏的工具条-in your windows Riga as a mandate of the same will be automatically hidden tools of
- 2023-03-23 15:25:04下载
- 积分:1
-
仪表控制
meter control
- 2023-03-17 06:05:03下载
- 积分:1
-
The use of GDI+ technology to draw a curve. This is a good curve, a friend in ne...
使用GDI+技术画出一条曲线。这是比较好的曲线,需要的朋友可以下载来参考一下。-The use of GDI+ technology to draw a curve. This is a good curve, a friend in need can be downloaded for reference.
- 2022-05-28 10:38:36下载
- 积分: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
-
一个Ctrllist的,可以了吗,好急啊,都怪我,把原来帐户密码都弄丢了...
一个Ctrllist的,可以了吗,好急啊,都怪我,把原来帐户密码都弄丢了-a Ctrllist, can there? Good Jie, Send them to me, the original account password of the unprovoked
- 2022-02-14 19:53:24下载
- 积分:1
-
改变主窗体的大小的一个很好的程序
改变主窗体的大小的一个很好的程序-change the size of the main forms a good procedure
- 2023-03-05 11:25:03下载
- 积分:1