Programming: Principles and Practice Using C++ 第二版 Bjarne Stroustrup epub版
2024-01-12 22:28:19 33.29MB C++ Programming
1
Programming.C#.中文版(第4版).pdf
2024-01-11 13:34:37 44.37MB
1
Programming in lua. forth edition. lua程序设计第四版
2024-01-11 09:20:02 895KB lua
1
Programming Guide for ZPLII ZBI SGD Mirror WML P1012728-004_中文版.pdf
2024-01-09 16:55:48 6.8MB zebra
1
经典.net图书,深入解析.NET框架的设计思路以及细节问题.
2024-01-05 09:33:38 10.66MB 经典.net图书
1
Introduction to 3D Game Programming with DirectX 9.0.pdf
2024-01-02 23:22:13 7.38MB Game Programming
1
以前做SAP开发时在网上找的,拿来和大家共享
2023-12-27 15:42:31 475KB
1
Wrox Press 2010出版,并行编程+c#,提供给感兴趣的朋友 In 2007, Microsoft released the fi rst Community Technology Preview (CTP) of Parallel Extensions for the .NET Framework. The old .NET Framework multithreading programming model was too complex and heavyweight for the forthcoming multicore and manycore CPUs. I had been researching parallel programming, multiprocessor, and multicore since 1997, so I couldn’t help installing the fi rst CTP and trying it. It was obvious that it was going to be an exciting new way of expressing parallelism in future C# versions. Visual Studio 2010 ships with version 4 of the .NET Framework, the fi rst release to include Parallel Extensions. C# 4 and .NET Framework 4 allow you to shift to a modern task-based programming model to express parallelism. It is easier to write code that takes advantage of multicore microprocessors. Now, you can write code that scales as the number of available cores increases, without having to work with complex managed threads. You are able to write code that runs tasks, and the Common Language Runtime (CLR) will inject the necessary threads for you. It is easy to run data parallelism algorithms taking advantage of multicore. At the time of this writing, multicore microprocessors are everywhere. Servers, desktop computers, laptops and notebooks, netbooks, mobile Internet devices (MIDs), tablets, and even smartphones use multicore microprocessors. The average number of cores in each microprocessor is going to increase in the forthcoming years. Are you going to lose the opportunity to transform this multicore power into application performance? Parallel programming must become part of your skill set to effectively develop applications for modern hardware in C#. I spent more than three years working with the diverse versions of Parallel Extensions until Visual Studio 2010 was offi cially released. I enjoyed developing parallelized applications with C#, and I did my best to include explanations for the most common scenarios in this book. Visual Studio 2010 provides an IDE prepared for a parallel developer, and C# is an excellent fi t for the new task-based programming model. amazon Link:http://www.amazon.com/exec/obidos/ASIN/0470495995/buythisbooks-20
2023-12-25 08:36:27 32.74MB .net pdf Wrox parallel
1
☆ 资源说明:☆ [奥莱理] Java 网络编程 第4版 (英文版) [奥莱理] Java Network Programming 4th Edition (E-Book) ☆ 图书概要:☆ This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs. Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies. Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP Learn how Java’s core I/O API handles network input and output Discover how the InetAddress class helps Java programs interact with DNS Locate, identify, and download network resources with Java’s URI and URL classes Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies Write servers and network clients, using Java’s low-level socket classes Manage many connections at the same time with the nonblocking I/O ☆ 出版信息:☆ [作者信息] Elliotte Rusty Harold [出版机构] 奥莱理 [出版日期] 2013年10月14日 [图书页数] 502页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:02:11 7.05MB Java Network Programming
1
Based on the latest version of the language, this book offers a self-contained, concise and coherent introduction to programming with Python. The book’s primary focus is on realistic case study applications of Python. Each practical example is accompanied by a brief explanation of the problem-terminology and concepts, followed by necessary program development in Python using its constructs, and simulated testing. Given the open and participatory nature of development, Python has a variety of incorporated data structures, which has made it difficult to present it in a coherent manner. Further, some advanced concepts (super, yield, generator, decorator, etc.) are not easy to explain. The book specially addresses these challenges; starting with a minimal subset of the core, it offers users a step-by-step guide to achieving proficiency. Table of Contents Chapter 1 Python–A Calculator Chapter 2 Algebra with Variables Chapter 3 Simple Programs Chapter 4 Functions and Modules Chapter 5 Sequences and Operations with Sequences Chapter 6 Additional Operations with Sequences Chapter 7 Operations for Text Processing Chapter 8 Operations with Files Chapter 9 Application Modules Chapter 10 Classes and Objects Chapter 11 Time Related Operations Chapter 12 Functional Programming Aids
2023-12-21 22:38:02 10.89MB Python Programming
1