搜索资源列表

  1. New0006.c

    0下载:
  2. 能将日历时间变换成秒数自己写的没调用localtime
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1350
    • 提供者:王用
  1. wcelibcex-1.0

    0下载:
  2. Package of C library extensions for Windows CE operating system. It is a supplement to C library available on Windows CE platform. The main objective of the project is to provide helper utilities for porting applications
  3. 所属分类:Windows CE

    • 发布日期:2024-06-03
    • 文件大小:71680
    • 提供者:戴奕
  1. localtime

    0下载:
  2. 一个显示本地时间的基于java多线程技术的小程序-A display of local time-based multi-threaded java applet technology
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:年子
  1. timedate

    0下载:
  2. this program demonstrates the usage of ftime() for getting current time stamp and converting it into C tm structure with localtime() the current date and time is output- this program demonstrates the usage of fti
  3. 所属分类:GIS编程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:omid_1985
  1. localtime

    0下载:
  2. 使用OOP方式创建WIN32的程序,框架来自http://www.functionx.com/,本程序演示了使用透明背景显示时钟-Create WIN32 using OOP program, the fr a mework from http://www.functionx.com/, this program demonstrates the use of a transparent background display clock
  3. 所属分类:Windows编程

    • 发布日期:2024-06-03
    • 文件大小:14336
    • 提供者:WhenSoWeWent
  1. MfcGetLocalTime

    0下载:
  2. 获取系统当前时间 并且在edit中显示-get the current localtime and show in the edit
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:12288
    • 提供者:zly
  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
  3. 所属分类:软件工程

    • 发布日期:2024-06-03
    • 文件大小:3072
    • 提供者:zhenxinjian
  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
  3. 所属分类:系统编程

    • 发布日期:2024-06-03
    • 文件大小:4096
    • 提供者:sproll
  1. localtime

    0下载:
  2. Code to know the local time machine
  3. 所属分类:其他行业

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:Hernan D.
  1. Linux-Get-Localtime

    0下载:
  2. 在Linux操作系统下利用C编程获得本地时间函数-To get the local time use Cunder the Linux
  3. 所属分类:软件工程

    • 发布日期:2024-06-03
    • 文件大小:318464
    • 提供者:占伟
  1. gettime

    0下载:
  2. 一个简单的获取系统时间并把它显示出来的源码,适合初学者使用。-a simple software to get the localtime of the system.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-03
    • 文件大小:4096
    • 提供者:junjun
  1. srand

    0下载:
  2. LOCALTIME取本地时间,将时间作为种子RAND生产随机数 MEMC0PY的使用.-Take time, set a random number.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:Tracy
  1. LocalTime

    0下载:
  2. qt写的时间转换小程序,很实用的小程序。-qt write time conversion applet, very useful little program.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:3197952
    • 提供者:wcx
  1. regress-734862

    0下载:
  2. Return DateFromTime(LocalTime(t)) Source Code for Java scr ipt.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:jengniti
  1. localtime

    0下载:
  2. sys param.h is included to get MAXPATHLEN, and to get time t by virtue Device Driver for linux v2.13.6.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-03
    • 文件大小:6144
    • 提供者:puyaivn
  1. tmsecs

    0下载:
  2. tmsecs returns number of seconds t1 to t2, times expressed in localtime format. assumed that t1 <= t2, and are in same day. -tmsecs returns number of seconds t1 to t2, times expressed in localtime format. assumed t
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:kfdybv
  1. datetest

    0下载:
  2. 通过获取localtime,按照一定的格式显示当前的系统时间(windows)-display formatted system time
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:zjj
  1. 餐饮管理系统

    1下载:
  2. 使用winform开发的餐饮管理系统,以下是一些核心功能实现的简介: 1、显示厅包及餐桌-》开发步骤1、添加TabControl。2、查询HallInfo,遍历创建TabPage。3、创建ListView,加入TabPage上。4、查询TableInfo,遍历创建ListViewItem。-》在主窗口中,使用标签显示厅包,在每个标签中使用listview显示餐桌。餐桌分为使用、空闲状态。-》双击餐桌,如果是空闲,则开单,如果是使用,则
  3. 所属分类:C#编程

    • 发布日期:2024-06-03
    • 文件大小:11692032
    • 提供者:zsskcom

源码中国 www.ymcn.org