登录
首页 » Linux-Unix program » 我做的闹钟程序 既包含了Qlcdnumber显示当前时间 也能在时间到的时候提醒...

我做的闹钟程序 既包含了Qlcdnumber显示当前时间 也能在时间到的时候提醒...

于 2022-08-07 发布 文件大小:2.85 MB
0 165
下载积分: 2 下载次数: 1

代码说明:

我做的闹钟程序 既包含了Qlcdnumber显示当前时间 也能在时间到的时候提醒-I do not only contain Qlcdnumber alarm clock program displays the current time can also time to time to remind the

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

发表评论

0 个回复

  • this procedure is our own development of the modem card of the driver, isa bus,...
    这个程序是我们公司自己开发的modem卡的驱动程序,isa总线的,每块卡可以同时支持4个外线拨入,一台工控机支持8快卡,32路同时收发。.rar-this procedure is our own development of the modem card of the driver, isa bus, every piece of card can support four lanes go to a support Taiwan IPC 8 Express cards, while 32 road transceiver. . Rar
    2022-05-31 06:50:49下载
    积分:1
  • linux unix makefile 编写指南
    linux unix makefile 编写指南-guidelines for the preparation of unix makefile
    2022-09-05 02:30:03下载
    积分:1
  • 试着描述如何使服务器和客户端之间的连接的SSL,创造…
    Try to describe how to make a ssl connection between a server and client, create the ssl certificates, have code with examples and a zip with material. All this with C programming language. www.koitoer.com
    2022-03-16 09:31:55下载
    积分:1
  • WAP server, the new forces UP support real
    WAP服务器,支持UP新势力套餐实时同步接口-WAP server, the new forces UP support real-time synchronization interface packages
    2022-03-07 06:50:10下载
    积分:1
  • CoralFTP是一款用Python语言编写的工作在GTK2环境下的FTP客户端软件...
    CoralFTP是一款用Python语言编写的工作在GTK2环境下的FTP客户端软件-CoralFTP Python is a language used in the preparation of the environment GTK2 FTP client software
    2022-01-24 15:15:48下载
    积分:1
  • 本书着重探讨了包括异常处理在内的一系列高级技术。其特点在于:第一,包含很多时新的标准C++的内容;第二,所讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更...
    本书着重探讨了包括异常处理在内的一系列高级技术。其特点在于:第一,包含很多时新的标准C++的内容;第二,所讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更深入、更彻底,尤其是对虚析构函数、智能指针、引用计数以及代理类等技术和模式论述的深入程度。 如果说《Effective C++》主要讨论C++中一些相对基础的概念和技巧的话,那么《More Effective C++》则着重探讨了包括异常处理在内的一系列高级技术。与前者相比,后者具有两大主要区别:其一,它包含很多时新的标准C++的内容;第二,它讨论的主题倾向于“战略化”而非“战术化”,并且讨论得更深入、更彻底。尤其是对虚析构函数、智能指针、引用计数以及代理类(proxy classe)等技术和模式论述的深入程度,让人很难想象是出现于这样的一本小书之中。 游刃有余的技术,高超的写作技巧,Scott无疑是世界上最优秀的C++技术作家之一。在简洁、清晰、易读等方面,这两本书都卓尔不群。总之,Scott提供的这85个可以改善编程技术和设计思维的方法,都是中、高级C++程序员必备的技能。-For advanced programmer using C++, very nice, enjoy it
    2022-06-30 10:38:40下载
    积分:1
  • 在arm下写的输入法小程序,实现了输入法的简单功能
    在arm下写的输入法小程序,实现了输入法的简单功能-Auto-play Ling was designed as a small program written with the nv can be used as an alarm clock program
    2022-07-26 22:24:15下载
    积分:1
  • Nucleus PLUS实时操作系统是很好的
    Nucleus PLUS是美国著名RTOS厂商ATI公司(Accelerated Tedmology lnc) 在嵌入式实 时多任务操作系统Nucleus基础上,为实时嵌入式应用而设计的一个抢先式多任务操作系统内核。其95%的代码是用ANSI C写成的,非常便于移植并支持大多数类型的处理器 Nucleus PLUS是一组c函数库,应用程序代码与核心函数连接在一起,生成一个目标代码,下载到目标板的RAM 中或直接烧录到目标板的ROM 中执行。在典型的目标环境中,Nucleus PLUS核心代码区一般不超过20K字节大小。-Nucleus PLUS RTOS is well-known American manufacturers ATI Corporation (Accelera ted Tedmology lnc) in Embedded Real-time Operating System Nucleus multi-task basis, for real-time embedded applications designed to pre-empt a multi-tasking operating system kernel. Its 95% of the code is written in ANSI C, very easy transplantation and to support most types of processors Nucleus PLUS is a function of the group c, Application code and linked to the core function, generating an object code, downloaded to the target board RAM or direct copying to the target board ROM implementation. In a typical target environment, Nucleus PLUS core code is generally not exceed 20 K byte size.
    2022-06-18 03:55:05下载
    积分:1
  • makefile useful for all of us hope that the exhibitions
    makefile希望对大家有用,多多指教-makefile useful for all of us hope that the exhibitions
    2022-03-01 13:34:16下载
    积分:1
  • 一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。...
    一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。-A unit testing framework, the main documents and applications to run with the compiler to check function c document BUG. In actual use, the main applications in linux, the usage is very similar to Junit.
    2022-03-16 20:07:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载