登录
首页 » Visual C++ » XTimer

XTimer

于 2020-12-28 发布 文件大小:509KB
0 353
下载积分: 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 个回复

  • 54678976543
    简单的鼠标画线Vb源代码,有需要的就下载吧。(Simple mouse to draw lines Vb source code, there is a need to download it.)
    2013-08-30 09:19:35下载
    积分:1
  • BigEndianOrLittleEndian
    该代码用于判断一个处理器是大端模式还是小端模式(The codes are used to distinguish if a CPU is a big-endian mode or little-endian mode.)
    2012-12-07 10:05:11下载
    积分:1
  • stack
    说明:  实验题目:5.1 基于顺序栈的括号匹配程序设计验证 一、实验目的 1. 掌握栈的顺序存储结构; 2. 掌握栈的操作特性; 3. 掌握基于顺序栈的基本操作的实现方法。 二、实验内容 1. 实现顺序栈的成员函数; 2. 基于顺序栈的括号匹配程序设计验证。 实验题目:5.2 基于链式栈的表达式的计算程序设计验证 一、实验目的 1. 掌握栈的链式存储结构; 2. 掌握栈的操作特性; 3. 掌握基于链式栈的基本操作的实现方法。 二、实验内容 1. 实现链式栈的成员函数; 2. 基于链式栈的表达式的计算程序设计。 (Experiment Title: 5.1 Based on the order of the stack in parentheses matching program design verification 1, experimental purposes 1. To master the order of the stack storage structure 2. Master stack operating characteristic 3. To master the basic operation of stack based on the order of the realization method. Second, experimental content 1. To achieve the order of the stack member function 2. Based on the order of the stack in parentheses matching program design verification. Experiment Title: 5.2 Based on the expression stack chain calculation program design verification 1, experimental purposes 1. Master stack chain storage structure 2. Master stack operating characteristic 3. To master the basic operation of stack-based chain implementations. Second, experimental content 1. To achieve chain stack member function 2. Based on the calculation of the expression stack chain programming)
    2010-03-25 18:33:30下载
    积分:1
  • invGJ
    输入一个矩阵,可以求得该矩阵的逆矩阵,内附解释说明(Enter a matrix, you can obtain the inverse matrix, containing an explanation)
    2010-08-20 12:17:51下载
    积分:1
  • vtk_build_vc
    vtk guide, complete information about guide
    2012-02-06 23:09:56下载
    积分:1
  • tree
    说明:  二叉树运用,简单背包问题,是本人初学数据结构的作业,(Bintree use, simple knapsack problem, is my data structure beginner operations,)
    2008-11-23 17:08:35下载
    积分:1
  • FlexCell 表格控件
    flexcell表格控件,比labwindows自带的速度更快(control table flexcell than LabWindows bring faster)
    2009-03-23 10:14:19下载
    积分:1
  • converte-into-corresponding-digital
    对一段只含有几种字符的字符串进行转换,转换成相应的数字(a string contains only several character conversion, and converted into the corresponding digital )
    2013-09-07 17:46:26下载
    积分:1
  • ch1
    实现一个可编程表达式的计算器,并判断输入的表达式是否正确。(Expression of the realization of a programmable calculator, and determine the expression entered is correct.)
    2009-05-25 18:50:16下载
    积分:1
  • sy7
    一些简单的小例子,书上的例题代码,简单易懂,谢谢(Some simple examples, the book s example code, easy to understand, thank you)
    2013-10-19 11:00:18下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载