Welcome![Sign In][Sign Up]
Location:
Search - doug lea

Search list

[Other resourceOverview.of.the.util.concurrent

Description: 这本小册子对jdk 5.0里面的java concurrent api框架有清晰的描述,是concurrent api最初实现的大牛Doug Lea教授撰写的教程。-this booklet on jdk 5.0 java inside the framework of a concurrent api - Xi description api is concurrent initial realization of cattle Professor Doug Lea wrote the handbook.
Platform: | Size: 24546 | Author: xinqianli | Hits:

[Other resourcevxmalloc

Description: This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley \"bucket\" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation while keeping the speed/space requirements. 非常实用,可移植用作实现跨平台的嵌入式的内存分配机制.-This version of malloc for VxWorks contain 's two different algorithms. One is the BSD-based Kingsley, "bucket" allocator which has some uni que fragmentation behavior. The other is Doug L. ea's well tested allocator that tries to minimiz e fragmentation while keeping the speed / space requirements. very practical, can be used for transplantation to achieve cross-platform embedded memory allocation mechanism.
Platform: | Size: 26734 | Author: nico zhu | Hits:

[VC/MFCcpp_faqs

Description: This second edition reflects the help and advice of many people. We are particularly indebted to Bjarne Stroustrup and Andrew Koenig for their inspiration and advice over the years. Paul Abrahams, Michael Ball, Ian Long, John Kwan, Jason Pritchard, Christopher Van Wyk, and Steve Vinoski were particularly helpful in the development of this edition. We appreciate the support and insights of our colleagues and associates, including Mathew Denman, Mike Ferretti, Peter Jakab, Charles Martin, Robert Martin, Chris Rooney, Dave Stott, Ioannis Tollis, John Vlissides, Jim Watson, Claudia Woody, Demetrios Yannokopoulos, and Howard Young. Debbie Lafferty was a tremendous supporter during both editions of this book, and we will always be grateful for her help and patience. Special thanks from Marshall to David W. Bray for showing me the realities of self-directed thinking, to Doug Lea for daily email at 5:30 A.M.(you get a A++), to Jamshid Afshur, Jr. for a million and one suggestions via email, and to my colleagues at Clarkson University. Thanks to all of my students and the many wonderful supporters of the electronic FAQ. Most of al, thank you to Mary Elaine and to David, Elizabeth, Gabrielle, Peter, Katherine, and Brandon; you make it worth the trouble. Special thanks from Greg to Brian Unger and Graham Birtwistle for introducing me to Simula 67 and object-oriented programming in 1981, long before it became fashionable. Thank you Brian Unger and Marshall Cline for giving me the opportunity to pursue interesting projects in stimulating work environments. Also, thanks to my colleagues from the University of Calgary, Jade Simulations, Paradigm Shift, Inc., and MT Systems Company for their assistance and support over the years. Thank you, Barb, for all of your support and for putting up with my unusual work arrangements and bizarre schedules. Special thanks from Mike to Dix Pettey for showing me what research is all about, to John Schmidt for teaching me to be practical, and to Len Gollobin for showing me how to look at problems the right way. The University of Missouri Mathematics Department will always occupy a special place in my heart for both personal and professional reasons. Thanks to my children, Beverly and James, for putting up with a father whose efforts have not always matched his intentions, and to my special friends Christian, Kelly, and Tamie for being part of my life.
Platform: | Size: 1034623 | Author: simonhexf | Hits:

[JSPOverview.of.the.util.concurrent

Description: 这本小册子对jdk 5.0里面的java concurrent api框架有清晰的描述,是concurrent api最初实现的大牛Doug Lea教授撰写的教程。-this booklet on jdk 5.0 java inside the framework of a concurrent api- Xi description api is concurrent initial realization of cattle Professor Doug Lea wrote the handbook.
Platform: | Size: 24576 | Author: xinqianli | Hits:

[VxWorksvxmalloc

Description: This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley "bucket" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation while keeping the speed/space requirements. 非常实用,可移植用作实现跨平台的嵌入式的内存分配机制.-This version of malloc for VxWorks contain 's two different algorithms. One is the BSD-based Kingsley, "bucket" allocator which has some uni que fragmentation behavior. The other is Doug L. ea's well tested allocator that tries to minimiz e fragmentation while keeping the speed/space requirements. very practical, can be used for transplantation to achieve cross-platform embedded memory allocation mechanism.
Platform: | Size: 26624 | Author: nico zhu | Hits:

[JSP/JavaConcurrentProgrammingInJavaDougLea

Description: 详细介绍Java分布于并发编程的经典书籍,原版!高质量,中国没有引进的哦-Details of complicated Java programming distributed in the classic books, the original! High-quality, China has not imported Oh
Platform: | Size: 292864 | Author: 刘天田 | Hits:

[JSPAddison.Wesley.Java.Concurrency.in.Practice.May.20

Description: CHM电子书,JAVA并发式编程 By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea-CHM e-book, JAVA programming concurrent By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea
Platform: | Size: 1207296 | Author: Stephane | Hits:

[JSPScalableIOinJava

Description: Scalable IO in Java.Doug Lea. State University of New York.-Scalable IO in Java
Platform: | Size: 140288 | Author: 张涛 | Hits:

[JSP/Javareactor

Description: mina中的reactor模式实现参考了Doug Lea 在《Scalable IO in Java》中的reactor。 -mina in the reactor model to achieve reference to Doug Lea in the " Scalable IO in Java" in the reactor.
Platform: | Size: 292864 | Author: 罗芳 | Hits:

[JSPconcurrent-programming-in-java-design-principles-

Description: Concurrent Programming in Java™ : Design Principles and Patterns, Second Edition By Doug Lea
Platform: | Size: 2269184 | Author: Naz | Hits:

[JSPJava_Concurrency_in_Practice

Description: 经典的java并发编程书籍。By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea-Java classic concurrent programming books. By Brian Goetz, Tim Peierls, Joshua Bloch, Joseph Bowbeer, David Holmes, Doug Lea
Platform: | Size: 1207296 | Author: donyyang | Hits:

[Data structsDoug-Leas-DLMAlloc

Description: memory malloc manager-Doug Lea s DLMAlloc
Platform: | Size: 62464 | Author: 王杰 | Hits:

[JSP/JavaDoug-Lea--Concurrent-Programming-in-Java-Design-P

Description: concurrent programming in java by doug lea
Platform: | Size: 1439744 | Author: aym | Hits:

[Data structsDougLea

Description: Doug Lea 的 malloc/free 算法,非常优秀,可以参考。-Doug Lea s malloc/free source code.
Platform: | Size: 43008 | Author: 秦湘文 | Hits:

[Software EngineeringDoug-Leas-malloc

Description: Doug Lea’s malloc源代码的主要流程及函数分析说明-Doug Lea’s malloc source code, process and function analysis shows that
Platform: | Size: 823296 | Author: yuping | Hits:

[Linux-Unixptmalloc3

Description: wrapper for Doug Lea s malloc-2.8.3 with concurrent allocations for Linux. -wrapper for Doug Lea s malloc-2.8.3 with concurrent allocations for Linux.
Platform: | Size: 8192 | Author: tiesete | Hits:

[Linux-Unixmorpho_easy_hdr_ext

Description: Hashes the given key.We apply this secondary hashing discovered by Doug Lea to defend against bad hashes. -Hashes the given key.We apply this secondary hashing discovered by Doug Lea to defend against bad hashes.
Platform: | Size: 6144 | Author: qongunren | Hits:

[Linux-Unixcheck-version-min

Description: We apply this secondary hashing discovered by Doug Lea to defend against bad hashes. -We apply this secondary hashing discovered by Doug Lea to defend against bad hashes.
Platform: | Size: 4096 | Author: mbdeikun | Hits:

[Linux-UnixSkDrawTransparentShader

Description: We apply this secondary hashing discovered by Doug Lea to defend against bad hashes. -We apply this secondary hashing discovered by Doug Lea to defend against bad hashes.
Platform: | Size: 3072 | Author: xaihunzei | Hits:

[Linux-Unixbaycom

Description: We apply this secondary hashing discovered by Doug Lea to defend against bad hashes. -We apply this secondary hashing discovered by Doug Lea to defend against bad hashes.
Platform: | Size: 3072 | Author: yakonmb | Hits:
« 12 »

CodeBus www.codebus.net