搜索资源列表
process-tongbu-and-huchi
- 线程间的互斥:并发执行的线程共享某些类临界资源,对临界资源的访问应当采取互斥的机制。 线程间的同步:并发执行的线程间通常存在相互制约的关系,线程必须遵循一定的规则来执行,同步机制可以协调相互制约的关系。-Mutual exclusion between threads: concurrent execution threads share certain types of critical resources, access to critical resources should be
create-process
- 创建两个进程,让子进程读取一个文件,父进程等待子进程读取完文件后继续执行,实现进程协同工作。 进程协同工作就是协调好两个进程,使之安排好先后次序并以此执行,可以用等待函数来实现这一点。当需要等待子进程运行结束时,可在父进程中调用等待函数。 -Create two processes, allowing the child to read a file, read the parent process waits for the child process to continue exe
ZMKJZUD8
- 测绘专业中,高斯坐标与大地坐标正反算,VC源代码,-Surveying and mapping professional, gauss coordinate and geodetic coordinate and calculate, VC source code,
lhe
- 这是用于遥感数据处理中的相对定向及绝对定向及坐标的七参数转换的程序-It is used in the remote sensing data processing in seven parameters of relative orientation and absolute orientation and the coordinate transformation program
03_Windows_Threads
- Multi-core Programming: Programming with Windows* Threads Programming with Windows* Threads: At the completion of this module you will be able to: Write code to create and terminate threads Use synchronization objects to coordinate thread execut
