登录
首页 » Windows开发 » 有定时和调时等功能,同时还具有到点报时功能,自己可以任意设定...

有定时和调时等功能,同时还具有到点报时功能,自己可以任意设定...

于 2023-04-30 发布 文件大小:391.66 kB
0 39
下载积分: 2 下载次数: 1

代码说明:

有定时和调时等功能,同时还具有到点报时功能,自己可以任意设定-On a regular basis and adjusted when the functions, but also with the time counting function, they can arbitrarily set

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

发表评论

0 个回复

  • Two
    二维数组运算,避免一维的麻烦,效率高,简单-Two-dimensional array of computing, to avoid the trouble of one-dimensional, high efficiency, simple
    2022-03-20 17:07:30下载
    积分:1
  • 一个很好的录音机程序,功能很强大,包括可以录制MP3和wav的功能...
    一个很好的录音机程序,功能很强大,包括可以录制MP3和wav的功能-A good tape recorder procedures, functions very powerful, including MP3 and wav recording function
    2022-05-24 06:51:32下载
    积分:1
  • one of the JAVA curricula design,including the basic functions of calculator and...
    JAVA课程设计之一,有计算器的基本实现和基本的JAVA WINDOWS程序源码-one of the JAVA curricula design,including the basic functions of calculator and the basic source code of JAVA WINDOWS.
    2023-05-03 09:25:03下载
    积分:1
  • 用Hough变换实现多个目标检测
    用Hough变换实现多个目标检测,包含参考论文,visual-studio环境下开发,可以实现对多个目标的检测,hough的原理,论文中有说明,也可以上网查阅。
    2022-03-20 04:27:44下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • Samsung s 2440 development board wince 5.0 BSP
    三星公司 2440 开发板 wince 5.0 BSP-Samsung s 2440 development board wince 5.0 BSP
    2022-01-24 09:11:43下载
    积分:1
  • 蓝牙实现通过蓝牙服务现打印机进行远程打印。
    蓝牙实现通过蓝牙服务发现打印机进行远程打印。-Bluetooth Service Discovery through Bluetooth printers for remote printing.
    2022-07-02 02:16:11下载
    积分:1
  • 培养新学员的 C 语言的小程序
    培训C语言的初学者的小程序。该项目是word格式,可复制和粘贴使用C编辑器,然后运行。
    2022-02-26 11:38:04下载
    积分:1
  • 定时关机程序,使用shutdown命令,还具有定时功能。
    定时关机程序,使用shutdown命令,还具有定时功能。-Timing shutdown procedure, use the shutdown command, also has a timer function.
    2022-10-13 10:15:03下载
    积分:1
  • fifo源程序,VHDL编写~具有一定的参考价值~
    fifo源程序,VHDL编写~具有一定的参考价值~-source code of a fifo, writen in VHDL, will be useful to some extent as a reference
    2022-08-09 06:08:41下载
    积分:1
  • 696522资源总数
  • 104045会员总数
  • 50今日下载