CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 时间类

搜索资源列表

  1. DateEx

    0下载:
  2. 一个智能化的日期时间类这个类虽然是从CEdit类继承,但做了格式化规范,用户输入感觉到很方便,可以用左右键来移动选区,用上下键或滚轮来改变数字。不会得到错误格式的日期时间。-An intelligent date and time class this class inherits from CEdit class, but to do the formatting specifications entered by the user feel very convenient, you can
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:36277
    • 提供者:
  1. CPP-CODE

    0下载:
  2. C++类相关的程序.很多.如虚函数与抽象基类(图形类),友元函数(时间类)-C++ class related procedure. Many. Such as virtual function and the abstract base class (graphics class), friend yuan function (time class)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:26107
    • 提供者:hgjack
  1. CTime

    0下载:
  2. 在VC中,我们可以借助CTime时间类,获取系统当前日期-In the VC, we can use CTime time kind, get the system the current date
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:39424
    • 提供者:魔天尊主
  1. Time.java

    0下载:
  2. 时间类的描述,一个小型的航班系统,包括起飞时间和降落时间 航班号-Time the class descr iption, a small flight system, including the departure time and landing time flight number
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:978
    • 提供者:liwei
  1. ejbinterop

    0下载:
  2.  EJB与CORBA的交互例子,及源代码,代码内有一个处理日志信息打印的类、一个格式化的字符串用于显示信息类、在构造函数中获取当前的日期和时间类等。-EJB and CORBA interactive examples, and the source code, code inside a processing log information print category, a formatted string used to display information, in the constr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3624
    • 提供者:蜡笔小邪
  1. rq

    0下载:
  2. java 中的各种时间类的用法即解释其中有data类 Calendar类 等-time classes in the java usage explain the data class Calendar class
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:11798
    • 提供者:egf
  1. Date

    0下载:
  2. 自己实现的日期时间类,通过调用stl中time_t来实现的,精确到秒。-The date and time to realize his class by calling the stl in time_t to achieve accurate to the second.
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:3068
    • 提供者:daxia
  1. TimeClass

    0下载:
  2. 这是一个关于时间类的文件,其中有标准表示和非标准表示两种表示方法。-This file is a class which called time class.The time class include two method to declear.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:87381
    • 提供者:caoqin
  1. sjl

    0下载:
  2. c++时间类,用于传递时间,并且熟悉一下编译分步进行的过程。-Dateline can get your original time.
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:1039
    • 提供者:杨阳
  1. common

    0下载:
  2. localtime函数不是线程安全的,这个时间类可以完成获取当前时间,计算时间间隔,获取当前年月日等功能。该类可以在多线程中使用。-localtime function is not thread-safe, this time the class can be done to get the current time to calculate the time interval, to get the current date and other functions. This class c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:3874
    • 提供者:sproll
  1. time

    0下载:
  2. 定义一个时间类Time,能提供和设置由时、分、秒组成的时间,并编出应用程序,定义时间对象,设置时间,输出该对象提供的时间。-Define a time Time, can be provided and is set by, minutes, and seconds of the time, and to compile the application, object of the defined time, setup time, the time the output of the obje
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:636
    • 提供者:111
  1. L09

    0下载:
  2. 该程序综合使用时间类、日期类、课程类,演示当前学期的课程表 功能:首先,提示用户输入所有课程信息(课程数量未知);接下来,提供几个课 程表查询功能供用户选择使用(支持用户循环选择),包括查询某个日期的课程表 (节次、课程编号、课程名称、任课教师)、查询某个日期时刻是否有课、查询某 编号课程的信息(课程基本信息、所有上课日期时间)、查询某编号课程的考试信息(输入当天日期后显示距离考试周的天数信息)。-The program integrated use class Date class curri
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:332373
    • 提供者:DYQ
  1. Array-Time

    0下载:
  2. 时间类的C++实现--Time array头文件及源代码-The time like C++- Time array of header files and source code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-24
    • 文件大小:1479
    • 提供者:于练
  1. time-type

    0下载:
  2. 定义如下时间类TimeType,要求完成各个成员函数,并写主函数进行验证。 class TimeType{ int h,m,s public: TimeType(int h0=0,m0=0,s0=0) //构造函数 void increSec(int sec) //增加若干秒 void increMin(int min) //增加若干分钟 void increHou(int hou) //增加若干小时 bool equal(TimeType t2)
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:906
    • 提供者:zhou
  1. TimeAndDate

    0下载:
  2. 一个应用CTimer、SetTimer来实现电子时钟,秒表自动走动,里面还包含了时间类的加减计算以及控件自绘,字体颜色等-MFC CTimer SetTimer
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-30
    • 文件大小:13131304
    • 提供者:方波
  1. CDateTime

    0下载:
  2. 练习C++,封装的日期时间类,支持常用的日期时间转换函数。-Practice C++, the date and time class package, supports common date and time conversion functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:293343
    • 提供者:段端武
  1. mydate

    0下载:
  2. 1、 设计一个时间类MyDate:(日期均大于1900年) a、 其中包括年、月、日、时、分、秒。其他成员变量可根据需要增设; b、 可以获得时间的年、月、日、小时、分钟、秒数; c、 计算日期的dayOfWeek(星期几); d、 //实现日期加减一个整数后得到新的日期(加减天数); e、 输入任意一个月份,将此月的日历输出(按星期格式); f、 输入任意年份,将此年的年历输出; g、 实现两个时间相减得到的小时数、分钟数和秒数; h、 输出时间,要求三种格式
  3. 所属分类:JavaScript

    • 发布日期:2017-04-06
    • 文件大小:14319
    • 提供者:
  1. java-common-API

    0下载:
  2. 黑马程序员经典笔记:java中常用api(String类、StringBuffer类、基本数据类型包装类、system类、Math类、时间类)-Dark horse classic programmer notes: java commonly used api (String class, StringBuffer class, the basic data types wrapper class, system class, Math class, time category)
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:54113
    • 提供者:luyuhui
  1. CTime

    0下载:
  2. 设计的时间类,可以修改、显示时间,可循环-Design time classes, you can modify, display time, can be recycled
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:10739
    • 提供者:李凯
  1. shiyan2.1.1

    0下载:
  2. 编写一个控制台应用程序,定义并使用一个时间类,该类包含时、分、秒字段与属性,具有将时间增加1秒、1分和1小时的方法,具有分别显示时、分、秒和同时显示时分秒的方法。-Write a console application, the time to define and use a class that contains the hours, minutes and seconds fields and properties, with the time by 1 second, 1 minute
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:20461
    • 提供者:谁家小妞
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com