CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - call record
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - call record - List
[
Process-Thread
]
gouzi
DL : 0
使用钩子函数+DLL共享线程实现进程调用记录.记录文件保存为*.sys-use shared DLL function hook threaded process call records of achievement. Save the file to record *. sys
Date
: 2008-10-13
Size
: 415.69kb
User
:
陈玲玲
[
Process-Thread
]
gouzi
DL : 0
使用钩子函数+DLL共享线程实现进程调用记录.记录文件保存为*.sys-use shared DLL function hook threaded process call records of achievement. Save the file to record*. sys
Date
: 2026-01-11
Size
: 415kb
User
:
陈玲玲
[
Process-Thread
]
banksulotion
DL : 0
银行柜员服务问题:银行有n个柜员负责为顾客服务,顾客进入银行先取一个号码,然后等着叫号。当某个柜员空闲下来,就叫下一个号。 编程实现该问题,用P、V操作实现柜员和顾客的同步。 实现要求 某个号码只能由一名顾客取得; 不能有多于一个柜员叫同一个号; 有顾客的时候,柜员才叫号; 无柜员空闲的时候,顾客需要等待; 无顾客的时候,柜员需要等待。 测试文本格式 测试文件由若干记录组成,记录的字段用空格分开。记录第一个字段是顾客序号,第二字段为顾客进入银行的时间,第三字段是顾客需要服务的时间。 输出要求 对于每个顾客需输出进入银行的时间、开始服务的时间、离开银行的时间和服务柜员号。-Bank teller service issues: bank teller is responsible for the n-th customer service, the customer enters the bank to take a number and wait for call number. When a teller idle down, and called the next number. Programming the issue, P, V synchronization teller operations and customers. Implementation requires a number can only be achieved by a customer can not have more than one teller called the same number has a customer when the teller called number without teller idle time, the customer need to wait without the customer' s time, the teller need to wait. Test text test file composed by a number of records, record fields separated by a space. Record first field is the customer number, the second field is the time a customer enters the bank, and the third field is the time the customer needs the service. Output requirements for each customer need output into the bank' s time to begin serving time, leaving the bank teller time and service number.
Date
: 2026-01-11
Size
: 4.66mb
User
:
赵宛玥
[
Process-Thread
]
mytime
DL : 0
设计并实现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
Date
: 2026-01-11
Size
: 23.92mb
User
:
frank
[
Process-Thread
]
2
DL : 0
设计并实现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
Date
: 2026-01-11
Size
: 21.22mb
User
:
王光杰
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.