资源列表
duoxiancheng
- 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步。-The establishment of a project, provide a button in the main thread is responsible for user interaction, interface, through which users establish a new thread to hand
taskmanager
- Sourcecode duplicate or already exist
xiancheng
- 求1000个数里面乘积最大的四个数并且输出该四个数-Seeking the 1000 number inside the product of the maximum number of four and the output of the four number
23456
- 这是一个终止当前进程的学程序,可以运行想学习的不妨-This is a school program, to terminate the current process can run to want to learn take a look
123
- 这是如何在制定程序中终止进程,想学习的课可以看以看,真的提好的-This is how to develop programs to terminate the process and want to learn the lesson can look to see, really mention good
howtostartprogram
- 这是如何如何在程序中启动程序,想学习的课可以看以看,真的提好的-This is how to start the program the program and want to learn the lesson can look to see, really mention good
duoxiancheng
- 如何实现多线程多任务?这是一个很好的学习例子,想学的可以-How to implement multi-threaded multi-tasking? This is a good learning example, want to learn can take a look at
3456
- .如何使用线程优先级?这是一个很好的学习例子,想学的可以-How to use the thread priority? This is a good learning example, want to learn can take a look at
yichangzhongzixiancheng
- .如何异常终止线程,想学医这方面的同志可以看以看,真的挺好的-How abnormal termination of the thread, wanted to study medicine comrades can look to see, really very good
chengxu-tongxin
- 这是如何在两个执行程序间进行数据通信的资料很好的,想学习的可以看以看-Data communication between the two execution, this is a good learning materials, want to learn to look to see
RRProcessControl
- 1) 每一个进程有一个PCB,其内容可以根据具体情况设定。 2) 可以在界面设定的互斥资源(包括两种:输入设备与输出设备)的数目 3) 进程数、进入内存时间、要求服务时间可以在界面上进行设定 4) 进程之间存在一定的同步与互斥关系,可以通过界面进行设定,其表示方法如下: 进程的服务时间由三段组成:I2C10O5(表示进程的服务时间由2个时间片的输入,10个时间片的计算,5个时间片的输出) 进程间的同步关系用一个段表示:W2,表示该进程先要等待P2进程执行结束后才可以运行
pthread_ABC
- C语言实现一个程序创造三个线程分别输出ABC,顺序执行十次-The C language is a program to create three threads output ABC, executed in the order of ten times
