您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 获取进程启动和结束时间的工具

  2. 使用 PSAPI 获取内核模式和用户模式进程并将用户模式进程的启动时间和结束时间记入日志。本文工具程序名为 ProcessTime。运行程序后,它启动一个线程,该线程在后台执行每隔一定时间监控是否有新启动进程或退出进程。
  3. 所属分类:网络攻防

    • 发布日期:2009-12-08
    • 文件大小:18432
    • 提供者:wangningyu
  1. 模拟电梯管理系统c++源代码(只提供代码部分)

  2. C++源代码 注重类的交互 片段 #include using namespace std; #include "elevator.h" //Elevator class definition #include "person.h" //Person class definition #include "floor.h" //Floor class definition //constants that represent time required to travel //between
  3. 所属分类:C++

    • 发布日期:2010-04-17
    • 文件大小:11264
    • 提供者:islandfly
  1. 数字时钟,动态显示当前时间,C#源代码public string ProcessTime()

  2. 数字时钟,动态显示当前时间,C#源代码public string ProcessTime() { string sTime; // Get the current time int iHour = DateTime.Now.Hour; int iMin = DateTime.Now.Minute; int iSec = DateTime.Now.Second; // Format the current time into a string... sTime = (iHour < 10)
  3. 所属分类:C#

    • 发布日期:2009-01-09
    • 文件大小:37888
    • 提供者:tzlsoft
  1. 数字时钟,动态显示当前时间,C#源代码

  2. 数字时钟,动态显示当前时间,C#源代码 public string ProcessTime() { string sTime; // Get the current time int iHour = DateTime.Now.Hour; int iMin = DateTime.Now.Minute; int iSec = DateTime.Now.Second; // Format the current time into a string... sTime = (iHour < 10
  3. 所属分类:C#

    • 发布日期:2009-04-02
    • 文件大小:2097152
    • 提供者:aa1094143832
  1. rust-breezy-timer:微风计时器的存储库,这是您可以使用的最简单的计时器,无需担心性能-源码

  2. 微风计时器 :timer_clock: Breezy计时器的目标是成为一个非常简单的计时库,可以将其放入生产代码中而不会改变最终性能。 请参阅“以获取更多信息。 目的 简单易用 直接在生产代码中使用, 释放时无需修改代码,只需取消激活功能即可! 用法 编译时,如果需要时间,只需添加feature breezy_timer ,例如 cargo build foocrate --release --feature breezy_timer 或根本不使用该功能删除时间。 原料药 prepare_
  3. 所属分类:其它

    • 发布日期:2021-03-28
    • 文件大小:12288
    • 提供者:weixin_42097369