Welcome![Sign In][Sign Up]
Location:
Search - ctime

Search list

[GUI Developqidongdonghua

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-MFC +5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
Platform: | Size: 57992 | Author: zyg | Hits:

[Otherctime

Description: visual c++ 时钟类ctime的用法简析
Platform: | Size: 6724 | Author: 张伟 | Hits:

[Communication-MobileCTime

Description: CTime:VC++编写定时器的程序,功能:一个在edit中显示为当前时间,另外两个显示为定时器的功能。按钮关闭时显示为提示信息,程序简单适合初学者学习CTime类.测试工具:VS2005+PPC(多普达8125)
Platform: | Size: 1816788 | Author: 唐进 | Hits:

[GUI Developgoodtime_src

Description: CTime的替换类,不错!-CTime the replacement category, it is true!
Platform: | Size: 6144 | Author: 梁福田 | Hits:

[Otherctime

Description: 一个时间类的若干操作-one time some kind of operation
Platform: | Size: 9216 | Author: 高名 | Hits:

[File OperateStrtoTime

Description: 封装了一个将字符串转化为时间的类。可以将类似于2002-2-4的CSting类转化成CTime类。-Packaging of a string into the category of time. It will be similar to the CSting 2002-2-4 category into CTime category.
Platform: | Size: 30720 | Author: 金大兵 | Hits:

[GUI DevelopLesspnCTime

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -MFC+5.0 how to amend the framework of the wizard generates the look and size, changes icon, cursor, background of the three methods. How to increase and remove toolbar buttons, how to increase application toolbar, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add in the state of progress of the column (the main window have generated immediately after the progress of the clever ideas, OnCreate function not directly address that we had to use information from the definition of the methods). The mouse coordinates, in which CView status bar access to the object in several ways. How to add application screens.
Platform: | Size: 61440 | Author: 李思川 | Hits:

[Linux-Unixctime

Description: 在sco unix 下显示前n天或后n天日期的处理程序。 printf("功能: 时间戳与时间格式字符串的转换程序\n") printf(" -i 输入的参数为时间戳\n") printf(" -s 输入的参数为格式化时间\n") printf(" -t 输入的时间取当前系统时间\n") printf(" -x 输入的时间增加或减少的天数\n") printf(" -o 输出的时间为时间戳格式\n") printf(" -O 输出的时间为格式化时间\n") printf(" -h 帮助文件-查看[format]如何定义,例 %s -h\n",procname) printf("范例:1 取当前日期的前2天的时间显示 %s -t -x -2\n",procname) printf(" 2 取20030101的前5天的时间显示 %s -s 20030101000000 -x -5\n",procname) printf(" 3 取20031231的后5天的时间显示 %s -s 20031231000000 -x 5 -O \"%%D %%T\"\n",procname) printf(" 4 取时间戳为1089619417的时间显示 %s -i 1089619417 \n",procname) printf(" 5 取时间戳为1089619417的后4天的时间显示 %s -i 1089619417 -x 4 \n",procname) -in sco unix under the former n n days or days after the date of processing. Printf ( "function : timestamp and time format string conversion program \ n ") printf ("- i input parameters timestamp \ n ") printf ("- s input parameters for formatting time \ n ") printf ("- t input the time for the current system time \ n ") printf ("- x importation time increase or decrease the number of days \ n " ) printf ( "- o output format for timestamp \ n") printf ( "- O when output time for the inter-formatted \ n ") printf ("- h Help-View [format] definition , the cases% s-h \ n ", procname) printf (" Examples : a date from the current two days before the time displayed% s-t-2 x \ n ", procname) printf ( &q
Platform: | Size: 2048 | Author: yux | Hits:

[Button controlBasicTime

Description: You all might have used CTime or CTimeSpan to manipulate the system timer. Here is an article to show you how your system timer works. I will give you an idea of port communications behind the system clock manipulations. Those who are a little biased on hardware and software interfacing practices would find this article of great help.
Platform: | Size: 65536 | Author: lg | Hits:

[Otherctime

Description: visual c++ 时钟类ctime的用法简析-visual c clock-type usage ctime Analysis
Platform: | Size: 7168 | Author: 张伟 | Hits:

[Communication-MobileCTime

Description: CTime:VC++编写定时器的程序,功能:一个在edit中显示为当前时间,另外两个显示为定时器的功能。按钮关闭时显示为提示信息,程序简单适合初学者学习CTime类.测试工具:VS2005+PPC(多普达8125) -CTime: VC++ Preparation timer procedures, functions: one in the edit display for the current time, the other two shows for the timer function. Close button when displayed as a message, the program simple for beginners to learn ctime category. Testing tools: VS2005+ PPC (DoPod 8125)
Platform: | Size: 1816576 | Author: 唐进 | Hits:

[Other81423973

Description: 将字符串型日期转换成日期型,CString“2003-11-30”to CTime 2003-11-30 -String-type date into date-based, CString
Platform: | Size: 27648 | Author: qinger | Hits:

[OtherSGIP1.2.0.10.DEMO

Description: 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket -With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole ting. MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket
Platform: | Size: 646144 | Author: tw | Hits:

[Windows DevelopDT200

Description: DTime Is a collection of classes & functions designed to ease the MFC programmers burden when handling date and time values. If like me, having taken a look at the built in MFC classes CTime and CTimeSpan or the new COleDateTime and COleDateTimeSpan you decided they did not meet your requirements and you wanted to write your own super-duper date and time classes, but deadlines were looming, then look no further. Included in this distribution is DTime v2.0 which is for 32 bit Windows only and requires MFC 4.x to use.
Platform: | Size: 1416192 | Author: ibraheem Ali | Hits:

[OS programCTime

Description: 定时关机程序, 显示倒计时功能,可以帮助完成 关机,重启,注销等功能!-Shutdown procedures from time to time, showing the countdown function, can help complete the shutdown, restart, cancellation and other functions!
Platform: | Size: 27648 | Author: 毒蝎子 | Hits:

[Windows DevelopTestTime

Description: 2.CTime CTime中默认的构造函数不初始化成员,所以这样创建的对象,就这样使用会出问题一般不这样用 GetDayOfWeek()要注意返回值1 = Sunday, 2 = Monday, to 7 = Saturday 计算两个日期相差时间可以直接相减 CTime t1,t1 CTimeSpan ts=t1-t2 ts两个日期相差的一个时间类-2.CTime CTime default constructor does not initialize the members, so this creates an object, and thus generally do not like to use there might be problems with the GetDayOfWeek () should pay attention to returns the value 1 = Sunday, 2 = Monday, to 7 = Saturday calculate the time difference between two dates can be directly subtract CTime t1, t1 CTimeSpan ts = t1-t2 ts of a time difference between two dates, class
Platform: | Size: 12288 | Author: liulan | Hits:

[GPS developCTime

Description:
Platform: | Size: 6144 | Author: 原波 | Hits:

[Windows DevelopCTime

Description: 在VC中,我们可以借助CTime时间类,获取系统当前日期-In the VC, we can use CTime time kind, get the system the current date
Platform: | Size: 38912 | Author: 魔天尊主 | Hits:

[Windows DevelopCTIME

Description: An example of a class CTime
Platform: | Size: 2048 | Author: Artem | Hits:

[OS programVC-CTime-and-COleDateTime

Description: 介绍COleDateTime类与CTime类使用差别,这两个常用-You will always use COleDateTime and CTime
Platform: | Size: 1024 | Author: lhl | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net