登录
首页 » Windows开发 » changeable is a small alarm clock, the clock computer simulation procedure is no...

changeable is a small alarm clock, the clock computer simulation procedure is no...

于 2022-02-03 发布 文件大小:245.93 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

多变小闹钟是一款计算机模拟的闹钟程序,不仅有显示时间,整点报时的功能,还可以设置任意个事件提示。有多款外观Skin可以选择,还可以选择使用数字式还是指针式表盘。 aClock 多变小闹钟使用ATL/WTL框架构建,它充分体现了使用ATL/WTL框架构建小应用程序的优越性-aClock在同类软件中占用资源最少。-changeable is a small alarm clock, the clock computer simulation procedure is not only shows the time, the whole point of the timekeeping function settings that can be arbitrary incident suggested. Several appearance Skin choice can also choose to use digital or dial dial. AClock volatile small alarm clock use ATL/WTL framework, which fully embodies the use of ATL/WTL Frame small applications of superiority- aClock similar software occupied the least resources.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Windows编程的试验指导,主要是MFC编程。
    Windows编程的试验指导,主要是MFC编程。-Windows programming pilot guidance, mainly MFC programming.
    2022-05-05 10:25:05下载
    积分:1
  • 参赛人数计算,西安交通大学数学建模夏令营A题程序源代码,循环嵌套,...
    参赛人数计算,西安交通大学数学建模夏令营A题程序源代码,循环嵌套,-compete
    2022-03-25 06:55:18下载
    积分:1
  • C++代码的链接列表的工作
    c++ code for linked list its working
    2023-03-11 14:15:03下载
    积分:1
  • Mytob.BSNotes super version (for win). Rar
    定时关机超强版(for win).rar-Mytob.BSNotes super version (for win). Rar
    2022-11-19 18:50:04下载
    积分:1
  • For reasons unknown, Microsoft has never documented the MessageBoxTimeout API lo
    For reasons unknown, Microsoft has never documented the MessageBoxTimeout API located in user32.dll so here it is for those seeking a Message Box that times out and auto closes if the user does not respond to it first.
    2023-05-20 14:55:03下载
    积分:1
  • 文件修改监控
    ReadDirectoryChangesW 有同步和异步2种方式, 根据前面打开的文件夹对象句柄决定。  1. 异步方式,如果 CreateFile 指定了打开类型 FILE_FLAG_OVERLAPPED 就是异步方式,ReadDirectoryChangesW 调用的时候就需要指定 OVERLAPPED 参数.  接下来对文件夹I/O变化的响应判断有多种方式。  A通过不断的调用HasOverlappedIoCompleted函数(非阻塞,参数就是前面的OVERLAPPED 对象指针)的返回值来判断是否发生了 关注文件句柄的I/O操作。如果发生变化,再执行你的 switch(Buffer[0].Action) 操作过程。  B GetOverlappedResult 读取 OVERLAPPED 对象的结果。(阻塞)  C 完成端口 GetQueuedCompletionStatus (阻塞)。  其中阻塞方式,必须采用多线程的方式,否则你的主线程被阻塞的话,对话框就动不了了。非阻塞方式也可用多线程,结合hEvent对象来使用。  2.同步方式,如果CreateFile不指定FILE_FLAG_OVERLAPPED ,就是同步方式。  同步方式操作比较简单。lz的程序看来就是使用的同步方式。  在同步下,ReadDirectoryChangesW 将被阻塞,直到一个文件夹句柄的I/O操作到来,然后才能判断。所以lz的程序会死掉。  同步方式必须采用多线程,再创建一个线程,线程函数采用如下方式:  UINT ThreadProc(PVOID)  {     CreateFile();     while(1) // 如果只想监视一次文件的I/O变化,可不用while循环。     {   
    2022-03-10 05:44:52下载
    积分:1
  • 竟然出现带源码的版本,怪哉
    竟然出现带源码的版本,怪哉-has emerged source version, Firefox
    2023-08-15 01:05:05下载
    积分:1
  • WINIO use of a keyboard and write small examples. To illustrate that the WINIO u...
    一个使用WINIO对键盘端口进行读写操作的小例子.想说明的是,使用了WINIO,对端口进行程序操作真的很简单.-WINIO use of a keyboard and write small examples. To illustrate that the WINIO use of the procedures for port operations really very simple.
    2022-01-22 17:40:51下载
    积分:1
  • VC++ 6.0一些基础控件使用的例子!Good luck!谢谢~
    VC++ 6.0一些基础控件使用的例子!Good luck!谢谢~-VC++ 6.0 controls the use of some basic examples! Good luck! Thank you ~
    2022-07-09 18:45:10下载
    积分:1
  • 旋转裁剪图片的源文件,实现图片任意角度的旋转裁剪功能
    旋转裁剪图片的源文件,实现图片任意角度的旋转裁剪功能-Crop rotation picture header file, to achieve picture at any angle of rotation cropping feature
    2022-04-21 13:56:48下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载