C++高性能并行编程与优化 - 课件 - 16 现代 CMake 模块化项目管理指南[EXACT] [QUIET] [CONFIG] [MODULE] • [REQUIRED] [[COMPONENTS] [components...]] • [OPTIONAL_COMPONENTS components...] • ) https://cmake.org/cmake/help/latest/command/find_package find_package(OpenCV REQUIRED COMPONENTS core videoio) • 查找名为 OpenCV 的包,找不到就报错,且必须具有 OpenCV::core 和 OpenCV::videoio 这 两个组件,如果没有这两个组件也会报错。 • find_package(OpenCV REQUIRED OPTIONAL_COMPONENTS core videoio) • 查找名为 • target_link_libraries(yourapp ${XXX_LIBRARIES}) • 现代(小彭老师推荐): • find_package(XXX REQUIRED COMPONENTS xxx) • target_link_libraries(yourapp XXX::xxx) 大多都能同时兼容现代和古代 • 大多现代的 Find/Config 文件,都同时兼容 现代和古代的用法。0 码力 | 56 页 | 6.87 MB | 1 年前3
Harbor Deep Dive - Open source trusted cloud native registryVulnerability Scanning Job Service Admin Service Harbor components 3rd party components SQL Database Key/Value Storage Persistence components Local or Remote Storage (block, file, object) Users (GUI/API)0 码力 | 15 页 | 8.40 MB | 1 年前3
Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkitwe will be using the C++ SDKArcGIS Runtime Toolkit for Qt • Open-source project • Contains UI components and utilities to help simplify Qt app development • Can plug and play various UI pieces • Where: • How: - Clone the repository and import the path in .pro file in Qt Creator - Register your components in main.cppArcGIS Runtime Toolkit for Qt • Time slider UI component: - Provides controls to visualize0 码力 | 10 页 | 734.09 KB | 6 月前3
C++高性能并行编程与优化 - 课件 - 01 学 C++ 从 CMake 学起可以提供多个库,又称组件 (components) ,比如 TBB 这个包,就包含了 tbb, tbbmalloc, tbbmalloc_proxy 这三个组件。 • 因此为避免冲突,每个包都享有一个独立的名字空间,以 :: 的分割(和 C++ 还挺像的) 。 • 你可以指定要用哪几个组件: • find_package(TBB REQUIRED COMPONENTS tbb tbbmalloc0 码力 | 32 页 | 11.40 MB | 1 年前3
NativeScript UIIntroduce {N} UI • Demo ? • Raucous applause ?? What is {N} UI? • A NativeScript plugin • 7 UI components • Supports Angular and non-Angular usage. • Used to have free and paid tiers—now all free0 码力 | 22 页 | 1.91 MB | 1 年前3
绕过conntrack,使用eBPF增强 IPVS优化K8s网络性能modification to IPVS is already open source • https://github.com/Tencent/TencentOS-kernel/ • More components will be open source later • Support more Linux distributions • Build IPVS kernel modules in Ubuntu0 码力 | 24 页 | 1.90 MB | 1 年前3
Автоматизация управления ClickHouse-кластерами в KubernetesClickHouse cluster resources kubectl apply K8S API Спецификация ClickHouse on Kubernetes – components Shard 1 Replica 1 Zookeeper Services Zookeeper-0 Zookeeper-2 Zookeeper-1 Replica Service0 码力 | 44 页 | 2.24 MB | 1 年前3
唐刚 - Use Rust to Develop the Decentralized Open Data Application - RustChinaConf2023coding style to develop a ODA. How to develop Open Data Application The EightFish Application Components The EightFish Application Network Topology How to Write Logic How to Write Logic How to Write0 码力 | 30 页 | 2.53 MB | 1 年前3
基于Rust-vmm实现Kubernetes运行时custom Virtual Machine Monitors (VMMs) and hypervisors. It abstracts the common virtualization components which implements a Rust-based VMM. • Written in Rust: Memory-safe language • Secure: Minimal0 码力 | 27 页 | 34.17 MB | 1 年前3
C++20: An (Almost) Complete Overviewlazily transform/filter underlying sequences of elements12 Ranges Based on following major components: Range: A concept defining iteration requirements Any container supporting begin()/end()0 码力 | 85 页 | 512.18 KB | 6 月前3
共 11 条
- 1
- 2













