-
手写识别
项目根据鼠标移动处理手写识别。本项目采用AForge.NET可重用的组件
- 2023-03-12 01:30:04下载
- 积分:1
-
Create Maze Game
大家好,我和大家分享如何制作迷宫游戏。这是使用Visual Studio 2012的GUI和C语言。
- 2022-07-03 08:07:36下载
- 积分:1
-
vc++的基本对话框的编程,完成的只是基本对话框, 在上可以加具体的代码以完成具体的功能...
vc++的基本对话框的编程,完成的只是基本对话框, 在上可以加具体的代码以完成具体的功能-vc the basic dialog programming and completed only basic dialog, can increase the specific code to perform specific functions
- 2022-01-25 16:34:20下载
- 积分:1
-
并行端口测试帮助
小应用程序来测试你的打印机端口,或软接口的PC学习。用逻辑探针或220欧姆resitor + LED在Windows XP inpout32.dll D0-D7 LPT port.work
- 2022-06-29 20:51:25下载
- 积分: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
-
XP style from the drop
XP风格自定义下拉控件 V1.-XP style from the drop-down definition of control V1.
- 2022-07-20 05:59:08下载
- 积分:1
-
超炫带录音的VB 电子钢琴源代码.rar
摘要:VB源码,多媒体技术,电子琴
源码中包括许多实用的VB用户控件。VB电子钢琴将电脑键盘按键转化为 钢琴按键 序号!用到的钢琴键盘控件,按键与发声分离,非常重要,否则用第一种方法时按一个键会同时发两次声音,且不一样。第二种方法则两次声音一样!三个类:
1、Sub StartPlayingPiano开始播放。变量
- 2023-09-06 11:45:04下载
- 积分:1
-
用VB6.0制作的模仿生产中柔性制造系统,涉及到按钮,文本框,列表框,图片框等多个控件的使用方法...
用VB6.0制作的模仿生产中柔性制造系统,涉及到按钮,文本框,列表框,图片框等多个控件的使用方法-Produced by using VB6.0 to imitate the production of flexible manufacturing systems, related to the button, text boxes, list boxes, picture frames and many other controls to use
- 2022-03-21 01:00:49下载
- 积分:1
-
界面部分 GDI+的使用 图片显示 和wmp的ocx的使用
界面部分 GDI+的使用 图片显示 和wmp的ocx的使用-Interface part GDI+ The use of picture display and the ocx use wmp
- 2022-01-30 10:10:47下载
- 积分:1
-
用风险投资编写的图形工具
Graph tools written in vc-Graph tools written in vc++...
- 2022-04-01 05:53:02下载
- 积分:1