登录
首页 » Visual C++ » XTimer

XTimer

于 2020-12-28 发布 文件大小:509KB
0 440
下载积分: 1 下载次数: 7

代码说明:

  一款功能强大的计时器,内附VC6和.Net的源码(A powerful timer included VC6 and. Net source code)

文件列表:

XTimer_demo
...........\src
...........\...\About.cpp,696,2011-06-15
...........\...\About.h,725,2011-06-15
...........\...\alarm1.wav,79012,2011-06-15
...........\...\app.manifest,665,2011-06-15
...........\...\BtnST.cpp,70216,2011-06-15
...........\...\BtnST.h,10407,2011-06-15
...........\...\hans.ico
...........\...\hightime.cpp,39598,2011-06-15
...........\...\hightime.h,11232,2011-06-15
...........\...\hightime.inl,11751,2011-06-15
...........\...\HyperLink.cpp,11107,2011-06-15
...........\...\HyperLink.h,2923,2011-06-15
...........\...\MemDC.h,2884,2011-06-15
...........\...\more.ico
...........\...\OddButton.cpp,7616,2011-06-15
...........\...\OddButton.h,3198,2011-06-15
...........\...\play.ico
...........\...\playd.bmp

...........\...\reset.ico,318,2011-06-15
...........\...\resource.h,2857,2011-06-15
...........\...\start.ico,318,2011-06-15
...........\...\StaticCounter.cpp,14591,2011-06-15
...........\...\StaticCounter.h,9426,2011-06-15
...........\...\StdAfx.cpp,208,2011-06-15
...........\...\StdAfx.h,1769,2011-06-15
...........\...\stop.ico,318,2011-06-15
...........\...\TimerOptions.cpp,5550,2011-06-15
...........\...\TimerOptions.h,1362,2011-06-15
...........\...\XButtonXP.cpp,15918,2011-06-15
...........\...\XButtonXP.h,3084,2011-06-15
...........\...\XHyperLink.cpp,18000,2011-06-15
...........\...\XHyperLink.h,4842,2011-06-15
...........\...\XThemeHelper.cpp,9348,2011-06-15
...........\...\XThemeHelper.h,3435,2011-06-15
...........\...\XTimer.aps,109208,2011-06-15
...........\...\XTimer.cpp,2298,2011-06-15
...........\...\XTimer.h,968,2011-06-15
...........\...\XTimer.rc,10767,2011-06-15
...........\...\XTimerDlg.cpp,20417,2011-06-15
...........\...\XTimerDlg.h,3318,2011-06-15
...........\vs2005
...........\......\XTimer.sln,876,2011-06-15
...........\......\XTimer.vcproj,6932,2011-06-15
...........\vs6
...........\...\Release
...........\...\.......\XTimer.exe,155648,2011-06-15
...........\...\Unicode_Release
...........\...\XTimer.dsp,8926,2011-06-15
...........\...\XTimer.dsw,537,2011-06-15
...........\...\XTimer.ncb,148480,2011-06-15
...........\...\XTimer.opt,48640,2011-06-15
...........\wav files
...........\.........\4beeps.wav,20166,2011-06-15
...........\.........\alarm1.wav,79012,2011-06-15
...........\.........\alarm2.wav,60430,2011-06-15
...........\.........\alarmclock.wav,75171,2011-06-15
...........\.........\alert.wav,22702,2011-06-15
...........\.........\beeps.wav,21005,2011-06-15
...........\.........\bell.wav,28486,2011-06-15
...........\.........\buzzer.wav,39276,2011-06-15
...........\.........\chirp.wav,22754,2011-06-15
...........\.........\ding.wav,6522,2011-06-15
...........\.........\dingdong.wav,16538,2011-06-15
...........\.........\fanfare.wav,12550,2011-06-15
...........\.........\gong.wav,9850,2011-06-15
...........\.........\ohoh.wav,10008,2011-06-15
...........\.........\onebell.wav,19646,2011-06-15
...........\.........\quackquack.wav,5750,2011-06-15
...........\.........\ringer.wav,22116,2011-06-15
...........\.........\the_timer_has_expired_f.wav,43926,2011-06-15
...........\.........\the_timer_has_expired_m.wav,46200,2011-06-15
...........\.........\trumpet.wav,66112,2011-06-15
...........\下载说明.txt,379,2011-06-15
...........\说明.htm,4356,2011-06-15

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

发表评论

0 个回复

  • Dict2
    Word segmentation using dictionary.
    2011-08-27 17:40:05下载
    积分:1
  • interactions
    qt实现的遗传算法 解决最大最小值得问题 (qt genetic algorithm to achieve the maximum and minimum worth solving problems)
    2013-12-13 02:50:38下载
    积分:1
  • AddressBook
    对地址薄的初学测试,自己写的,希望对大家有所启发吧(Address book for novice test, write your own, we hope to inspire it)
    2013-08-10 11:19:49下载
    积分:1
  • chengxu
    编写一个函数,要求输入年月日时分秒, 输出该年月日时分秒的下一秒。 如输入2011年12月31日23时59分59秒, 则输出2012年1月1日0时0分0秒。 需要考虑闰年 和 2月的特殊情况 (Write a function that requires input date, hour, minute and second outputs of the date when the next second. If the input at 23:59:59 on December 31st, 2011, output at 0:00:00 on January 1, 2012. Leap year and February need to consider the special case)
    2013-05-28 13:06:03下载
    积分:1
  • POO-Project4
    基于MFC编写的通信录程序,提供登录身份确认,新增、修改、删除信息,基于用户选择隐藏部分信息,尚未实现存储功能,适合学习MFC组件的朋友使用(MFC-based contractor program, provide the login identification, add, modify, delete information based on user choose to hide some information, not yet implemented storage, suitable for learning to use MFC components)
    2011-07-19 21:35:22下载
    积分:1
  • 51354069calculator
    计算器,实现了常规的所有计算功能,很好用的(Calculator, to achieve all the computing power of a conventional, well used)
    2013-12-08 21:10:53下载
    积分:1
  • c
    说明:  用于实现校际运动会管理的程序,主要功能就是实现校际运动会管理(Used to implement inter-school sports management program, the main function is to realize the inter-school sports management)
    2011-07-10 14:58:02下载
    积分:1
  • 8bit_echo
    Easy to learn Visual Basic 6.0
    2013-07-10 16:38:26下载
    积分:1
  • shiboqi
    利用FT245BM USB模块做的虚拟示波器,暂时可以达到1M的速率!(FT245BM USB modules make use of a virtual oscilloscope, the time being can achieve a rate of 1M!)
    2008-07-09 13:38:41下载
    积分:1
  • Melting
    A Melting source code to Melt your exe from one location to another.
    2013-07-15 12:31:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载