没有谁能比C语言的发明者更了解C语言了,阅读此书,你能清晰的理解K&R的伟大之处
2023-01-14 19:53:47 2.77MB C语言
1
Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including relational databases, NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords?, In this practical and comprehensive guide, author Martin Kleppmann helps you navigate this diverse landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications., Peer under the hood of the systems you already use, and learn how to use and operate them more effectively, Make informed decisions by identifying the strengths and weaknesses of different tools, Navigate the trade-offs around consistency, scalability, fault tolerance, and complexity, Understand the distributed systems research upon which modern databases are built, Peek behind the scenes of major online services, and learn from their architectures
2023-01-14 00:48:58 23.82MB database programming
1
中国科学院研究生院 随机过程 习题答案 孙应飞
2023-01-13 23:21:01 281KB 中科院 随机过程 习题答案 孙应飞
1
The LRM of Hardware Description Language - Verilog, for digital electronics circuit design
2023-01-13 11:00:57 6.2MB verilog LRM
1
C++/CLI The Visual C++ Language for .NET (带完整目录) Foreword By Stanley B. Lippman, Former Architect, Visual C++
2023-01-12 15:17:44 7.75MB CLI C++ .NET
1
Assembly Language for x86 Processors, 7E is intended for use in undergraduate courses in assembly Language Programming and Introductory courses in computer systems and computer architecture. This title is Also Suitable for Embedded systems programmers and engineers, Communication Specialists, game programmers, and graphics programmers. Proficiency in one other programming language, preferably Java, C, or C + +, is recommended.
2023-01-10 20:06:34 4.65MB assembly language
1
本书版权属于原作者,本人只是从网络收集到本资源,请勿用作商业用途,本人不承担任何侵权责任。 《C++程序设计语言》(原书第4版)是C++领域最经典的参考书
2023-01-10 13:31:27 187.67MB C++ programming
1
IT6613编程手册,此文档主要阐述芯片寄存器配置相关内容,配合相应的datasheet,即可满足该芯片开发所需。
2023-01-10 11:06:06 857KB Programming Guide
1
张禾瑞版近世代数习题答案,内容形式是PDF
2023-01-08 20:39:18 1.53MB 近世代数习题答案 张禾瑞
1
NVIDIA MDL SDK NVIDIA MDL SDK可轻松将MDL支持集成到渲染和材质编辑应用程序中。 该SDK包含用于加载,检查和编辑材料定义以及将MDL材料和功能编译为PTX和LLVM-IR的组件。 NVIDIA材质定义语言(MDL) 是一种特定于领域的编程语言,用于定义用于渲染的基于物理的材质。 它允许您定义材料和功能,您可以将其组织在模块和包装中以创建灵活的,定制的材料目录。 材质定义以声明性风格编写; 他们定义要计算的内容,而不是如何计算。 这是MDL的中心前提,其中一种材质定义在许多渲染算法中提供相同的外观。 以下是MDL中扩散材料的简单示例: material diffuse ( color diffuse_color = color(0.7)) = material( surface: material_surface (
2023-01-08 15:32:10 76.83MB C++
1