搜索资源列表
-
0下载:
使用系统函数获取当前的系统时间并格式化的输出。-Using the system function to get current system time and format the output.
-
-
1下载:
通过windows的内核对象JobObject实现对程序的运行时间和内存使用的控制,开发初衷是作为一个简陋的acm判题沙箱.
大致步骤:
1.通过CreateJobObject创建一个工作对象
2.通过SetInformationJobObject设置工作对象的参数,详见MSDN(http://msdn.microsoft.com/zh-cn/library/ms686216)
3.以CREATE_SUSPENDED方式启动进程,通过CreatePro
-
-
0下载:
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
-