Welcome![Sign In][Sign Up]
Location:
Search - semaphore

Search list

[Linux-Unixsem

Description: 在类unix中可以方便使用的封装后的信号量操作的接口。-In unix-type can be user-friendly package of the semaphore after the operation interface.
Platform: | Size: 1024 | Author: halllock | Hits:

[Embeded Linux11wenshiducaijiyujieshou

Description: 这是一个利用数组进行多个信号量远程采集温度与湿度的基于LPC2103的程序.给大家共享下.很不错哦-This is a multiple use of an array of semaphore acquisition remote temperature and humidity LPC2103-based procedures. For everyone to share. Oh well
Platform: | Size: 485376 | Author: 郭德全 | Hits:

[Linux-Unixsem

Description: 信号量的基本操作是我在学习linux编程时写的-Semaphore s basic operation is my linux programming in learning to write the
Platform: | Size: 2048 | Author: 刘海洋 | Hits:

[Internet-Networkdjkhsw

Description: LINUX的简单应用,含有串口和网络通信,信号量。-LINUX simple application, containing the serial and network communications, semaphore.
Platform: | Size: 64512 | Author: litie | Hits:

[OS Develop1

Description: 生产者消费者问题资料集。 操作系统里很重要的一个问题,可以帮助更清晰的理解信号量。-Producers of consumer data sets. Operating system in a very important issue, can help to more clearly understand the semaphore.
Platform: | Size: 36864 | Author: shelling | Hits:

[VxWorksVxWorks

Description: VxWorks入门例程,包括基于Wind与POSIX的任务调度与通信(信号量、消息队列、管道)。-It is a package of some examples,which includes ones about task scheduling & communication (using semaphore & message queue & pipes) based on Wind & POSIX.
Platform: | Size: 12288 | Author: 李铮 | Hits:

[Process-Threadphilosopher

Description: 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。-Dining philosophers problem is that the Dutch scholars Dijkstra classic one of the issues raised, it is a semaphore mechanism for the application of cultural history in the operating system has a very important position. Analysis of the problem can help students a deeper understanding of computer systems in resource sharing, process synchronization, deadlocks and other issues, and skilled use of semaphores to solve the life of the control flow, is about the life of the control flow with formal way to express.
Platform: | Size: 40960 | Author: 贺美琛 | Hits:

[uCOSex3

Description: 哲学家就餐问题的实现!是使用信号量实现的,有利于ucos的学习-Implementation of the dining philosophers problem! Is to use semaphore implementation, and is conducive to learning uCOS
Platform: | Size: 322560 | Author: hsc | Hits:

[Linux-Unixshare

Description: 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semaphore synchronization.
Platform: | Size: 2048 | Author: ak-47 | Hits:

[Linux-UnixRTLinux_SEM.tar

Description: RTLinux Semaphore Mechanism Sample code
Platform: | Size: 2048 | Author: vinoth | Hits:

[Windows DeveloprwLock

Description: VC开发的控制台程序,主要用于演示进程和Windows下信号量的使用,同时演示了将线程启动函数封装到类中的方法。-Console VC6 project that show how to use Semaphore and Thread in windows platform, it also shows a skill that can write the createThread methord in a class.
Platform: | Size: 1922048 | Author: 封泽希 | Hits:

[OS programconsumer_producer

Description: 用信号量机制实现多个生产者—消费者问题,实现线程间的同步与互斥-Semaphore implementation mechanism with a number of producers- the consumer problem, achieve inter-thread synchronization and mutual exclusion
Platform: | Size: 4096 | Author: qingangjun | Hits:

[Internet-Networkproc_sema

Description: 一个基于ACE的信号量例子,说明如何在ACE开发包下来使用信号量Semaphore的相关函数-an example based on ACE lib
Platform: | Size: 1024 | Author: zhengsp | Hits:

[Process-ThreadDining_philosophers

Description: 用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
Platform: | Size: 525312 | Author: 兰韬 | Hits:

[Other systemsSemaphore

Description: Show hou use semaphores in RTL-ARM
Platform: | Size: 256000 | Author: Alex | Hits:

[Otherqianrushibiancheng.renwudediaoyong

Description: 嵌入式系统(研)任务的调用实验,信号量的定义及使用,是入门级的代码,可以帮助刚刚入门的学习任务,信号量和优先级的练习-Embedded Systems (Research) experimental mission call, Semaphore the definition and use, are entry-level code that can help just getting started studying tasks, semaphores and priority class exercises
Platform: | Size: 78848 | Author: liuxinxin | Hits:

[Windows Developoperatingsystemexperiment

Description: 操作系统实验,包括创建进程,进程同步,进程互斥,特别是实现了互锁函数的信号量-Experimental operating system, including the establishment of processes, process synchronization, process of mutually exclusive, especially in the implementation of the semaphore interlocking function
Platform: | Size: 9216 | Author: 成炼 | Hits:

[VxWorksSem

Description: VxWorks的信号量实验代码,建立了一个多任务工程,实现了任务的互斥和同步.-The experimental VxWorks semaphore code, the establishment of a multi-task projects, the realization of a mutually exclusive and synchronization tasks.
Platform: | Size: 16384 | Author: 向阳 | Hits:

[OS programOS_project_Thread

Description: Purpose Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system. - introduction 1. Purpose Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system. 2. Method Using window API to create serval thread and create a message queue for each thread to control the message exchange between the different treads. 3. Files Projectmain.h------ structs , enums ,and claim of functions ThreadSemaphore.c------- extend the Windows semaphore API ThreadQueue.c------- message queue file (send to, receive from ,create and destroy queue ) ThreadFrame.c-- 1) create all the task for test 2) control the message handling 3) control the thread running 4)functions of watchdog 5) a hardware timer simulator to create timeout message every 1 sec 4 task : Thread_IDLE,-- lowest prority , interact with user and obtain a semaphore which will be waitted by Thread_LOST later
Platform: | Size: 1002496 | Author: Xiwen | Hits:

[OS DevelopOS.tar

Description: MINIX操作系统的内核修改补丁,增加了实时调度,迷你文件系统,semaphore系统服务。-MINIX OS projects for adding real-time scheduling, minifile file system and semaphore service.
Platform: | Size: 184320 | Author: Rex Xia | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 28 »

CodeBus www.codebus.net