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

搜索资源列表

  1. MFC_class

    0下载:
  2. 文档中主要是一些MFC常用类、成员函数、数组类、Cstring类、CTime类、CPoint类,可以方便平时的使用-The main document used in some MFC classes, member functions, an array class, Cstring class, CTime class, CPoint class, you can easily make the usual Use
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:26820
    • 提供者:dangdang
  1. clock

    0下载:
  2. MFC实现对话框显示功能,学习基本构架,Ctime类消息函数使用。-learn basic using rule of class ctime and the fundamental structure of MFC.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1943430
    • 提供者:刘礼
  1. time-example

    0下载:
  2. 1.程序分析: 2.程序源代码: #include "stdio.h" #include "conio.h" #include "time.h" void main() { time_t lt /*define a longint time varible*/ lt=time(NULL) /*system time and date*/ printf(ctime(<)) /*english format output*/ printf(asct
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:3050
    • 提供者:zhenxinjian
  1. Find-Number

    0下载:
  2. 从1到99的映,在用电脑键盘输入一个定值之后,电脑显示与其相对应的数值-Declare an array of 10 integer elements. Use srand, rand and ctime functions to generate random numbers from 1 to 99 and fill the array. The numbers may repeat. Print the selected numbers.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:940
    • 提供者:刘小刚
  1. winc-

    0下载:
  2. 申报的10个整型元素的数组。使用srand函数,兰德和ctime函数来产生随机数从1到99,并填补了数组。可重复的数字。打印选定的数字。-Declaration of the 10 element array of integers. Use the srand function, RAND and the ctime function to generate random numbers from 1-99, and fill the array. Can repeat the figures
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:3170
    • 提供者:龚小英
  1. dateConvert

    0下载:
  2. How to convert dates in Visual C++, MFC and native C++. Conversion for DATE, CTime, COldDateTime. Change between UTC and local date time.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1112
    • 提供者:Bacchus
  1. Float_to_Hex(CTime)

    0下载:
  2. Float和HEX之间互相转换的源码,尽可能保证了数据处理的精度-Between the Float and HEX conversion source, as far as possible to ensure the accuracy of the data processing
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:164094
    • 提供者:wangwei
  1. san-lie-biao

    0下载:
  2. 散列表实现个人信息 散列表---实现个人信息管理 一、 数据结构 个人信息:至少五个域 散列表:以姓名为关键字,平均查找长度不超过2.5,确定表大小,设计散列函数,冲突处理方法(建议采用拉链法)。 文件:个人信息以文件形式保存 二、 基本算法 插入个人信息 删除个人信息 按关键字查找个人信息 按非关键字查找个人信息 统计两种查找过程的平均查找长度 三、 功能要求 读文件数据建立散列表 保存散列表到文件 散列表遍历 修改个人信息
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:153624
    • 提供者:若水
  1. new

    0下载:
  2. 二维坐标系上有一些炸弹,每个炸弹有x,y坐标和爆炸后波及的范围r,这个r指的是跟自己曼哈顿距离r以内的点 就类似于扫雷那样,一个炸弹爆炸可能引起一片一片的炸弹炸出去 然后有一些询问,问点燃某个炸弹后会有多少个炸弹爆炸 已经炸过的就不算了 -#include <iostream> #include <vector> #include <algorithm> #include <cstdio>
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:1054
    • 提供者:夏超
  1. Time-control

    0下载:
  2. 利用时间控件CTime Control提供可供选择的时间,响应时间变化的消息-The use of time control CTime Control provide alternative time, response time variation message
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-23
    • 文件大小:2277636
    • 提供者:吕松
  1. td1

    0下载:
  2. Linux编程 查看文件属性 实现ls -il命令 opendir操作 关键函数:stat(2), opendir(3), getgrgid(3), getpwuid(3), ctime(3).-Linux programming Properties files Discution the links Access to Records stat(2), opendir(3), getgrgid(3), getpwuid(3), ctim
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:52264
    • 提供者:The king C
  1. zjfczhcrq

    0下载:
  2. 将字符串型日期转换成日期型,CString“2003-02-05”to CTime 2003-02-05-To convert a string type date date type, CString "2003-02-05" to CTime 2003-02-05
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:33763
    • 提供者:balsammy
  1. bryan_time

    0下载:
  2. LINUX平台下测试过的时间封装接口及实现,常见的操作都有支持。-CTime class supported in linux platform.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:7992
    • 提供者:bryan
  1. Normal-files-directories-

    0下载:
  2. 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:12218
    • 提供者:weiwei
  1. MiGong

    0下载:
  2. 1. 问题描述: 本实验假设迷宫是一个n 行n列的二维平面表格,左上角作为迷宫的入口,右下角作为迷宫的出口。迷宫问题求解的目标是寻找一条从入口到出口的通路。 2.基本要求: 设计一个程序,能自动或手动生成这样一个n行n列的矩阵maze[n][n],即每个元素都为0或1的二维数组,然后判断该矩阵表示的迷宫是否存在一条从入口到出口的通路。如果存在,将表示该通路的数组下标按顺序保存到文件path.txt如:(1,1)(2,2)(1,3)(1,4)(1,5)(1,6)(2,6)(3,6)(4
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:2250414
    • 提供者:
  1. CTime

    0下载:
  2. time类统计系统运行时间年、月、日、时、分、秒-time class statistical system run time of year, month, day, hour, minute, second
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:291356
    • 提供者:ydd
  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。-How to modify the wizard-generated MFC AppWiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:5693475
    • 提供者:张三
  1. GradeBook

    0下载:
  2. C++複寫GradeBook類,使用set,get方法得到書名和作者名,Ctime類直接調用庫函數,得到系統當前時間和年月日-C++ class GradeBook replication, use the set and get methods to get the title and author name, ctime class directly call library functions to get the current system time and date
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1799
    • 提供者:李浩
  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the MFC AppWiz
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1705255
    • 提供者:奋斗不止
  1. CTime

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

    • 发布日期:2017-04-07
    • 文件大小:10739
    • 提供者:李凯
« 1 2 3 45 6 »
搜珍网 www.dssz.com