出现在书名中的结果
共 3 条

Visual Studio 2015 Cookbook(Second Edition)
If you are a developer excited about the new features introduced in Visual Studio 2015, then no matter what your programming language of choice is, Visual Studio 2015 Cookbook is for you. You should have a good knowledge of working with previous versions of Visual Studio to benefit from the recipes in this book.

C#入门经典(第7版):C# 6.0 & Visual Studio 2015(.NET开发经典名著)
10人今日阅读 推荐值 76.6%
C#6和Visual Studio2015编程实战指南《C#入门经典》系列是屡获殊荣的C#名著和超级畅销书。最新版的C#入门经典(第7版)C#6.0&Visual Studio2015全面介绍使用C#6和.NET Framework编写程序的基础知识,是编程新手的理想读物。这本分步讲解的实用教程从最基本的面向对象编程讲起,浓墨重彩地描述初学者最常用的工具,不要求读者具有任何编程经验。紧贴实用的示例使用Visual Studio 2015中的C#环境,涵盖微软为使C#更好兼容其他编程语言所做的最新改进。本书呈现微软资深开发人员的专家级建议,将指导初学者立即上手编写Windows和Web应用程序。主要内容:首先讲解编程基础知识,如变量、流控制、面向对象编程、类、函数、集合、比较和转换等。重点介绍Visual Studio2015中初学者喜欢的C#6开发环境,囊括所有最新功能和语言改进。包括云和Windows编程中级内容,涵盖数据库和XML。揭密错误处理技术和调试过程。以专家撰写的分步指南为特色,指导初学者在真实编程环境中编写有用的代码

Beginning C# 6.0 Programming with Visual Studio 2015
暂无简介

Hands-On GPU Programming with Python and CUDA
Hands-On GPU Programming with Python and CUDA hits the ground running: you’ll start by learning how to apply Amdahl’s Law, use a code profiler to identify bottlenecks in your Python code, and set up an appropriate GPU programming environment. You’ll then see how to "query" the GPU’s features and copy arrays of data to and from the GPU’s own memory.As you make your way through the book, you’ll launch code directly onto the GPU and write full blown GPU kernels and device functions in CUDA C. You’ll get to grips with profiling GPU code effectively and fully test and debug your code using Nsight IDE. Next, you’ll explore some of the more well-known NVIDIA libraries, such as cuFFT and cuBLAS.With a solid background in place, you will now apply your new-found knowledge to develop your very own GPU-based deep neural network from scratch. You’ll then explore advanced topics, such as warp shuffling, dynamic parallelism, and PTX assembly. In the final chapter, you’ll see some topics and applications related to GPU programming that you may wish to pursue, including AI, graphics, and blockchain.By the end of this book, you will be able to apply GPU programming to problems related to data science and high-performance computing.

Effective Debugging:软件和系统调试的66个有效方法
本书所要讲解的调试知识,包括与调试有关的策略、工具及方法。我们当前在开发并运作一款复杂的计算系统时,可能会遇到各种问题,而这些调试知识,则使大家能够应对这些问题。过去我们所说的调试,主要是指检测并修复程序错误,而当前却很少有哪个程序会孤立地运作,即便是一个很小的程序,也会与外部的程序库相链接(通常是动态链接)。更为复杂的程序会运行在应用程序服务器中,会调用Web服务,会使用关系型数据库及NoSQL数据库,会从目录服务器上获取数据,会运行外部的程序,会利用其他的中间件,也会纳入很多第三方的软件包。于是,要想令整个系统及服务正常地运作,就必须确保其中的组件不会发生故障,这些组件可能是由公司内部人员所开发的,也可能是由第三方所提供的,它们所在的主机或许分布在全球各地。为了应对这种局面,软件开发行业开始重视DevOps规程,这套规程旨在同时强调开发者和其他IT专业人员所应担负的职责。与之类似,本书想使读者在面对故障时也能够具备这样一种全面的观念,因为在面对一些极为困难的问题时,我们通常无法立刻判断出该问题到底是由哪一个软件组件所引发的。

C语言从入门到精通
本书主要面向零基础读者,用实例引导读者学习,深入浅出地介绍C语言的相关知识和实战技能。本书第Ⅰ篇“基础入门”主要讲解C语言概述、C程序开发环境和开发步骤等;第Ⅱ篇“基础知识”主要讲解C语言基本语法、良好的编程习惯、数据的输入和输出、结构化程序设计、数组、模块化设计——函数等;第Ⅲ篇“进阶提高”主要介绍内存的快捷方式——指针、结构体与联合体、链表、编译预处理、文件、常见错误及调试等;第Ⅳ篇“高级应用”主要介绍数据结构、常用算法、高级编程技术、网络编程等;第Ⅴ篇“项目实战”主要介绍停车场收费管理系统、小型超市进销存管理系统等项目的设计开发。本书所提供的电子资源中包含了与图书内容全程同步的教学视频。此外,还赠送了大量相关学习资料,以便读者扩展学习。本书适合任何想学习C语言的读者,无论读者是否从事计算机相关行业,是否接触过C语言,均可通过学习本书快速掌握C语言的开发方法和技巧。