-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1
-
本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中...
本程序通过用递归调用的方法实现了汉诺塔问题,这是一个通用的程序,通过输入的层数结果输入到一个out.txt的文件中-This procedure by using the method of recursive calls a Tower of Hanoi problem, which is a common procedure, the results by entering into the layers of a document out.txt
- 2022-07-26 21:39:55下载
- 积分:1
-
LED点阵显示牌的设计与动态显示控制3.PDF
LED点阵显示牌的设计与动态显示控制3.PDF-q
- 2022-01-31 23:05:47下载
- 积分:1
-
程序主要是关于学生成绩管理系统,成绩的基本管理。
程序主要是关于学生成绩管理系统,成绩的基本管理。-Procedures are mainly related to student achievement management system, the basic management performance.
- 2022-05-27 16:47:14下载
- 积分:1
-
链表的输出,如何使用链表,让链表中的数据能够正确的输出!...
链表的输出,如何使用链表,让链表中的数据能够正确的输出!-linklist s printf
- 2022-08-12 17:14:13下载
- 积分:1
-
商人过河游戏,游戏规则详见源代码注释部分
商人过河游戏,游戏规则详见源代码注释部分-river businessmen game, the rules of the game see the source code Notes
- 2022-03-03 13:21:11下载
- 积分:1
-
俄罗斯方块
俄罗斯方块是款非常流行的小游戏,通过七个方块的旋转和位移,构成各种变幻莫测的图案。而游戏者也在不断的叠加和消除中找到乐趣。
从编程的角度来说,这个游戏混合了键盘事件,定时器,随机数,鼠标事件(如果没有菜单,这个也不是必需的),数据结构比较清晰,算法比较灵活,图形是比较简单的矩形,所以很适合刚学习完某种语言的语法又想做点什么的初学者。
- 2022-03-22 04:36:54下载
- 积分:1
-
de2开发板的电路,为pcb,powerpcb格式,看看高手如何布板
de2开发板的电路,为pcb,powerpcb格式,看看高手如何布板-DE2 development board of the circuit, for pcb, powerpcb format, take a look at how the cloth plate master
- 2022-02-05 12:18:57下载
- 积分:1
-
DOS系统下真彩显示24KBMP图象的源程序
DOS系统下真彩显示24KBMP图象的源程序-DOS system 24KBMP true color images show the source code
- 2022-11-17 01:40:03下载
- 积分:1
-
这是一个紧凑的卫星跟踪程序。使用它甚至一个旧的电脑(从48…
This is a compact satellite tracking program. Using it even an older PC (from 486 up, DOS, VGA) can serve to track a satellite and turn the antenna, which allows newer PCs to be used for other purposes. For example other software can be used in parallel to get more information on multiple satellites or contact ranges.
It has the following functions needed in satellite communications:
Tells in which direction the satellite is.
Prints the azimuth and elevation angle numbers to the parallel port for automatic tracking (8 bit parallel data).
Gives pulses to two LPT pins for automatic doppler correction (up / down). -This is a compact satellite tracking program. Using it even an older PC (from 486 up, DOS, VGA) can serve to track a satellite and turn the antenna, which allows newer PCs to be used for other purposes. For example other software can be used in parallel to get more information on multiple satellites or contact ranges.
It has the following functions neede
- 2022-04-20 03:44:08下载
- 积分:1