现在位置 >首页 > 所有关于优化的文章

Seriously Good Software

英文图书, 软件  暂无评论 ⁄ 903 次阅读+
Book Description: Serious developers know that code can always be improved. With each iteration, you make optimizations—small and large—that can have a huge impact on your application’s speed, size, resilience, and maintainability. In Seriously Good Software: Code that Works, Survives, and Wins, author, teacher, and Java expert Marco Faella teaches you techniques for writing better code. You’ll start with a simple application and follow it through seven careful refac...
详细信息

Block Trace Analysis and Storage System Optimization

英文图书, 软件  暂无评论 ⁄ 865 次阅读+
Book Description: Understand the fundamental factors of data storage system performance and master an essential analytical skill using block trace via applications such as MATLAB and Python tools. You will increase your productivity and learn the best techniques for doing specific tasks (such as analyzing the IO pattern in a quantitative way, identifying the storage system bottleneck, and designing the cache policy). In the new era of IoT, big data, and cloud systems...
详细信息

Mathematical Optimization in Computer Graphics and Vision

英文图书, 软件  暂无评论 ⁄ 1,015 次阅读+
Book Description: Mathematical optimization is used in nearly all computer graphics applications, from computer vision to animation. This book teaches readers the core set of techniques that every computer graphics professional should understand in order to envision and expand the boundaries of what is possible in their work. Study of this authoritative reference will help readers develop a very powerful tool- the ability to create and decipher mathematical models th...
详细信息

DOM Enlightenment

英文图书, 软件  暂无评论 ⁄ 1,093 次阅读+
Book Description: With DOM Enlightenment, you’ll learn how to manipulate HTML more efficiently by scripting the Document Object Model (DOM) without a DOM library. Using code examples in cookbook style, author Cody Lindley (jQuery Cookbook) walks you through modern DOM concepts to demonstrate how various node objects work. Over the past decade, developers have buried the DOM under frameworks that simplify its use. This book brings these tools back into focus, using c...
详细信息