资源列表

« 1 2 ... .12 .13 .14 .15 .16 6217.18 .19 .20 .21 .22 ... 9711 »

[Linux/Unix编程homework2

说明:编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message que
<熊涛> 在 2025-02-06 上传 | 大小:2.48mb | 下载:0

[Linux/Unix编程homework3

说明:自己设计并实现一个消息队列,该队列能够接收CLMessage继承体系的消息,并且保证多线程环境下线程是安全的。该消息队列可以融入到本课程所提供的程序库中,能够支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-Design and implement a message queue, the queue CLMessage inheritance system able to receive messages, a
<熊涛> 在 2025-02-06 上传 | 大小:11kb | 下载:0

[Linux/Unix编程homework4

说明:编写一个多队列线程池应用,在应用中存在三种线程:一个用户线程,用于向主控线程发送加法计算请求;一个主控线程,接收到用户发送的加法请求后负载均衡地将请求分配给若干计算线程;若干计算线程,接收来自主控线程的加法请求,计算后将结果返回给用户线程。其中每个线程都拥有自己的消息队列。测试时需要向主控线程提交>=1000个加法请求,用户线程需要验证是否收到结果。-The preparation of the application of mo
<熊涛> 在 2025-02-06 上传 | 大小:20kb | 下载:0

[Linux/Unix编程homework5

说明:编写一个单队列线程池应用,在应用中存在两种线程:一个用户线程,用于向线程池发送加法计算请求;若干计算线程,接收来自线程池的加法请求,计算后将结果返回给用户线程。其中用户线程拥有自己的消息队列,若干计算线程共享一个消息队列。测试时需要向线程池提交>=1000个加法请求,用户线程需要验证是否收到结果。-The preparation of the application of a single queue thread pool, t
<熊涛> 在 2025-02-06 上传 | 大小:4.68mb | 下载:0

[Linux/Unix编程BiTree

说明:c语言基础的数组方式二叉树的实现,stack函数。-c array of language-based way binary tree implementation, stack function.
<严湖斌> 在 2025-02-06 上传 | 大小:4kb | 下载:0

[Linux/Unix编程wserial2

说明:实现了串口的通信,里面利用了第三方串口类,编程实现方面简单-serial program
<天涯逐日> 在 2025-02-06 上传 | 大小:71kb | 下载:0

[Linux/Unix编程Makefile

说明:本文档详述了Makefile文件的书写方法,对于编写自动化脚本有很大帮助。-This document details the writing of the Makefile. It s of great help for writing automated scr ipts.
<> 在 2025-02-06 上传 | 大小:418kb | 下载:0

[Linux/Unix编程driver_gprs

说明:linux环境下通过UART控制GPRS模块收发数据,包括各种菜单。-GPRS module to send and receive data through the UART control in the linux environment, including a variety of menu.
<chenqq> 在 2025-02-06 上传 | 大小:134kb | 下载:0

[Linux/Unix编程linux-0.11-for-gcc3.4.tar

说明:linux 0.11 内核源代码,在32位或者64位的ubuntu或者debian系统下使用的可以用gcc 3.4编译的linux-0.-linux 0.11 kernel source code
<huabinwen> 在 2025-02-06 上传 | 大小:119kb | 下载:0

[Linux/Unix编程s3c6410-LCD_drv_src

说明:linux下开发,系统移植关于LCD驱动源码。-linux development, system migration on the LCD driver source.
<linux-cs> 在 2025-02-06 上传 | 大小:41kb | 下载:0

[Linux/Unix编程cp-touch-cat

说明:linux环境下 用c来实现部分shell指令的功能 cp touch cat等-with c under linux environment to achieve some function of the shell command cp touch cat, etc.
<QIAO> 在 2025-02-06 上传 | 大小:4kb | 下载:0

[Linux/Unix编程OperatingSystem

说明:linux下用c语言来模拟操作系统,包括任务的存储与调度,提高内存利用率和事件效率!-under linux using c language to simulate the operating system, including storage and scheduling of tasks and improve memory utilization and event efficiency.
<QIAO> 在 2025-02-06 上传 | 大小:57kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 6217.18 .19 .20 .21 .22 ... 9711 »

源码中国 www.ymcn.org