PlantUML 1.2019.4 Справочное руководство по языкуcustomer actor clerk rectangle checkout { customer -- (checkout) (checkout) .> (payment) : include (help) .> (checkout) : extends (checkout) -- clerk } @enduml  target_include_directories(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include) # Mimic the library names in Catch2's own CMake files:0 码力 | 1 页 | 519.00 B | 1 年前3
CMakeLists.txt for ApprovalTests ConfigurationApprovalTests) set(LIB_NAME ApprovalTests) add_library(${LIB_NAME} INTERFACE) target_include_directories(${LIB_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) add_library(${LIB_NAME}::${LIB_NAME}0 码力 | 1 页 | 250.00 B | 1 年前3
AppovatTestsQtApprovalTestsQt) set(LIB_NAME ApprovalTestsQt) add_library(${LIB_NAME} INTERFACE) target_include_directories(${LIB_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}) add_library(${LIB_NAME}::${LIB_NAME}0 码力 | 1 页 | 398.00 B | 1 年前3
CMakeLists.txtStringUtilities.h ) add_library( ${LIB_NAME}:${LIB_NAME} ALIAS ${LIB_NAME} ) target_include_directories(${LIB_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})0 码力 | 1 页 | 544.00 B | 1 年前3
KiCad Command-Line Interface - KiCad 10.0 Reference Manual[–no-board-body] [–no-components] [–component-filter VAR] [–include-tracks] [–include-pads] [–include-zones] [–include-inner-copper] [–include-silkscreen] [–include-soldermask] [–fuse-shapes] [–fill-all-vias] [–n models in footprints with STEP or IGS models of the same name,if they exist. –board-only Only include the board itself in the generated model;exclude all component models. –cut-vias-in-body Cut via –component-filterOnly include component 3D models matching this list of reference designators(comma-separated,wildcards supported) –include-tracks Include tracks and vias on outer conductor 0 码力 | 60 页 | 749.91 KB | 3 月前3
C++高性能并行编程与优化 - 课件 - 06 TBB 开启的并行编程之旅LE="%CD%/vcpkg/scripts/buildsystems/vcpkg.cmake" ## 上一课的案例代码:基于标准库 #include#include #include void download(std::string file) { for (int i = 0; i < 10; i++) "Download complete: " << file << std::endl; 12 } ## 更好的例子 #include #include #include int main() { std::string s = "Hello, world!"; parallel_for(Index first, Index last, const Function &f) #include #include #include #include int main() { size_t n = 1 << 26; std::vector 0 码力 | 116 页 | 15.85 MB | 2 年前3
KiCad Command-Line Interface - KiCad 9.0 Reference Manual[–no-board-body] [–no-components] [–component-filter VAR] [–include-tracks] [–include-pads] [–include-zones] [–include-inner-copper] [–include-silkscreen] [–include-soldermask] [–fuse-shapes] [–fill-all-vias] [–min-distance models in footprints with STEP or IGS models of the same name,if they exist. –board-only Only include the board itself in the generated model;exclude all component models. –cut-vias-in-body Cut via ference designator list> Only include component 3D models matching this list of reference designators(comma-separated,wildcards supported) –include-tracks Include tracks and vias on outer conductor0 码力 | 47 页 | 619.90 KB | 3 月前3
Why is my Build so Slow## Project Level ## I ncludes #includeint main() { std::cout << "Hello, world!" << std::endl; } ## I ncludes ## #include~69,000 Lines! int tooling Frowned upon for entities defined in another project - Can obfuscate dependencies ## - Include What You Use ## - IWYU Project ## Templates template struct Sum { static const int template <> struct Sum<0> { static const int value = 0; }; ## Templates #includetemplate struct Sum { static const int value = N + Sum ::value; 0 码力 | 71 页 | 3.96 MB | 1 年前3
C++高性能并行编程与优化 - 课件 - 12 从计算机组成原理看 C 语言指针ssize_t,可以用 intptr_t 代替。 ## 实验:各种标准化类型的大小 • 我们可以通过 `sizeof(T)` 获取 T 类型的字节数。 main.cpp #include#include int main() { printf("uint8_t = %ld\n", sizeof(uint8_t)); printf("uint16_t short 后是 00000000 10000000 - 可见 short 的前一个字节被填满了 0,根据补码的规则他是一个正数 128。 1main.cpp 1 #include 2 #include 3 4 int main() { 5 unsigned char x = -128; 6 short y = (short)x; 7 相加会得到什么类型?会得到 int 类型。 • 结论:小类型和大类型做数学运算( $ +-*/\% $ )会得到两个类型中的大类型。 main.cpp #include #include #include int main() { static_assert(std::is_same 0 码力 | 128 页 | 2.95 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
PlantUML!includeUnicodeCreole标准库Catch2CMakeadd_librarytarget_include_directoriesCXXCMakeLists.txtsetApprovalTestsQttarget_link_librariesQt5LIBINT_NAMECMAKE_CXX_STANDARDKiCad Command-Line Interfacekicad-cliPCB exportSchematic exportIPC-2581Intel TBB并行编程流水线并行任务并行数据并行command-line interfaceGerberPCBSVGPerfettoninjabuildChrome Event Tracing Format JSONC语言指针引用空指针内存管理二级指针













