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

Search list

[ADO-ODBCbplustree

Description: 支持并发访问的B+树-support concurrent visit the B-tree
Platform: | Size: 219199 | Author: 纳跃跃 | Hits:

[Internet-Networkcommoncpp2-1.3.26.tar

Description: GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
Platform: | Size: 843648 | Author: Hujun | Hits:

[Software Engineering实验报告C

Description: 1.模拟并发进程共享的临界资源m1、m2,它联系着两个信号量sem1、sem2. 2.模拟并发进程的运行现场:通用寄存器i,程序计数器addr. 3.模拟三个并发进程.-1. Simulation of the process of sharing with the critical resources m1 and m2, it is tied to the volume of two signals sem1, sem2. 2. Simulation of the process of running with the scene : Definitive register i, procedures counter addr. 3. Three concurrent simulation process.
Platform: | Size: 11894 | Author: 马芳萍 | Hits:

[WinSock-NDISCppNetwork_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: 2857482 | Author: 菲飞 | Hits:

[WinSock-NDISCppNetwork_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: 2253899 | Author: 菲飞 | Hits:

[JSP/JavaMultiThread_java

Description: 利用Java的多线程技术实现并行多任务的管理-use Java multi-threading technology to achieve concurrent multi-task management
Platform: | Size: 3590 | Author: yahooyeah | Hits:

[Linux-Unixliunx_shellprogram

Description: 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
Platform: | Size: 23015 | Author: 李强 | Hits:

[OS Develop操作系统存储器管理

Description: 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management -- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user's needs to create process n (n that meet user needs, without exceeding the system can accommodate the largest number of processes), the process of mutual Stating visit to the use of critical resources S1, S2; building a Dynamic priority number (eg :
Platform: | Size: 19820 | Author: 赵利君 | Hits:

[OS Develop操作系统进程管理

Description: 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management -- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user's needs to create process n (n that meet user needs, without exceeding the system can accommodate the largest number of processes), the process of mutual Stating visit to the use of critical resources S1, S2; building a Dynamic priority number (eg :
Platform: | Size: 27800 | Author: 赵利君 | Hits:

[JSP/Javajava同步媒体集成工具

Description: java同步播放工具,支持mpeg,mp3.jpeg等同时演示。需要安装jmf插件。限于文件大小,为上传,可在java官方网站下载-broadcast tools, support mpeg, mp3.jpeg concurrent demonstration. JMF need to install the plug-in. Size limited to, upload, the java official website
Platform: | Size: 3828 | Author: 谢继晖 | Hits:

[Windows Developmxd1

Description: 系统的同步机构采用信号量上的p、v操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序处理模拟的时间片中断;进程调度程序负责为各进程分配处理机。系统设计3个并发进程,它们之间有如下同步关系:3个进程需要互斥使用临界资源s2,进程1和进程2又需要互斥使用临界资源s1。系统在运行过程中随即打印各进程的状态变换过程,系统的调度过程及公共变量的变化情况。-system synchronization signal used agencies on the volume of p, v operation of the mechanism; Control agencies, including obstruction and awaken operation; Time Slice interrupt handling procedures-time simulation of interruption; The process scheduler is responsible for the allocation process processor. System design three concurrent process, and they are as follows synchronization : three processes require the use of critical resources contradict s2, a process and the need to process two mutually exclusive use of critical resources s1. System in the course of operation of the printing process was the transformation process of the state, the activation process variables and the public of the changes.
Platform: | Size: 867 | Author: 李乐宁 | Hits:

[Ftp Server进程管理模拟系统

Description: 该程序是支持多个进程并发运行的简单进程管理模拟系统.-the program is to support multiple concurrent processes running a simple process management simulation system.
Platform: | Size: 2210 | Author: 刘平 | Hits:

[Proxy ServerMyProxy

Description: 这是一个简单代理服务器;支持HTTP/POP3/SMTP/FTP代理。其中只有HTTP为标准协议,其他为自定义简易协议;支持多连接并发访问。目的是为了网络的代理出口,以及隐藏IP信息。-This is a simple proxy server support HTTP/POP3/SMTP/FTP agents. Of these, only the standard HTTP protocol, the other for the custom summary agreement support multiple concurrent accesses to connect. The purpose of export agent network, as well as hidden IP information.
Platform: | Size: 25600 | Author: 站长 | Hits:

[BooksUML_standard_and

Description: 承接上个的书籍可以一并发出- Continues books to be possible to one to be concurrent
Platform: | Size: 505856 | Author: 潘杰 | Hits:

[Otheranthill-1[1].6.1.59.tar

Description: Anthill是一个确保受控建造过程和促进在组织内部共享知识的工具。Anthill在每一次建造之前从项目最新版本的源文件库中借出文件,并在每一次建造之后用一个唯一的版本号标记源文件库。它支持的库适配器有:CVS (Concurrent Versions System), Visual Source Safe, Perforce, PVCS, StarTeam, MKSIntegrity, 和 FileSystem. 来源:http://freshmeat.net/projects/ant8/?topic_id=45%2C822%2C52%2C46%2C861 -Anthill is guarantees is controlled the construction process and the promotion in the organization interior sharing knowledge tool. Anthill before each construction loans the document from in the project newest edition source document storehouse, and after each construction marks the source document storehouse with an only edition number. It supports the storehouse adapter includes: CVS (Concurrent Versions System), Visual Source Safe, Perforce, PVCS, StarTeam, MKSIntegrity, with FileSystem. origin: Http://freshmeat.net/projects/ant8/? Topic_id=45,822,52,46,861
Platform: | Size: 4431872 | Author: 胡晓 | Hits:

[Books基本数据库概念

Description: 基本数据库概念:SQL语言介绍,并发处理,触发器,存储过程,事务处理-basic concept of the database : SQL language, the concurrent processing, triggers, stored procedures, business
Platform: | Size: 43008 | Author: yang | Hits:

[Database systembplustree

Description: 支持并发访问的B+树-support concurrent visit the B-tree
Platform: | Size: 219136 | Author: 纳跃跃 | Hits:

[Software Engineering实验报告C

Description: 1.模拟并发进程共享的临界资源m1、m2,它联系着两个信号量sem1、sem2. 2.模拟并发进程的运行现场:通用寄存器i,程序计数器addr. 3.模拟三个并发进程.-1. Simulation of the process of sharing with the critical resources m1 and m2, it is tied to the volume of two signals sem1, sem2. 2. Simulation of the process of running with the scene : Definitive register i, procedures counter addr. 3. Three concurrent simulation process.
Platform: | Size: 11264 | Author: 马芳萍 | Hits:

[JSP/JavaMultiThread_java

Description: 利用Java的多线程技术实现并行多任务的管理-use Java multi-threading technology to achieve concurrent multi-task management
Platform: | Size: 3072 | Author: yahooyeah | Hits:

[JSPJava并发编程

Description: java并发编程,因为摩尔定律以后可能不在适用,有人预测并发编程将是以后的趋势。值得注意-java concurrent programming, as Moore s Law might not apply, it was predicted concurrent programming will be the future trend. It is worth noting that
Platform: | Size: 1436672 | Author: | Hits:
« 1 2 3 4 56 7 8 9 10 ... 49 »

CodeBus www.codebus.net