搜索资源列表
java并发编程实践
- 例程
Concurrent(并发访问)
- 数据并发访问代码,大量数据在网络中被同时访问时可参考本代码。-concurrent data access code, large amounts of data in the network were also visit reference to the code.
c++并发编程
- 很简单的一个并发程序,可以模拟飞机售票系统,三个终端,100张票。-very simple one complicated procedures, simulating an aircraft ticketing system, the three terminals, 100 votes.
支持多个进程并发运行的简单进程管理模拟系统
- 支持多个进程并发运行的简单进程管理模拟系统。本系统的同步机构采用的信号量上的P,V操作的机制;控制机构包括阻塞和唤醒操作;时间片中断处理程序模拟的时间片中断;进程调度程序负责为各进程分配处理机。-support multiple concurrent processes running a simple process management simulation system. The system adopted by the synchronization signal quantity o
模拟并发
- 操作系统实验:进程并发模拟-experimental operating system : Complicated process simulation
航空售票系统 struts+hibernate毕业设计
- 使用struts+hibernate框架 MyEclipse开发。数据库为SQL Server2000 论文、源码、DB齐全 航空售票系统中并发技术的运用策略研究与实现 采用SH技术实现系统,系统包括系统管理模块、网上订票模块、统计模块,系统管理包括航线设置、航班设置、机型设置、折扣设置(折扣三个参数),网上订票模块包括订单管理(创建、取消、失效、完成、查询);统计模块航班的售票情况、航线的售票。
CSharp并发编程经典实例
- 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)
高并发量的TCP、UDP框架通信beetle.express
- 已经成功应用于多个高并发量的TCP、UDP框架通信接口,(Highly concurrent TCP and UDP framework Communications)
多进程并发_ser
- 这是基于linux下的并发服务器的简单代码,适合初学者参考(This is based on Linux concurrent server simple code, suitable for beginners reference)
JAVA并发编程实践
- Java并发编程经典教程,适合于中高级程序员学习使用(Concurrent programming classic tutorial)
多进程并发
- 实现操作系统下一个多进程并发机制,在VS13下用C++实现(realize a Multi process concurrency,it run by vs13 using C++)
Net高并发解决方案
- 提供.net平台下多用户访问的高并发量的解决方案。(Provides a high concurrency solution for multi user access on the.Net platform.)
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
java并发编程实战pdf及源码
- java并发编程实战pdf及源码,喜欢的可以看看(Java Concurrent Programming combat PDF and source code)
Java 7并发编程实战手册
- java 7并发编程实战手册,并发编程电子书(Java 7 concurrent programming practical manual, concurrent programming e-books)
网站并发压力测试
- 用于网站并发压力测试. 启动参数webcon.exe post/get url post_param(Optional).(Used for site concurrent stress testing. Boot parameter webcon.exe post/get URL post_param (Optional).)
Windows下线程的创建和并发执行
- 编写一个程序,完成多个线程的创建,使得所创建的多线程在处理机上并发执行。通过本实验,学习在Win32程序中利用操作系统提供的API创建线程,并通过所创建线程的运行情况来获得关于多线程并发的感性认识,以及加深对临界资源(本实验中临界资源是屏幕)互斥访问的理解。(Write a program to complete the creation of multiple threads, so that the created multithreading is executed concurrentl
七牛云接口并发测试程序
- 由于工程上需要定位系统瓶颈,故开发了七牛云接口并发测试程序,测试接口性能。该程序未公布我自己的SecretKey,使用者请填写自己的SecretKey。(This is a program for QiNiu interface test, you can do it for performacer test.)
C++并发编程实战(中文版)
- c++并发编程,使用c++11最新技术,通过实例讲解c++并发编程的技巧及注意事项(C++ concurrent programming, using c++11 latest technology, through examples to explain c++ concurrent programming skills and matters needing attention)
Java 并发编程实战-随书源码
- 《java并发编程实战》是一本深入讲解java多线程的书籍