• linux 本地时间 时间 函数

    标准库函数除了定义一些处理日期和时间的函数外,还定义了处理与程序有关的地理信息的函数。对这些函数讨论如下。 时间和日期函数需要头部<time.h>。这个头部定义了三种与时间有关的类型:clock_t,time_t蛅m。类型clock_t和time_t可以用长整数表示系统时间和日期,称为日历时。结构类型tm保存分解为相应元素的日期和时间。tm结构包含下列成员:

    0
    106
    21KB
    2012-03-28
    10
  • llinux 夏令时与各种时间

    1.时间表示 在程序当中,我们经常要输出系统当前的时间,比如我们使用date命令的输出结果。这个时候我们可以使用下面两个函数 time_t time(time_t *tloc); //时间精度为秒 char *ctime(const time_t *clock); //将秒数转化为字符串 time函数返回从1970年1月1日0点以来的秒数[注意,此函数返回的时间精 度是“秒”]。存储在time_t结构之中。不过这个函数的返回值对于我们来说没有什么实际意义。这个时候我们使用第二个函数将秒数转化为字符串。 这个函数的返回类型是固定的:一个可能值为。 thu dec 7 14:58:59 2000 这个字符串的长度是固定的为26 time_t类型实际上是由typedef定义的,并不是一个新类型,对于多数系统来说,time_t就是long,具体自己使用的系统是由哪种类型派生的,可以在time.h头文件里用time_t作为条件查一查就知道了。

    4
    873
    22KB
    2012-03-28
    48
  • linux下svn常用命令

    svn命令在linux下的使用教程 2010-09-17 22:28:22 来源: 【大 中 小】 评论: 条 li 1、 将文件checkout到本地目录 svn checkout path(path是服务器上的目录) 例如:svn checkout svn: // 192.168 . 1.1 / pro / domain 简写:svn co 2、 往版本库中添加新的文件 svn add file 例如:svn add test.php添加test.php) svn add * .php添加当前

    0
    191
    591KB
    2012-02-05
    13
  • JsonRpc-Cpp

    JsonRpc-Cpp - JSON-RPC implementation. * Copyright (C) 2008-2011 Sebastien Vincent <sebastien.vincent@cppextrem.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. JsonRpc-Cpp provides a JSON-RPC class called Json::Rpc::Handler that contains RPC methods, check incoming JSON-RPC message, * reply either with success or error code (in case parsing failed, ...). * * JsonRpc-Cpp provides also simple JSON-RPC TCP and UDP server implementations (Json::Rpc::TcpServer and Json::Rpc::UdpServer) as well * as simple JSON-RPC TCP and UDP client implementations (Json::Rpc::TcpClient and Json::Rpc::UdpClient). * * \section section-build Build instructions * * To build and install JsonRpc-Cpp, see INSTALL file located in the source tree. * * \section section-standard Standards

    4
    249
    184KB
    2011-11-30
    34
  • sakura editor 中文改造版

    sakura editor 中文改造版 日本人开发的文本编辑器 经过中文的汉化,

    5
    356
    348KB
    2011-11-27
    22
  • 深入浅出Android

    Andriod 详细的介绍 ,代码的实现,很有用的资料哦,

    0
    30
    585KB
    2010-10-29
    2
  • PDF_to_PowerPoint ,pdf直接转换成ppt

    PDF转换为 PowerPoint 的PPT或PPTX格式;转换的同时可以维持原有的页面布局、图片、超链接等元素; 使用说明:请先运行 Install.bat 进行程序的注册,Vista/Windows 7 系统需要右键单击以管理员权限运行批处理文件,主程序为 PDFtoPowerPoint.exe;

    5
    116
    5.19MB
    2010-10-26
    3
  • maya2011注册机32位.rar

    maya2011注册机32位.rar,真是有效,经本人亲自测试使用,强烈推荐,使用非常简单

    0
    27
    75KB
    2010-10-18
    0
  • DirectX_9.0_3D_游戏开发编程基础.pdf

    DirectX_9.0_3D_游戏开发编程基础.pdf,此书为3d游戏设计编程的开发人员的必读书,详细的数学基础讲解,

    5
    52
    5.1MB
    2010-10-18
    3
  • DirectX 9.0游戏开发编程基础 段菲.翻译的源码

    DirectX 9.0游戏开发编程基础 段菲.翻译的源码 很好的一本书的源代码

    0
    24
    4.72MB
    2010-10-18
    2
  • 笔耕不辍

    累计1年每年原创文章数量>=20篇
关注 私信
上传资源赚积分or赚钱