搜索资源列表
XP优化高氏秘籍
- windowsXP优化高氏秘籍是XP的一个高级技巧的集合-AIX optimization Niches SECRET XP is a senior skills pool
cp
- 操作系统模拟生产着消费者问题,包括缓冲池满或空之后的阻塞、唤醒处理以及对于缓冲池访问权的阻塞、唤醒处理。个人编写,与网上版本不同-Simulate the production of consumer operating systems, including the buffer pool is full or empty block after the wake-up process and for blocking access to the buffer pool, wake-up pro
MMP_MemoryPool_src
- 对于需要定制内存池的朋友,本文档应该是一份不错的资料。本文介绍了几种常用的内存管理优化方案,并提吃定制内存池的一些建议。最后,根据一个实际项目的特点,定制了一个内存池(MMP内存池)并实现该内存池。-The need for custom memory pool for a friend, this document should be a good information. This article describes several commonly used to optimize mem
ProducerConsumer
- 操作系统中经典的生产者消费者问题的模拟程序,基于MFC对话框,多线程,可随意添加生产者和消费者个数,动态显示缓冲池中的状态和生产者消费者的工作情况-Operating system issues the classic simulation program producers and consumers, based on MFC dialog box, multi-threaded, can easily add the number of producers and consumers, d
Threadx-Pool-tool
- 用来调试Threadx操作系统内核POOL的工具,做展讯的用得上-a tool for threadx os,debug pool
wuziguanlixitong
- 很有用的系统,用Visual C++ 做的,是一个很完美的系统,虽然简单,但是实用-It is an important pool
homework-1
- webServer实现线程池,用Java和C语言实现。-webServer achieve thread pool, with Java and C language.
lll
- 这个是一个stm32的内存分配的程序,思路如下: 将内存分块管理. 内存池等分为固定大小的内存块. 建立一个内存状态表,对应每个块,有多少个块,状态表就有多少个元素,一一对应. 通过状态表的值判断该块内存是否可用(为0则表示可用,为其他值则表示被占用了,而且占用的内存块数量,就是该值的数字)-This is a stm32 memory allocation procedures, the idea is as follows: Divide the memory into
consumer_producer
- 1、n个缓冲区的缓冲池作为一个临界资源: 当生产者任务从数据源—文件中读取数据后将会申请一个缓冲区,并将此数据放缓冲区中。 消费者任务从一个缓冲区中取走数据,并将其中的内容打印输出。 当一个生产者任务正在访问缓冲区时,其他生产者和消费者任务不能访问缓冲区。 当一个消费者任务正在访问缓冲区时,其他其他生产者和消费者任务不能访问缓冲区。 使用互斥量实现对缓冲池的互斥访问。(1. Buffer pool of N buffers as a critical resource: When the pr