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

搜索资源列表

  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2.03mb
    • 提供者:smj_9547
  1. qiangdaqi

    0下载:
  2.   (1) 抢答器线路测试功能   为了保证比赛的正常进行,比赛前需要调试线路能否正常工作。    (2) 第一抢答信号的鉴别和锁存功能   可以判断谁最先抢到回答的资格,其相应的绿灯表示抢答成功,并具有锁存功能,一直到下一题开始。    (3) 犯规警示功能   可以判断出参赛者有没有在主持人读题的期间按下抢答器,有则相应的红灯亮,同时取消其本轮抢答资格。    (4) 计时功能   可以预置时间,可以进行倒计时并且将时间显示出来。    (5) 计分功能
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:934.07kb
    • 提供者:孙国栋
  1. test

    0下载:
  2. 通过OpenGL基本体素,例如三角形、三角形带、四边形、四边形带,它们都可以构成的球体。通过改变半径控制大小,通过改变角度的改变大小就可以改变顶点的数目和密度,通过在调用回调函数设置模式,就可以改变填充状态。通过调用函数来得到当前时间就可以得到一个功能要花费的时间。-Through the OpenGL primitives, such as triangle, triangle strip, quadrilateral, quadrilateral zone, which can consti
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:945.55kb
    • 提供者:mi
  1. clock

    0下载:
  2. 电子钟表 带秒表计时功能 可获取当前日期/时间-Electronic clock with a stopwatch function to get the current date/time
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1.79kb
    • 提供者:wjs
  1. GetCurTime

    0下载:
  2. 使用系统函数获取当前的系统时间并格式化的输出。-Using the system function to get current system time and format the output.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:34.2kb
    • 提供者:闫伟平
  1. Packet

    0下载:
  2. 这是一款抓包软件的源代码,可以实时取得网络上传输的数据包,并且本软件还附有流量分析的功能模块,可以清晰的反映当前网络的流量信息。-This is a capture software source code, you can get real-time transmission of data packets on the network and the traffic analysis software with the function module, you can clearly ref
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-21
    • 文件大小:5.9mb
    • 提供者:华子
  1. C-language-get-time

    0下载:
  2. 这个文件综合了多种在C语言中获取当前系统时间的函数。读者可以根据对时间的具体要求,选择其中的函数。-This file is a combination of a variety of access to the function of the current system time in C language. Readers according to the specific requirements of the time, choose the function.
  3. 所属分类:Console

    • 发布日期:2016-01-27
    • 文件大小:13kb
    • 提供者:王勇
  1. JobObject

    1下载:
  2. 通过windows的内核对象JobObject实现对程序的运行时间和内存使用的控制,开发初衷是作为一个简陋的acm判题沙箱. 大致步骤: 1.通过CreateJobObject创建一个工作对象 2.通过SetInformationJobObject设置工作对象的参数,详见MSDN(http://msdn.microsoft.com/zh-cn/library/ms686216) 3.以CREATE_SUSPENDED方式启动进程,通过CreatePro
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:1.1kb
    • 提供者:
  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
    • 文件大小:3.78kb
    • 提供者:sproll
  1. MemoryRead

    0下载:
  2. Delphi:内存读写工具Delphi源码下载,内含CPU周期计算操作库(作者:侯思松)。   function CPUCycleCounter():int64 register {获取当前CPU周期计数(CPU周期数)}    function CPUTimeCounter():Extended {获取当前时间计数(us),利用CPU内部指令完成}    function GetCPUFrequency():int64 overload {获得CPU的主频,准确快速}
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:42.72kb
    • 提供者:VJ8YQEY
  1. Wiener

    2下载:
  2. 实现维纳滤波用于语音增强。第一步采用频域谱函数计算最佳的维纳滤波器,再对输入带噪信号进行滤波;第二步是在此基础上的改进,用了自适应的思想,及时根据当前帧的状态更新修正滤波器的系统函数,得到更精确的无噪语音信号。第三步是采用自适应LMS方法,在时域迭代计算滤波器系数,迭代次数足够多时可得到较准确的有用信号。-Implement wiener filtering used in speech enhancement. First step optimum wiener filter is obtai
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:林宇
  1. lab02

    0下载:
  2. f(n)=f(n-1)+f(n-2) f(0)=f(1)=1,求斐波那契数列第20项,分别用循环和递归的方式,比较时间效率。提示:可以使用c函数clock取出当前系统时间,计算前后各一次,两次相减除以每秒的时钟数,就可以得到以秒为单位的差距-f (n) = f (n-1)+ f (n-2) f (0) = f (1) = 1, Item 20 seeking Fibonacci number Fibonacci sequence that were circulating and recursi
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2.43mb
    • 提供者:龙晓聪
  1. myshell.c

    0下载:
  2.  Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#)  Your shell MUST support, at minimum, the following commands: o The internal shell co
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.17kb
    • 提供者:Jason
  1. timer

    0下载:
  2. 建立一个MFC程序,利用其view类完成了画表盘的功能,在OnTime函数里完成了表指针的绘画和获取当前时间(**注意定时器是在OnCreate中声明的)//新手制作,不足之处请原谅-Build a MFC program, with its view class completed Videos dial function, OnTime function in the finished painting and table pointer to get the current time (*
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:2.5kb
    • 提供者: 胡明运
搜珍网 www.dssz.com