code相关图书会按更新时间、出版时间和评分持续整理,适合从主题维度系统浏览。
SonarQube in Action
G. Ann Campbell, Patroklos P. Papapetrou
评分 暂无
随着Sonar更名为SonarQube,本书的书名也从Sonar in Action修改为SonarQube in Action
LDPC码原理与应用
文红,符初生,周亮
本书介绍了LDPC码的编、译码基本原理及各种译码算法;详细分析了LDPC码的特点、分析方法;对无线移动通信信道模型下LDPC码的性能进行了剖析。各章原理的叙述力求突出概念清晰,注重理论推导和仿真试验验证相结合。 全书分七章. 第一章 绪 论,第二章 信道编码基础, 第三章 LDPC码概述,第四章 LDPC码译码, 第五章 结构LDPC码的编码构造 (包括多进制LDPC码), 第六章 各种编码方法
Beautiful Code
Greg Wilson, Andy Oram
评分 8分
In this unique work, leading computer scientists discuss how they found unusual, carefully designed solutions to difficult problems. This book lets the reader look over the shoulder of major coding an
A Touch of Code
Robert Klanten
评分 8.4分
Today’s designers are creating compelling atmospheres and interactive experiences by merging hardware and software with architecture and design. This book is a collection of this innovative work produ
代码管理核心技术及实践
刘冉, 肖然, 覃宇
《代码管理核心技术及实践》首先通过系统化的介绍和比较,从整体上讲解了代码管理工具和系统的历史和发展。其次分别从小型团队、中大型团队、分布式大团队、基于微服务的团队及开源团队的角度总结了代码管理的核心技术及实践经验,其中包括不同类型的团队对代码管理工具和系统的选择,以及代码管理的流程、策略和技巧,还有一些代码管理工具和系统的难点、痛点等,包括如何选择分支策略、如何管理多产品线的代码、代码备份策略,以
图解Java并发编程
汪建
《图解Java并发编程》采用图文并茂外加大量案例代码的方式讲解了Java并发编程机制的运行原理。 《图解Java并发编程》分为12章,内容涵盖了线程机制、线程I/O模型、Java内存模型、并发知识、AQS同步器、常见的同步器、原子类、阻塞队列、锁、任务执行器、其他并发工具等内容。此外,还在最后一章介绍了如何使用C++来模拟实现Java线程。 《图解Java并发编程》适合Java中高级开发人员、对J
Code Reading
Diomidis Spinellis
评分 7.6分
This book is a unique and essential reference that focuses upon the reading and comprehension of existing software code. While code reading is an important task faced by the vast majority of students,