LLVM Cookbook 源码,由于上传文件大小限制,删除了原来zip包里的部分二进制文件 -The files in this bundle are the essential files mentioned in the chapters, please make sure you are reffering these files for complete refference as the code shown in the book are specific snippets of the actual code.
2022-05-04 21:01:54 11.47MB LLVM Cookbook
1
python 技巧集合Python 编程技巧集锦(第2版).zip
2022-04-28 21:22:17 1.44MB python
1
good book for learn python
2022-04-28 21:16:59 3.16MB python cookbook
1
matrix cookbook,矩阵求导必备工具书。矩阵计算,pdf版本,适合矩阵求导和计算,
2022-04-28 17:28:16 1.33MB 矩阵 matrix
1
Multithreading with C# Cookbook - Second Edition April 2016 Over 70 recipes to get you writing powerful and efficient multithreaded, asynchronous, and parallel programs in C# 6.0 Book Description Multi-core processors are synonymous with computing speed and power in today’s world, which is why multithreading has become a key concern for C# developers. Multithreaded code helps you create effective, scalable, and responsive applications. This is an easy-to-follow guide that will show you difficult programming problems in context. You will learn how to solve them with practical, hands-on, recipes. With these recipes, you’ll be able to start creating your own scalable and reliable multithreaded applications. Starting from learning what a thread is, we guide you through the basics and then move on to more advanced concepts such as task parallel libraries, C# asynchronous functions, and much more. Rewritten to the latest C# specification, C# 6, and updated with new and modern recipes to help you make the most of the hardware you have available, this book will help you push the boundaries of what you thought possible in C#. What You Will Learn Use C# 6.0 asynchronous language features Work with raw threads, synchronize threads, and coordinate their work Develop your own asynchronous API with Task Parallel Library Work effectively with a thread pool Scale up your server application with I/O threads Parallelize your LINQ queries with PLINQ Use common concurrent collections Apply different parallel programming patterns Use Reactive Extensions to run asynchronous operations and manage their options
2022-04-27 13:07:11 2.35MB C# 多线程
1
详细讲解现代.net下并行程序开发,包括多线程、asynchronous 、Reactive Extension 模式等。
2022-04-27 13:02:54 4.9MB 并发 多线程
1
虚幻引擎4着色器和效果菜谱 Packt发行的《虚幻引擎4着色器和效果食谱》 这是Packt发行的《 的代码库。 超过70种用于掌握后处理效果和高级着色技术的配方 这本书是关于什么的? 虚幻引擎4是一种功能强大的游戏引擎,由于其易用性和打包的强大渲染管道,最近获得了广泛的应用。 鉴于创建虚幻的演示文稿和视觉效果是相对容易的,虚幻技术已Swift成为行业中以前拒绝此类软件进入的有力竞争者。 本书涵盖以下激动人心的功能: 掌握虚幻引擎的渲染管线,用于开发实时图形 将基于物理的渲染(PBR)用于建筑材料和照明解决方案 为针对多个平台的游戏构建优化的材料 了解虚幻引擎的节点和功能,以产生理想的效果 设计和构建可用于生产环境的着色器 如果您觉得这本书适合您,请立即获取! 这是本书所需要的:本书适用于希望在Unreal Engine 4中创建其第一个着色器或希望通过添加专业的后处理效果将其游
2022-04-25 10:36:42 2GB
1
OpenGL is the leading cross-language, multi-platform API used by masses of modern games and applications in a vast array of different sectors. Developing graphics with OpenGL lets you harness the increasing power of GPUs and really take your visuals to the next level. OpenGL Development Cookbook is your guide to graphical programming techniques to implement 3D mesh formats and ...
2022-04-24 19:18:48 18.8MB Opengl Cookbook
1
在本手册中你将从如何安装,升级,降级MySQL 8,然后再初步学习如何使用MySQL,进而进阶到一些更高级的用法。 还会教你如何配置MySQL,介绍MySQL中的事务和各种隔离级别。当然也包括二进制日志、备份、恢复数据、复制、表维护,等等相关知识。
2022-04-21 17:04:06 206.38MB mysql 数据库 database