搜索资源列表
satcctl系统时间
- 各种不同的方式显示系统时间, 这仅仅是一个小的程序,熟悉 vc编程过程-various ways display system, this is only a small familiar with the procedures vc programming process
时间显示OCX
- 时间显示OCX 一个让你心动的时间显示OCX,该OCXcai用多线程处理..翻译 开发工具:VC 提供者:阿洪 ·VC下DCOM的Server和Client编程实现-time displayed a OCX let you echocardiography showed OCX time, the OCXcai using multiple threads .. Translation Tools : VC providers : penis VC DCOM Server and Client
电力监控系统VC实现五
- 在中小型电力行业系统中,曲线的要求比较严格,虽然网络上面各种曲线控件非常多,但是很多只能提供一段时间的曲线显示或者历史若干个点的显示。比如在一个普通的小型水电站系统中我们会牵涉到许多的点(可能甚至达到400到500多个),一般的电站运行人员或者管理者希望能够对这类点的历史运行状况进行还原(即能够将历史运行的各个点状况进行还原),曲线就是非常重要的一个环节了,考虑到各种因素,由于很多控件虽然外表包装漂亮,但是功能觉得不能这么完善,所以我自己写了一个显示控件,现进行简要的介绍,希望对这个方面寻求帮助
PB做的时间显示
- 供学习之用,为什么选择里没有pb,没有办法,俺才选了vc-for learning, Why did not pb, no way, I will choose the vc
PCI9054(VC)
- PCI9054应用程序(VC)是用VC开发的对应的应用程序,包括指示读写时间和显示读写数据。-PCI9054 applications (VC) is the development of the VC corresponding applications, instructions include time for reading and writing and reading and writing data show.
Timers
- vc++ 显示时间,并且实现了记数,我也是刚刚学习-vc show time, and achieved a few mind, I also just learning
VCtime
- 这是一个用VC编写的托盘显示时间示例工程源代码,主要介绍托盘的简洁实现方法
time
- VC编写的时钟程序,可以实时显示时间,跟操作系统托盘图标处差不多
timeshow
- 一个双线程的例子,演示如何用vc实现时间计时和当前时间的显示,当按下stop时停止计时,当按下start时开始计时。
capture
- 通过winsock实现数据包捕获,并显示时间、IP地址。不需要加载winsock,可直接用VC++运行
vc++
- 状态栏时间显示及鼠标坐标显示,具体的一个VC++设计实例
vc数字时钟
- 本程序才VC编程,以时钟的方式在视图区显示时间
shijianxianshi.rar
- 用于时间显示的数码管控件,vc编写,动态显示时间,简单易用。,For the time of the LED display control, vc prepared, dynamic display of time, easy to use.
不用位图文件的电子钟表
- 能够很简明的显示时间 分12小时和24小时制度,用VC6.0编的!-is simple to display time in 12-hour and 24-hour system and using VC6.0 series!
staticTime
- VC动态显示时间编程,简单的在状态条上VC动态显示时间例子-VC programming dynamic display of time, a simple article in a state of dynamic display of time on the VC example
vc-clock_on_statusbar
- mfc/vc 状态栏时钟实现,状态栏显示系统时间-mfc/vcThe time clock on statusbar
EmbedElecClock
- VC++在窗体的状态栏中嵌入数字格式的时间,也就是电子时钟,虽然简单了点,但对于新手朋友,可以通过本程序学到VC++格式化显示时间的格式、如何保证每隔一秒时钟会更新、如何定义一个定时器、如何在退出窗口时杀掉Timer等等小的知识点。 -VC++ embedded in the status bar in the form of time number format, that is, electronic clock, although simple point, but for the n
vc-mscomm-serial-communication
- 基于vc6.0串口通讯上位机温度软件,可以画出实时曲线,显示时间和接收的温度,我花了很长时间才搞定。-PC-based serial communication vc6.0 temperature software, you can draw the curve in real time, display time and receive the temperature, I took a long time to get it.
mfc+vc+七段数码管+时间显示
- mfc+vc+七段数码管+时间显示,用位图刷新显示时间,验证通过的(MFC vc + + 7 digital tube + time display)
MultiInheritance
- int main() { cout<<"类的多重继承演示"<<endl; CDateTimeType dt(1,1,2008,11,12,12); //直接使用DateTimeType构造函数设置日期时间 cout<<"调用CDateTimeType类构造函数设定的初始日期、时间为:"<<endl; dt.display();//显示时间日期 dt.SetDate(8,8,2008);