搜索资源列表
ET2
- 线程描述。主程序创建两个线程myThread1 和 myThread2 ,每个线程打印一句话。使用pthread_create(&id,NULL,(void *) thread,NULL)完成。 先定义每个线程的执行体,然后在main中创建几个线程,最后主线程序等待子线程序结束后再退出。 2、创建两个线程,分别向线程传递如下两种类型的参数 -Thread descr iption. Main program create
TestXIE
- 项目主要是串口通讯,定时向屏发送内容。设计多线程,定时器,主线程退出后如何安全退出子线程等。-Project is mainly a serial port communication, regularly send content to the screen. Design multithreaded, timer, the main thread after how to safely exit the child thread,
exp22
- 设计并实现一个计算线程与一个I/O线程共享缓冲区的同步与通信,程序要求: 两个线程,共享公共变量a; 线程1负责计算(1到100的累加,每次加一个数); 线程2负责打印(输出累加的中间结果); 主进程等待子线程退出。 -Design and implement a computation thread and an I/O thread shared buffer synchronization and commun
Test1
- 在MFC 子线程中使用UI(控件)退出时死锁或者超时处理参考(Use the UI (control) in the MFC subroutine to exit the deadlock or overtime processing reference)