Description: Master the essentials of concurrent programming,including testing and debugging
This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interface. Platform: |
Size: 1725440 |
Author:Jacky |
Hits:
Description: 《多线程编程指南》介绍了SolarisTM 操作系统(Solaris Operating System, Solaris OS)中
POSIX® 线程和Solaris 线程的多线程编程接口。本指南将指导应用程序程序员如何创建
新的多线程程序以及如何向现有的程序中添加多线程。-" Multi-threaded Programming Guide" describes the SolarisTM operating system (Solaris Operating System, Solaris OS) in the POSIX ® threads and Solaris threads of the multi-threaded programming interface. This guide will guide the application programmers how to create a new multi-threaded program, and how to add to an existing multi-threaded program. Platform: |
Size: 1349632 |
Author:fengminggao |
Hits:
Description: 此书为POSIX多线程程序设计中文版。本书深入描述了IEEE的开放系统接口标准-POSIX线程,通常称为Ptherads标准。本书首先解释了线程的基本概念,包括异步编程、线程的生命周期和同步机制;然后讨论了题,并给出了避免错误和提高性等问题的有价值的建议。本书使用了大量注释过的实例来解释实际的概念,并包括Pthreads的简装索引和对标准化的展望。本书适合有经验的C语言程序员阅读,也适合多线程编程人员参考。 -This book describes in depth the open system interface standard IEEE-POSIX threads, commonly known as Ptherads standards. This book first explains the basic concepts of threads, including asynchronous programming, thread life cycle and synchronization mechanisms and then discuss the topic, and gives avoiding mistakes and issues such as Ti Gao Xing valuable suggestions. This book uses a lot of comments over the examples to explain the concept of reality, and includes a slimmed-down Pthreads standard index and on the prospects. Book for experienced C language programmers to read, also suitable for multi-threaded programming for reference. Platform: |
Size: 8444928 |
Author:sgu |
Hits:
Description: Linux程序设计 : 第4版(最负盛名的Linux程序设计图书)
时至今日,linux系统已经从一个个人作品发展为可以用于各种关键任务的成熟、高效和稳定的操作系统,因为具备跨平台、开源、支持众多应用软件和网络协议等优点,它得到了各大主流软硬件厂商的支持,也成为广大程序设计人员理想的开发平台。
本书是linux程序设计领域的经典名著,以简单易懂、内容全面和示例丰富而受到广泛好评。中文版前两版出版后,在国内的linux爱好者和程序员中也引起了强烈反响,这一热潮一直持续至今。本书是国内读者翘首以待的第4版,此次新版内容组织更加严谨,译者更是细心雕琢,保留了这部权威著作的原汁原味。
对linux所提供的功能全面而准确的阐述,以及贯穿全书的示例程序体验,使本书不仅成为初学者的最佳linux程序设计指南,而且是中高级程序员不可或缺的参考书。
-Beginning Linux Programming, Fourth Edition continues its unique approach to teaching UNIX programming in a simple and structured way on the Linux platform. Through the use of detailed and realistic examples, students learn by doing, and are able to move from being a Linux beginner to creating custom applications in Linux. The book introduces fundamental concepts beginning with the basics of writing Unix programs in C, and including material on basic system calls, file I/O, interprocess communication (for getting programs to work together), and shell programming. Parallel to this, the book introduces the toolkits and libraries for working with user interfaces, from simpler terminal mode applications to X and GTK+ for graphical user interfaces. Advanced topics are covered in detail such as processes, pipes, semaphores, socket programming, using MySQL, writing applications for the GNOME or the KDE desktop, writing device drivers, POSIX Threads, and kernel programming for the latest Linux Platform: |
Size: 4135936 |
Author:gh |
Hits:
Description: 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。
任务要求
编程实现下图的效果,要求分别使用进程和线程
(1) 进程+SYS V信号量
(2) 线程实现+Posix同步操作API
-The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require programming to achieve the effect of the following figure, requirements, respectively, using processes and threads (1) process+ the SYS V semaphores (2) threads to achieve synchronous operation of+Posix API Platform: |
Size: 1024 |
Author:伴随 |
Hits:
Description: 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。
编程实现下图的效果,要求分别使用进程和线程
(1) 进程+SYS V信号量
(2) 线程实现+Posix同步操作API
-The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require programming to achieve the effect of threads (1) process+ the SYS V semaphores (2) threads to achieve synchronous operation of+Posix API Platform: |
Size: 1024 |
Author:伴随 |
Hits:
Description: 一个关于线程的书中文版PDF,里面内容介绍的比较详细,分享给大家-A Chinese version of the PDF on the thread of the book inside content described in more detail, we share Platform: |
Size: 8462336 |
Author:王超 |
Hits:
Description: Hello, I post a zip containing three sources of programming Pthread
(Posix thread). A presentation and explanation of the functions that will be
USED is present in each source. The zip addresses only the strict
necessary to program the Pthread, I encourage you to read the man
and. h Finally, to use the Pthread ensure that you
working on a Linux or compile with Cygwin or other emulators, add
the lib-lpthread in the edition links. If you have any questions, post
the.-Hello, I post a zip containing three sources of programming Pthread
(Posix thread). A presentation and explanation of the functions that will be
USED is present in each source. The zip addresses only the strict
necessary to program the Pthread, I encourage you to read the man
and. h Finally, to use the Pthread ensure that you
working on a Linux or compile with Cygwin or other emulators, add
the lib-lpthread in the edition links. If you have any questions, post
the. Platform: |
Size: 5120 |
Author:mohammed |
Hits:
Description: Tutorial Using LLNL s Supercomputers workshop.
(Modified: 07/03/2015)
Parallel programming with threads.
Introduction to concepts, motivations, and design considerations for using Pthreads.
Thread Management, Mutex Variables,Condition Variables.Example codes. LLNL specifics and mix MPI with pthreads.
-Tutorial Using LLNL s Supercomputers workshop.
(Modified: 07/03/2015)
Parallel programming with threads.
Introduction to concepts, motivations, and design considerations for using Pthreads.
Thread Management, Mutex Variables,Condition Variables.Example codes. LLNL specifics and mix MPI with pthreads.
Platform: |
Size: 354304 |
Author:Alex Z |
Hits: