《Java并发编程从入门到精通》作者结合自己10多年Java并发编程经验,详细介绍了Java并发编程的基础概念、工作原理、编程技巧和注意事项,对Java高性能高并发编程有极大的参考价值。 《Java并发编程从入门到精通》内容包括并发编程概念,线程,线程安全,线程集合类,线程阀,线程池,Fork/Join,线程、线程池在互联网项目开发的应用,线程监控及线程分析,Android中线程应用。 本书适合Java开发初学者,Java开发工程师,以及Java网络应用优化人员使用,也适合高校相关专业的师生作为课程设计参考使用。
2019-12-21 21:34:29 93.38MB java 并发
1
As the computer industry changes from single-processor to multiprocessor architectures, this revolution requires a fundamental change in how programs are written. To leverage the performance and power of multiprocessor programming, also known as multicore programming, you need to learn the new principles, algorithms, and tools presented in this book. It includes fully-developed Java examples detailing data structures, synchronization techniques, transactional memory, and more. Prof. Maurice Herlihy, who coined the phrase "transactional memory," is on the faculty of Brown University. He is the recipient of the 2003 Dijkstra Prize in distributed computing. Prof. Nir Shavit is on the faculty of Tel-Aviv University and a member of the technical staff at Sun Microsystems Laboratories. In 2004 they shared the Gödel Prize, the highest award in theoretical computer science. * THE book on multicore programming, the new paradigm of computer science * Written by the world's most revered experts in multiprocessor programming and performance * Includes examples, models, exercises, PowerPoint slides, and sample Java programs
2019-12-21 21:31:28 5.35MB 并发 multi 多处理器编程
1
net并发数据结构读写锁
2019-12-21 21:26:38 32KB net并发 读写锁
1
~内容详细值得借鉴和下载~设计文档(员工信息管理系统概要设计、pthread多线程并发)和可使用的完整程序源码。实现的功能:当用户登录后,根据用户名判断用户是否为管理员。如果为管理员,则进入管理员目录,如果为普通员工,则进入员工目录。在管理员目录,可以查看任意员工的信息,还可修改员工的信息,包括工资、评级,添加或删除用户。在员工目录,可以查看自己的信息,不能查看其他人的信息,可以修改自己的电话,地址等个人信息,但不能修改工资等管理员权限信息。
2019-12-21 21:20:49 429KB 多线程并发 服务器 TCP协议
1
C#调用httplistener实现简单的http服务器例子:编译后是一个控制台应用程序,启动后,可通过 http://127.0.0.1/ 访问,采用了回调模式提供http服务,支持高并发
2019-12-21 21:16:20 3KB httplistener 高并发 C#
1
Linux 网络编程——并发服务器的三种实现模型,相关教程如下: http://blog.csdn.net/tennysonsky/article/details/45671215
2019-12-21 21:14:37 9KB 网络编程
1
线程并发拷贝程序代码 ,实验报告,完整可运行。实现管道模拟文件拷贝。
2019-12-21 21:14:31 73KB 线程并发拷贝 程序代码
1
网易杭研院何登成学习CPU架构以及并发程序设计的一些心得 与收获。主要内容包括: – 简单介绍CPU的架构,部分主要模块及其功能(Cache Structure, Cache Line , Set-Way); – Cache Coherence算法 (MESI, MOESI); – CPU Memory Ordering模型 (Atomic,Reorder,Memory Barrier (Compiler, CPU),Lock Instruction,Load Acquire/Store Release); – 并发程序设计 (实现一个Spinlock,纠正一个Lock-Free Algorithm, Data Race (False-Sharing, Per-Processor Data))
2019-12-21 21:11:57 2.12MB 无锁 并发 多线程 内存顺序
1
有关银行家算法,用C++实现,整个系统可以直接使用。
2019-12-21 21:11:15 9KB 银行家算法
1
最完整的IOCP编程例子,从控件封装、通讯协议、上传下载、SQL查询到日志查看,都有完整实现。程序架构实现了:可纵向调整程序性能、控制协议开关、日志配置等一序列实现。
2019-12-21 21:09:41 2.48MB IOCP 高并发 SOCKET 最全例子
1