积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(105)C++(105)Conan(74)

语言

全部英语(105)

格式

全部PDF文档 PDF(93)TXT文档 TXT(11)PPT文档 PPT(1)
 
本次搜索耗时 0.036 秒,为您找到相关结果约 105 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 How Meta Made Debugging Async Code Easier with Coroutines and Senders

    fex::linuxos::io_uring_context::async_read_only_file) () at /home/cppcon/cppcon24-async-demo/src/main.cpp:70 frame #1 : 0x0000555555583b08 in std::__1::coroutine_handle::resume[abi:ne180100]() main () at /home/cppcon/cppcon24-async-demo/src/main.cpp:10 frame #15: 0x0000555555557604 in main () at /home/cppcon/cppcon24-async-demo/src/main.cpp:10 frame #16: 0x0000555555557604 in main () () at /home/cppcon/cppcon24-async-demo/src/main.cpp:10 frame #17: 0x000055555555761c in main () at /home/cppcon/cppcon24-async-demo/src/main.cpp:10 frame #18: 0x00007ffff7b1e083 in __libc_start_main
    0 码力 | 131 页 | 907.41 KB | 6 月前
    3
  • pdf文档 LLVM's Realtime Safety Revolution: Tools for Modern Mission Critical Systems

    std::__1::__libcpp_allocate[abi:v160006](unsigned long, unsigned long)+0x44 > clang -fsanitize=address main.cpp #include int main() { auto v = std::vector (16); return v[16]; }Using process(float x) { auto const y = std::vector (16); ... } > clang++ -fsanitize=realtime main.cpp > ./a.out ==86660==ERROR: RealtimeSanitizer: unsafe-library-call Intercepted call to real-time process(float x) { auto y = std::vector (16); ... } > clang++ -fsanitize=realtime main.cpp > ./a.out ==86660==ERROR: RealtimeSanitizer: unsafe-library-call Intercepted call to real-time
    0 码力 | 153 页 | 1.38 MB | 6 月前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    LIBRARY/BINARY 6 . 12SAVE LIBRARY/BINARY SAVE LIBRARY/BINARY MAIN.CPP MAIN.CPP 6 . 12SAVE LIBRARY/BINARY SAVE LIBRARY/BINARY MAIN.CPP MAIN.CPP #include // std::stoi void dispatch(int); // _Z3dispatchi _Z3dispatchi - Mangled symbol with no templates 6 . 12SAVE LIBRARY/BINARY SAVE LIBRARY/BINARY MAIN.CPP MAIN.CPP #include // std::stoi void dispatch(int); // _Z3dispatchi - Mangled symbol with argv) { dispatch(std::stoi(argv[1])); } 6 . 12SAVE LIBRARY/BINARY SAVE LIBRARY/BINARY MAIN.CPP MAIN.CPP LLC - LLC - #include // std::stoi void dispatch(int); // _Z3dispatchi - Mangled
    0 码力 | 222 页 | 5.45 MB | 6 月前
    3
  • pdf文档 C++ Modules: Getting Started Today

    — File: my function.cpp char const* my_function () { return "Hello from function!"; } — File: main.cpp #include #include int main () { std:: println("{}", my_function ()); hpp { return 42; }6/50 Including files twice does not work — File: a.hpp class A {}; — File: main.cpp #include #include // redefiniton error! int main () { }7/50 Included files private: char const* u_cant_touch_this () { return "Preprocessor hits me so hard"; } }; — File: main.cpp #define private public #include #undef private int main () { std:: println("{}", A{}
    0 码力 | 65 页 | 1.97 MB | 6 月前
    3
  • pdf文档 Why is my Build so Slow

    000 Lines!Includes 30 clang main.cpp -stdlib=libc++ -E &> prep_main.cpp $ du -bh main.cpp 82 main.cpp $ du -bh prep_main.cpp 2.9M prep_main.cppIncludes clang main.cpp -stdlib=libc++ -ftime-trace 31Includes int main() { std::cout << "Hello, world!" << std::endl; } 52 clang -I… -stdlib=libc++ main.cpp ������53545556Compiler Include Paths - Interacting with the filesystem is not free - Caches abound
    0 码力 | 71 页 | 3.96 MB | 6 月前
    3
  • pdf文档 Back to Basics Testing

    } Assertion failed: (add( 1, 2 ) == 3), function main, file /Users/phil/Dev/Scratch/AddTest/main.cpp, line 8. Process finished with exit code 6#include int add( int a, int b ){ return } Assertion failed: (add( 1, 2 ) == 3), function main, file /Users/phil/Dev/Scratch/AddTest/main.cpp, line 8. Process finished with exit code 6#include int add( int a, int b ){ return } Assertion failed: (add( 1, 2 ) == 3), function main, file /Users/phil/Dev/Scratch/AddTest/main.cpp, line 8. Process finished with exit code 6#include int add( int a, int b ){ return
    0 码力 | 79 页 | 25.86 MB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    includes the add.hpp -- this is effectively the forward declaration being pasted in ○ Finally, the main.cpp ■ We #include “add.hpp” which gives us access to use add.cpp ■ So long as we link in the implementation includes the add.hpp -- this is effectively the forward declaration being pasted in ○ Finally, the main.cpp ■ We #include “add.hpp” which gives us access to use add.cpp ■ So long as we link in the implementation includes the add.hpp -- this is effectively the forward declaration being pasted in ○ Finally, the main.cpp ■ We #include “add.hpp” which gives us access to use add.cpp ■ So long as we link in the implementation
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
  • pdf文档 Constructing Generic Algorithms

    return value; } 43 . 1AFTER RELAXATION AFTER RELAXATION $ clang++ -Wconversion main.cpp $ clang++ -Wconversion main.cpp template > T find_missing_element(I no::seconds> v = {0s, 1s, 2s, 3s, 5s}; assert(min_absent(std::begin(v), std::end(v)) == 4s); main.cpp:17:14: error: no matching function for call to 'next' if (p == std::next(first, half)) { {T{0s}, T{1s}, T{2s}, T{3s}, T{5s}}; assert(min_absent(std::begin(v), std::end(v)) == T{4s}); main.cpp:16:28: error: no matching conversion for static_cast from 'const long' to 'std::chrono::time_p
    0 码力 | 145 页 | 8.44 MB | 6 月前
    3
  • pdf文档 Conan 1.3 Documentation

    conanbuildinfo.cmake example-hello conanfile.txt CMakeLists.txt # If using cmake, but can be Makefile, sln... main.cpp Now you are ready to build: $ cmake ../example-hello -G "Visual Studio 14 Win64" # or other generator cmake files example-hello conanfile.txt CMakeLists.txt # If using cmake, but can be Makefile, sln... main.cpp Now you can switch between your build configurations in exactly the same way you do for CMake or include(${CMAKE_BINARY_DIR}/conanbuildinfo_multi.cmake) conan_basic_setup() add_executable(say_hello main.cpp) foreach(_LIB ${CONAN_LIBS_RELEASE}) target_link_libraries(say_hello optimized ${_LIB}) endforeach()
    0 码力 | 397 页 | 2.77 MB | 1 年前
    3
  • pdf文档 Conan 1.4 Documentation

    conanbuildinfo.cmake example-hello conanfile.txt CMakeLists.txt # If using cmake, but can be Makefile, sln... main.cpp Now you are ready to build: $ cmake ../example-hello -G "Visual Studio 14 Win64" # or other generator cmake files example-hello conanfile.txt CMakeLists.txt # If using cmake, but can be Makefile, sln... main.cpp Now you can switch between your build configurations in exactly the same way you do for CMake or include(${CMAKE_BINARY_DIR}/conanbuildinfo_multi.cmake) conan_basic_setup() add_executable(say_hello main.cpp) foreach(_LIB ${CONAN_LIBS_RELEASE}) target_link_libraries(say_hello optimized ${_LIB}) endforeach()
    0 码力 | 421 页 | 2.84 MB | 1 年前
    3
共 105 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
HowMetaMadeDebuggingAsyncCodeEasierwithCoroutinesandSendersLLVMRealtimeSafetyRevolutionToolsforModernMissionCriticalSystemsJustInTimeCompilationTheNextBigThingC++ModulesGettingStartedTodayWhyismyBuildsoSlowBacktoBasicsTestingToFunctionsConstructingGenericAlgorithmsConan1.3Documentation1.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩