搜索资源列表
Fl_Clock
- 介绍了基于vc6环境下的fltk图形开发包的环境配置,从win32控制台启动,获取当前系统时间,并绘制一时钟-briefed on the environment vc6 fltk graphical development environment package configuration, win32 console from the start, access to the current system time, and the mapping of a clock
CBuilderGetTime
- 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
vc++多线程
- 多线程编程 进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。 线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。 每一个进程至少有一个主执行线
提取系统时间
- 本程序是一个提取系统时间的win32应用程序,通过学习本程序可以了解windows的运行机制。了解CTime类等等。windows的窗口创建过程。
电子时钟
- WIN32 application 显示系统时间 电子时钟
Clock
- 模拟时钟显示系统时间 WIN32 application-Analog clock shows the system time WIN32 application
autoSleep
- 我写给自己用的定时自动休眠的小程序,对话框界面,Win32 SDK程序,用Code::Blocks开发,功能是让电脑在指定的时间后自动休眠,克服了Windows系统自带的电源管理只要一动鼠标或键盘就重新开始计时以及更改时间不方便的缺点,最长时间为1天(1440分钟)。-I wrote their own automatic sleep timer using a small program, the dialog box interface, Win32 SDK program, using C
Clock
- WIN32 编写的一个数字时钟 自动获取系统时间 是一个比较简单的数字时钟-Written WIN32 automatically get a digital clock system time is a relatively simple digital clock
Easy-Electronic-Watch
- vc6.0 win32编程 GDI绘图 模拟一个电子手表 获取系统当前时间-vc6.0 win32 programming GDI drawing simulate an electronic watches get the current system time
04LocalTime
- 基于Win32的C++程序,用来获取本机系统时间的。-, Used to obtain the local system time Win32-based C++ program.
Win32-Clock
- win32 api实现的数字时钟,调用系统时间并显示在窗口中。-win32 api implementation of the digital clock, the calling system and displayed in the window.
bankSimulation
- Visual Studio 2008 SP1编写的Win32控制台应用程序,模拟银行叫号服务系统,需要按提示输入每小时客流量,模拟时间,服务台个数等信息。-Visual Studio 2008 SP1 Win32 console application written to simulate banking service system called the number, you need to follow the prompts to enter the hourly traffic, s
TimerDemo
- Win32小程序 实现时钟倒计时功能 输入一个时间 程序根据系统当前时间进行倒计时 大家可以在此基础上做改进-Win32 small program to achieve the countdown clock function to enter a program based on the current system time to countdown to everybody can do it on the basis of the improvement