搜索资源列表
Java并发编程设计原则和模式
- 介绍了JAVA多线程并发程序设计的核心问题、机制和设计模式,对从事分布式并发程序设计的程序员来说是很好的资料。
CSharp并发编程经典实例
- 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)
高并发量的TCP、UDP框架通信beetle.express
- 已经成功应用于多个高并发量的TCP、UDP框架通信接口,(Highly concurrent TCP and UDP framework Communications)
JAVA并发编程实践
- JAVA并发编程实践-中文-高清-带书签(JAVA concurrent programming practice - Chinese - Hd - with bookmarks)
多进程并发_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).)
JAVA并发编程实践
- 高并发类书籍的圣典,必读书籍,java并发编程,高清完整带目录版(The high concurrent books of scr ipture, reading books, full HD version with a directory)
java并发编程实战pdf及源码
- 这是java并发编程实战pdf及源码 讲解的很详细 推荐阅读(This is a java concurrent programming pdf and source code to explain the very detailed recommended reading)
高并发环境下的数据产品架构设计
- 2012云计算峰会 高性能大并发的架构描述(2012 cloud computing Summit Architecture descr iption of high performance and large concurrency)
Java并发编程的艺术
- java并发编程,对于理解使用java语言的高并发编程哟很大的帮助,有利于规范java语言(Java concurrent programming is a great help for understanding the high concurrency programming language used in the Java language, and is conducive to the specification of the Java language.)
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多线程的书籍