-
在C语言中使用汇编语言设计边框范例
在C语言中使用汇编语言设计边框范例-in the C language used assembly language frame design paradigm
- 2022-04-22 12:48:15下载
- 积分:1
-
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现...
使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-use CArchive category of documents to operate. MFC provides the framework document and open the new functions within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the type of support serial, serial CObArray realization insider. Cut out data files often made mistakes. MFC framework of the procedures and documentation category as a category, and how to access each other indicators cited.
- 2022-02-28 11:46:47下载
- 积分:1
-
五子棋游戏基于 MFC VC++编程实现 包含AI算法
五子棋游戏基于 MFC 的VC++编程实现 编译通过主要用于人机对战,可以选择难度游戏包含AI算法的搜索
- 2022-04-29 11:43:38下载
- 积分:1
-
自己动手制作廉价MP3播放器 2004
自己动手制作廉价MP3播放器 2004-10-29 10:27:33 作者:南开大学 廖日 坤 李宁宇 黄小惠 来源:21IC...图3是用VB实现MP3播放器的下载软件-have to make their own cheap MP3 player 2004-10-29 21:13:39 Author : Nankai University, Liao Ning Li Yu-kun Huangxiaohui Source : Figure 3 21IC ... VB is the MP3 download software
- 2022-06-17 18:02:11下载
- 积分:1
-
关于有星号的algoritmh的8数码问题的解决方案
8数码问题是,他们在你扔在你研究人工智能的事情。这是学习,了解搜索树和最短路径算法,启发式一个伟大的小问题。通过广度优先搜索旅行,通过深度优先搜索,我们最终都与A *算法使用曼哈顿距离启发式的EFFE...
- 2022-12-07 02:55:03下载
- 积分: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
-
根据需要动态设置鼠标形状,哈好可以给你的界面增色不少啊...
根据需要动态设置鼠标形状,哈好可以给你的界面增色不少啊-necessary dynamic shape of the mouse, Kazakhstan can give you a good interface elegance ah
- 2022-02-05 08:19:20下载
- 积分:1
-
Linux commands : touch men use mobile phone users to replace monthly average of...
Linux命令:touch使用方法 男性手机用户每月更换铃声平均超6次 处理 Java 程序中的内存漏洞 JAVA文件操作(一):写文件 WAP如今“三十年河东,三十年河西” 【转贴】和尚与安迪的哲理 楼市与股市的难解之结 股票咨询业的“套傻游戏” 利率政策、税收政策,多项政策“杀”向房地产 我现在的座右铭!-Linux commands : touch men use mobile phone users to replace monthly average of over 600 ringtones dealt Java program memory loopholes in the document JAVA operations (1) : WAP written document, but now the "celebration, the Hexi" [posted monk and Andy-- the philosophy of the property and stock markets Gordian Knot shares consulting industry "sets silly game" interest rate policy, taxation policy, the policy "kill" to the property I now motto!
- 2022-01-24 17:35:05下载
- 积分:1
-
This is a foreigner writing a dynamic dialog and its controls to change the size...
这是老外写的一个动态改变对话框及其控件大小的一个类,非常有价值!里面有操作的文档-This is a foreigner writing a dynamic dialog and its controls to change the size of a class, very valuable! There are operational files
- 2022-03-19 09:11:35下载
- 积分:1
-
RibbonDemo
Ribbon是一种以面板及标签页为架构的用户界面(User Interface),原先出现在Microsoft Office 2007及 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-16 02:15:30下载
- 积分:1