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

搜索资源列表

  1. TestTime

    0下载:
  2. 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 m
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:12073
    • 提供者:liulan
  1. block

    0下载:
  2. 实验内容: 1 创建类Block用来描述长方体,私有数据成员length、width、height记录长方体的长、宽、高。要求用成员函数实现以下功能: 成员函数input用来从键盘分别输入长方柱的长、宽、高; 成员函数volume计算长方体的体积; 成员函数output输出长方体的体积。 2 编写一个程序,设计一个满足如下要求的时间类 Ctime 1) 用下面的格式输出时间:时:分:秒 2)输出在当前时间上加上25秒后的时间 3)设置时间值
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:913
    • 提供者:古月
  1. CoinRecognizing

    1下载:
  2. 基于蚁群算法的硬币识别研究。蚁群算法具有离散性、并行性、正反馈性和鲁棒性,是目前较为先进的优化算法.利用蚁群算法的聚类能力,提出一种硬币识别新方法.根据硬币图像的特点,确定了6个有效的图像纹理特征函数,通过对硬币图像的特征函 数值进行蚁群聚类,可有效实现各类硬币图像的识别.实验结果表明,该算法用于硬币识别可达到100%的识别率,并且识别时间较短,是一种有效的硬币识别方法.-Coin recognizing method based on ant colony algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:468253
    • 提供者:fishsky
  1. timer

    0下载:
  2. 关于时间类的实现,对话框伸缩的实现,倒计时的程序-Implementation class on time, the dialog box to achieve scalable, countdown procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:58110
    • 提供者:zxbzys
  1. Calendar1

    0下载:
  2. Calendar的应用,从时间类中取出时分秒,年月日。-Calendar apply
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:595
    • 提供者:康宁
  1. a

    0下载:
  2. 定义一个时间类Time,类中有三个数据成员(Hour,Minute,Second)和两个成员函数(SetTime和PrintTime)。SetTime根据传递的三个参数为对象设置时间;PrintTime负责将对象表示的时间显示输出。在main函数中定义一个时间类对象,设置时间为9点20分30秒并显示该时间。-Define a time type Time, the class has three data members (Hour, Minute, Second) and two member
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:5821
    • 提供者:夏天
  1. date_time

    0下载:
  2. 时间类演示(在VC环境中演示时间类的运行程序,包括显示时间,重置时间等)-Time class presentation (presentation time in the VC environment to run a class program, including the display time, reset time, etc.)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:245777
    • 提供者:丹丹
  1. time

    0下载:
  2. class date的函数体及其他时间类的函数体-class date of the function body and the body of the function class, other times
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:your
  1. data

    0下载:
  2. 时间类的功能描述及源代码的开发编写,及一些常见问题-data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:6870
    • 提供者:刘伟
  1. Time

    0下载:
  2. VC6.0的时间类控件的应用,精确到秒 包含CTime类和COleDataTime类,还有操作数据库的时间-VC6.0 class controls the application of the time, accurate to the second category contains the CTime class and COleDataTime, the operational time of the database
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:38076
    • 提供者:xzc
  1. meanshiftsegmentation

    3下载:
  2. 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2015-12-25
    • 文件大小:360448
    • 提供者:xiaobo
  1. 1

    0下载:
  2. Test1: 请定义一个时间类Ctime,要求: (1) 编写成员函数set time和print time分别设置和输出由时、分、秒组成的时间; (2) 要考虑输入的有效性(即是否超界),如果输入无效,要提示错误信息; (3) Main函数中提示设置时间,并输出设置的时间。 -Test1: Define a time type Ctime, requirements: (1) preparation of members of the set time and print ti
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:李绪琦
  1. WMV

    0下载:
  2. 计算机汇编语言,包括时间类、错误类等,基于虚拟机-Assembly language, including the time classes, error classes, etc., based on the virtual machine
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2423
    • 提供者:a
  1. timer

    0下载:
  2. 关于操作时间类的一些小应用,方便我们更好的掌握时间类的使用-Operating time on the application of a number of small classes, convenient time for us to better grasp the use of class
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:8499
    • 提供者:guogod
  1. baogao1

    0下载:
  2. 定义一个时间类Time,有三个私有成员变量Hour、Minute、Second,定义构造函数、析构函数以及用于改变、获取、输出时间信息的公有函数,主函数中定义时间对象,并通过调用各种成员函数完成时间的设定、改变、获取、输出等功能。-Define a class of time Time, there are three private member variables Hour, Minute, Second, define a constructor, destructor, and is
  3. 所属分类:Other windows programs

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

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

    • 发布日期:2017-04-14
    • 文件大小:3246
    • 提供者:eric
  1. julei

    0下载:
  2. 遗传算法解决聚类问题。.边的权重与时间关系为:1-(用户最近标注时间-该边被标注时间)*0.01,时间间隔以月计,相差一个月权重相差0.01,最近标注的权重为1 2.边的权重通过端点的出度调整 3.若用户没有共现标签,则以其权重最大的部分标签自连接构造标签对 4.若用户标签对少于预设大小,则将其拥有的标签对重复多次,直到数量与预设大小相等-Clustering genetic algorithm to solve the problem. . While the w
  3. 所属分类:MPI

    • 发布日期:2017-05-26
    • 文件大小:9124276
    • 提供者:S514506227
  1. Keil-see-instruction-time-tool

    0下载:
  2. keil中,方便查看代码运行时间长度,可设置成计算一条指令时间,或连续指令时间。有了它,可以方便调试时间类代码,是一款不可多得的KEIL开发插件!-keil, the easy to view the code running the length of time, a command can be set to calculate time, instruction time or continuous
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:203429
    • 提供者:wuyaoguo
  1. time

    0下载:
  2. 仿照日期类编写时间类CTime_t,可以完成时间的设置、运算、比较等功能。 增加时间的输入功能,既可以选择输入格式,可以输入hh:mm:ss格式的信息。 增加时间的输出格式,可以输出12小时的时间格式。编写时间和日期的派生类CDati,完成日期与时间的联合设置、运算、比较等功能,要求该派生类可以完成:日期时间加天数或时间等于新的日期时间,日期时间减天数或等于新的日期时间,两个日期时间相减等于天数或时间等工作,在程序中考虑闰年等具体情况,并重载各种运算符。-Date of class pr
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1148
    • 提供者:刘春燕
  1. CDateTimeEdit

    0下载:
  2. 一个智能化的日期时间类 CDateTimeEdit-CDateTimeEdit rar
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:3171
    • 提供者:jj
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com