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

Search list

[Other Embeded programEOS_XC167CI_KeilC166

Description: 嵌入式操作系统EOS(Embedded OperatingSystem)是一种用途广泛的系统软件,它主要应用于工业控制和国防系统领域。EOS负责嵌人系统的全部软、硬件资源的分配、调度工作,控制协调并发活动;它必须体现其所在系统的特征,能够通过装卸某些模块来达到系统所要求的功能。本示例给出了EOS在InfineonXC167CI处理器上面的实现示例。-Embedded Operating System EOS (Embedded OperatingSystem) is a widely used system software, it is mainly used in industrial control and defense systems. EOS is responsible for all the embedded systems software and hardware resource allocation, scheduling work, control the coordination of concurrent activities it must embody the characteristics of their systems, able to handling systems of certain modules to achieve the required functions. This example is given EOS in InfineonXC167CI processors realize the above example.
Platform: | Size: 149504 | Author: 余宾客 | Hits:

[Process-Threados

Description: 本系统的同步机构采用的信息量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序处理模拟的时间片中断;进程调度程序负责为各进程分配处理机。系统中设计了3个并发进程。它们之间有如下同步关系:3个进程需要互斥使用临界资源S2,进程1和进程2又需互斥使用临界资源S1。本系统在运行过程中随机打印出各进程的状态变换过程,系统的调度过程及公共变量的变化情况。 -Synchronization of the system organizations to adopt the amount of information on the P, V operation mechanisms control bodies, including the blocking and wake-up operation time slice interrupt handling procedures deal with the time slice interrupt simulation process scheduler is responsible for the process of allocation of processors. System designed three concurrent processes. Synchronization between them have the following relations: 3 process requires the use of critical resources mutex S2, the process 1 and process 2 has to be mutually exclusive use of critical resources S1. The system during operation were randomly print out the status of the process of transformation process, the system for the activation process and public variables changes.
Platform: | Size: 2048 | Author: liuxin | Hits:

[Internet-NetworkmultiTcpServer

Description: linux下的模拟网络并发服务器工作,完成功能为客户端提供ip及端口地址,发送会话到服务器,服务器回显-linux network simulation under the Concurrent Server to fulfill the functions of providing the client ip and port address, send the conversation to the server, the server Echo
Platform: | Size: 2048 | Author: sisi | Hits:

[Linux-UnixTCPechod

Description: 在Linux/Unix环境下的网络编程,是TCP/IP的网际互联中的并发ECHO服务。系程序针对ECHO服务器,,作用是并发为多个客户服务-In Linux/Unix network programming environment is the TCP/IP Internet connectivity services in the concurrent ECHO. Department procedures for ECHO server, is complicated by a number of customer service
Platform: | Size: 1024 | Author: 杨敏 | Hits:

[Other Databasesfastdb

Description: FastDb是高效的内存数据库系统,具备实时能力及便利的C++接口。FastDB不支持client-server架构因而所有使用FastDB的应用程序必须运行在同一主机上。FastDB针对应用程序通过控制读访问模式作了优化。通过降低数据传输的开销和非常有效的锁机制提供了高速的查询。对每一个使用数据库的应用数据库文件被影射到虚拟内存空间中。因此查询在应用的上下文中执行而不需要切换上下文以及数据传输。fastdb中并发访问数据库的同步机制通过原子指令实现,几乎不增加查询的开销。-FastDb efficient memory database system with real-time capability and convenience of C++ Interface. FastDB does not support client-server architecture and thus FastDB all applications must be running in the same host. FastDB for applications by controlling the read access mode were optimized. By reducing data transmission overhead and very effective locking mechanism provides a high-speed inquiries. For each application database using the database files are alluding to the virtual memory space. Inquiries in the application, therefore the context of the implementation without the need for context switching and data transmission. concurrent access to the database in fastdb synchronization mechanisms through atomic instructions to achieve, almost no additional query overhead.
Platform: | Size: 2414592 | Author: xxh | Hits:

[Data structsbaogao

Description: 实习报告书写参考-----银行家算法的实现,设计一个n 个并发进程共享m 个系统资源的系统。进程可动态申请资源和释放资源,系统按各进程的申请动态的分配资源。要求采用银行家算法实现。包括流程图,以及详细的代码设计-Internship Report Writing Reference----- banker algorithm, n the design of a concurrent process of system resources m sharing system. Process can be dynamic application of resources and the release of resources, the system according to process applications for dynamic allocation of resources. Algorithm requires bankers. Including the flow chart, as well as the detailed design code
Platform: | Size: 31744 | Author: 宋玉 | Hits:

[OS programyinhangjiasuanfa

Description: 1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。 2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。 3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。 -1) the design of five concurrent implementation of the simulation process scheduler, each process by a PCB said. 2) simulation scheduler can choose one of two scheduling algorithms to achieve (the ability of students can simultaneously achieve the two scheduling algorithms). 3) procedures for implementation should be able to on the screen shows the status of the process of change, in order to observe the entire process of scheduling.
Platform: | Size: 3072 | Author: 徐冬琴 | Hits:

[ELanguagebingfafuwuqi

Description: linux并发服务器设计,实现文件传送,客户端发送文件名,服务器传回文件并在客户端输出-linux concurrent server design, to achieve file transfer, the client to send the file name, the server returns a file and the client output
Platform: | Size: 3072 | Author: andygo | Hits:

[Linux-UnixLinuxMutiProc

Description: 多进程之间并发执行的实例,IPC通信举例 熟悉进程间的异步同步方式-Between the concurrent implementation of multi-process example, IPC Communications, for example familiar with the process of synchronization between asynchronous mode
Platform: | Size: 6144 | Author: tongqian | Hits:

[Web ServerServer_ST

Description: 一款简单的http服务器程序,目前是单线程的版本,支持并发访问。-A simple http server program, is currently single-threaded version, support for concurrent access.
Platform: | Size: 1024 | Author: monkey | Hits:

[VOIP programSipGen20051013

Description: 免费开放的SIP消息产生器,用于SIP并发测试,能以多种方式循环发送和接收SIP消息,并能根据事先配置的脚本自动统计、显示消息发送或是接收的情况。-Free and open source SIP generator for SIP concurrent testing cycle to a variety of ways to send and receive SIP messages and can be configured in accordance with the prior script automatically statistics, displays the message sent or received by the situation.
Platform: | Size: 44032 | Author: brian | Hits:

[OtherLoadRunner_book

Description: Mercury LoadRunner 是一种预测系统行为和性能的负载测试工具.通过以模拟上千万用户实施并发负载及实时性能监测的方式来确认和查找问题,LoadRunner 能够对整个企业架构进行测试. 该文档是LoadRunner 8.0的使用手册。 -Mercury LoadRunner is a prediction system behavior and performance load testing tools. Through tens of millions of users to simulate the load and the implementation of concurrent real-time performance monitoring approach to identify and locate the problem, LoadRunner to test the entire enterprise architecture. The document is LoadRunner 8.0 user
Platform: | Size: 2633728 | Author: 我怕升级 | Hits:

[Windows Developsleepingbarber

Description: Jibu并行开发库提供的例子,演示睡眠的理发师问题。-Concurrent Development Jibu database provides examples, demos sleeping barber problem.
Platform: | Size: 4096 | Author: WuMing | Hits:

[Driver DevelopeVCComm

Description: wince下多串口并发程序,自己添加串口类。-wince under the serial number of concurrent procedures, to add their own serial category.
Platform: | Size: 4315136 | Author: 张海 | Hits:

[Internet-NetworkCppNetwork_Programming_Volume_1

Description: This book guides software professionals through the traps and pitfalls of developing efficient, portable, and flexible networked applications. It explores the inherent design complexities of concurrent networked applications and the tradeoffs that must be considered when working to master them.
Platform: | Size: 2856960 | Author: 菲飞 | Hits:

[Internet-NetworkCppNetwork_Programming_Volume_2

Description: This book guides software professionals through the traps and pitfalls of developing efficient, portable, and flexible networked applications. It explores the inherent design complexities of concurrent networked applications and the tradeoffs that must be considered when working to master them.
Platform: | Size: 2253824 | Author: 菲飞 | Hits:

[Internet-Networksocket

Description: 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html-This topic for the realization of a TCP protocol using multi-threaded web server. That is, the use of multi-threaded operating system to provide multi-threaded concurrent database server to achieve the specific requirements for the browser, type in http://127.0.0.1:6789/index.html can correctly display pure html file index.html
Platform: | Size: 12288 | Author: 董立峰 | Hits:

[Process-Threadserver

Description: 用vc++编写的一个小的多线程并发服务器的客户端-With vc++ Prepared by a small multi-threaded concurrent server client
Platform: | Size: 2033664 | Author: 于佳 | Hits:

[Internet-Networksocket2

Description: LINUX下多线程并发网络通信。(包涵源文件)-LINUX under the concurrent multi-threaded network communications. (Includes source files)
Platform: | Size: 19456 | Author: 申鑫 | Hits:

[Linux-UnixLinux_ppt

Description: Linux操作系统的内核编译,并发编程及驱动编程,详细介绍了开发流程等的ppt-Linux operating system kernel compile, concurrent programming and programming-driven, detailed development process ppt, etc.
Platform: | Size: 2894848 | Author: 张红 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 49 »

CodeBus www.codebus.net