Welcome![Sign In][Sign Up]
Location:
Search - getsystemtime

Search list

[Othergetsystemtime

Description: 利用VisualC++.NET写的获得系统当前时间的示例程序-use Visual C.NET system was written in the current time of sample program
Platform: | Size: 45061 | Author: 吴金波 | Hits:

[Windows DevelopgetSystemTime

Description: 开发环境为VC++6.0 用来获取系统时间的压缩代码
Platform: | Size: 38568 | Author: 冯雪 | Hits:

[Othergetsystemtime

Description: 利用VisualC++.NET写的获得系统当前时间的示例程序-use Visual C.NET system was written in the current time of sample program
Platform: | Size: 77824 | Author: 吴金波 | Hits:

[Windows DevelopgetSystemTime

Description: 开发环境为VC++6.0 用来获取系统时间的压缩代码-Development environment for VC++ 6.0 used to obtain system time compression code
Platform: | Size: 1747968 | Author: 冯雪 | Hits:

[Hook apidetours2.1

Description: 由于很多人都不懂得怎么编译detours2.1库.文件包含了detours2.1的所有文件以及编译好的库文件detours.lib.-Because many people do not know how to compile library detours2.1. Detours2.1 document contains all the files and library files compiled detours.lib.
Platform: | Size: 407552 | Author: dskgo | Hits:

[Windows DevelopMainClass

Description: getsystemtime this is the program to get time of system
Platform: | Size: 3072 | Author: dipesh | Hits:

[Windows DevelopCreateprocess

Description: 创建进程 文件包含在linux和windows下创建进程的算法 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来创建进程运行程序 • 使用wait()等待新创建的进程结束 • 调用gettimeofday()来获取时间 -Create process File contains under the Windows in the process of creating and Linux algorithm Design and implement the "time" Unix commands. "Mytime" command through the command line parameters to accept applications, creating a separate process to run this program, and record the process of running time. Under Windows: CreateProcess (), use to create process Use WaitForSingleObject (), in the "new" command and mytime process of creating between synchronization GetSystemTime (), call for time To realize the Linux in: Use fork (,)/execv () to create a process to run the program Using pro (), waiting for a new process of creating Gettimeofday (), calls for time
Platform: | Size: 1342464 | Author: 得分 | Hits:

[Windows DevelopVC-GetSystemTime

Description: 本文介绍VC的GetSystemTime函数的一个缺陷,由此联想到软件设计时应注意的方法和在遇到一些问题时的处理办法。-This article describes the VC GetSystemTime function of a defect, this association should pay attention to the software design methods and encountered some problems in the approach.
Platform: | Size: 126976 | Author: zhoubo | Hits:

[Process-ThreadProcess_control

Description: 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -Design and implementation of the Unix " time" command. " Mytime" command via the command line parameter accepts the program to run, create a separate process to run the program, and recording program to run. Under Windows: • Using CreateProcess () to create a process • Use WaitForSingleObject () in " mytime" command and the newly created synchronization between processes • Call GetSystemTime () to get the time
Platform: | Size: 238592 | Author: Dean Miller | Hits:

[Process-Threadmytime

Description: 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间-Design and implementation of Unix " time" command. " Mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and record the program running time. Use CreateProcess () to create a process using WaitForSingleObject () between " mytime" command and the newly created process synchronous call GetSystemTime () to get the time
Platform: | Size: 25080832 | Author: frank | Hits:

[OS programtest

Description: 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 -Design and implementation of Unix " time" command. " Mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and record the program running time. In the Windows implementation: use CreateProcess () to create a process using WaitForSingleObject () between " mytime" command and the newly created process synchronous call GetSystemTime () to get the time
Platform: | Size: 3389440 | Author: 孙继鹏 | Hits:

[Console2

Description: 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程运行程序 使用wait()等待新创建的进程结束 调用gettimeofday()来获取时间 mytime的用法: $ mytime.exe program1 请注意运行结果的可读性,如:年月日时分秒毫秒微秒-The second experiment, process control (15 points) to design and implement the Unix " time" command. " Mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and record the program running time. In the Windows implementation: use CreateProcess () to create a process using WaitForSingleObject () between " mytime" command and the newly created process synchronous call GetSystemTime () to get the time in the Linux implementation: use fork ()/execv () to create a process to run the program using the wait () to wait for the end of the newly created process call gettimeofday () to get the time mytime usage: $ mytime.exe program1 Please note that the readability of the results, such as: YYMMDDHHMMSS milliseconds microseconds
Platform: | Size: 3072 | Author: 吴我 | Hits:

[OS programmytime

Description: 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来创建进程运行程序 • 使用wait()等待新创建的进程结束 • 调用gettimeofday()来获取时间 mytime的用法: $ mytime.exe program1 -$ mytime.exe program1
Platform: | Size: 261120 | Author: 康没 | Hits:

[OS programwindows

Description: 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: ◦ 使用CreateProcess()来创建进程 ◦ 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 ◦ 调用GetSystemTime()来获取时间 -Design and implementation of Unix " time" command. " Mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and record the program running time. In the Windows implementation: ◦ Use CreateProcess () to create a process ◦ use WaitForSingleObject () between " mytime" command and the newly created process synchronization ◦ call GetSystemTime () to get the time
Platform: | Size: 1024 | Author: wenchangwei | Hits:

[Process-Threadlab2

Description: 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 -In Windows to achieve: Use CreateProcess () to create a process - the use of WaitForSingleObject (synchronous) under the mytime command and the newly created process - call GetSystemTime () to obtain the time
Platform: | Size: 9438208 | Author: 忧郁二郎 | Hits:

[Process-Thread2

Description: 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来创建进程运行程序 • 使用wait()等待新创建的进程结束 • 调用gettimeofday()来获取时间 mytime的用法: $ mytime.exe program1 -Design and implementation of Unix " time" command. " Mytime" command accepts command line parameters to run the program, create a separate process to run the program, and record the running time. In the Windows implementation: • Use the CreateProcess () to create a process • Use WaitForSingleObject () between " mytime" command and the newly created process synchronization • Call GetSystemTime () to get the time realized under Linux: • Use fork ()/End execv () to create a process to run the program • Use wait () to wait for the newly created process • call gettimeofday () to get the time mytime usage: $ mytime.exe program1
Platform: | Size: 22254592 | Author: 王光杰 | Hits:

[CSharpGetSystemTime

Description: 获取系统时间函数的一个样例,用于验证hook Getsystemtimeasfiletime-A sample acquisition system function of time used to validate hook Getsystemtimeasfiletime
Platform: | Size: 8192 | Author: Jack | Hits:

CodeBus www.codebus.net