积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(39)C++(26)云计算&大数据(12)VirtualBox(11)Julia(10)综合其他(4)人工智能(4)Python(2)Django(2)数据库(1)

语言

全部英语(40)中文(繁体)(10)中文(简体)(3)zh(2)英语(1)

格式

全部PDF文档 PDF(51)PPT文档 PPT(2)其他文档 其他(2)TXT文档 TXT(1)
 
本次搜索耗时 0.075 秒,为您找到相关结果约 56 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • VirtualBox
  • Julia
  • 综合其他
  • 人工智能
  • Python
  • Django
  • 数据库
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • zh
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 C++ Modules: Getting Started Today

    #include // [...]10/50 Hello Modules! — File: module.cpp export module my_module; export char const* my_function () { return "Hello Modules!"; } — File: main.cpp #include }11/50 Exporting things // functions export int getNumber (); // types export class SomeType; // templates export template T combine(T n1 , T n2); export template class MyTemplatedType Exporting things export namespace a { void is_exported (); } namespace a { void is_not_exported (); } namespace a { void will_be_exported_in_b (); } export namespace b { export using a:: will_be_exported_in_b
    0 码力 | 65 页 | 1.97 MB | 5 月前
    3
  • pdf文档 A (Short) Tour of C++ Modules

    object file 6 . 2 discarded discarded some header.hsource.cpp translation unit object file export module library; library interface unit module library; library implementation library implementation implementation object file import library; program library interface object file 7 . 1 export ...; export ...; BMI BMI Barrier→║ Architected→→ modularized library some allinterface.cpp declarations 4 5 6 7 8 9 module; #include export module my.first_module; export import other.module; #include "mod.h" constexpr int beast = 666; export std::vector frob(S); 1 2 3 4 5 6 7 8 9
    0 码力 | 62 页 | 4.20 MB | 5 月前
    3
  • pdf文档 Mastering C++ Modules

    Header Units" From C++ Now 20239 Ask ChatGPT 202310 Ask ChatGPT 2024Simple Module 11 export module B; export void b() { }Built Module Interface (BMI) • MSVC – .ifc file • G++ – .gcm file • Clang 12Simple Example (build order order matters) 13 B.cpp: export module B; export void b() { } A.cpp: export module A; import B; export void a(){ b();} cl -std:c++20 -interface -c A.cpp A.cpp A identifier not foundSimple Example (build order matters) 14 B.cpp: export module B; export void b() { } A.cpp: export module A; import B; export void a(){ b();} cl -std:c++20 -interface -c B.cpp B.cpp cl
    0 码力 | 77 页 | 9.07 MB | 5 月前
    3
  • pdf文档 C++20 Modules: The Packaging and Binary Redistribution Story

    needs to locate and load the binary module interface (BMI) 👇:Binary module interfaces export module fmt; export namespace fmt { … } fmt.cc fmt.o Module interface unit Other file extensions: .ixx .gcm (gcc) .ifc (msvc) BMI: Binary module interface libfmt.aModule interface unit export module fmt; export namespace fmt { … } import fmt; int main() { fmt::print("Hello, world!\n"); } main imports export module foo; import bar; import qux; export namespace foo { … } import foo; export module bar; export namespace bar { … } my_app.cc foo.cppm bar.cppm export module qux; export namespace
    0 码力 | 76 页 | 2.09 MB | 5 月前
    3
  • pdf文档 Dynamically Loaded Libraries Outside the Standard

    CppCon 2021 | #include "repromath_export.h" namespace repromath { REPROMATH_EXPORT auto ddot(int n, double const *x, double const *y) -> double; REPROMATH_EXPORT auto dsum(int n, double const *x) -> -> double; } Sample loadable library CMake add_library(repromath MODULE) generate_export_header(repromath)10 CppCon 2021 | • LoadLibraryEx("mylib.dll", nullptr, flags) – open and get a handle to return nullptr; } } }; fullinstaller: dll and namespace59 CppCon 2021 | #pragma comment(linker, "/export:instance=?instance@@3Vfullinstaller_factory@whereispython@@A") whereispython::fullinstaller_factory
    0 码力 | 100 页 | 3.98 MB | 5 月前
    3
  • pdf文档 Common Package Specification (CPS) in Practice: A Full Round Trip Implementation in Conan C++ Package Manager

    WoehlkeCMake CPS generation cmake_minimum_required(VERSION 3.15) project(mypkg CXX) set(CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_INFO "b80be207-778e-46ba-8080-b23bba22639e") add_library(mypkg src/mypkg.cpp) target_in set_target_properties(mypkg PROPERTIES PUBLIC_HEADER "include/mypkg.h") install(TARGETS mypkg EXPORT mypkg) install(PACKAGE_INFO mypkg EXPORT mypkg)Generated CPS files { "components": { "mypkg": { "includes": to Makefile 45 export CPPFLAGS="$CPPFLAGS -I/home/diegor/.conan2/p/opensa8f76cb308528/p/include -I/home/diegor/.conan2/p/zlib2f8af40ed7773/p/include" export LIBS="$LIBS -lssl
    0 码力 | 66 页 | 1.76 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    VBoxManage import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 8.11 VBoxManage export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 8.12 VBoxManage startvm VBoxManage clonevm, page 127. 1.14 Importing and exporting virtual machines VirtualBox can import and export virtual machines in the industry-standard Open Virtualization Format (OVF).6 6OVF support was originally that can then be imported into a virtualizer such as VirtualBox. VirtualBox makes OVF import and export easy to access and supports it from the Manager window as well as its command-line interface. This
    0 码力 | 348 页 | 5.93 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 User Manual

    VBoxManage import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 8.10 VBoxManage export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124 8.11 VBoxManage startvm VBoxManage clonevm, page 122. 1.13 Importing and exporting virtual machines VirtualBox can import and export virtual machines in the industry-standard Open Virtualization Format (OVF).6 OVF is a cross-platform improvements with every version since. 28 1 First steps VirtualBox. VirtualBox makes OVF import and export easy to access and supports it from the Manager window as well as its command-line interface. This
    0 码力 | 310 页 | 4.87 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 User Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 4 Contents 8.11 VBoxManage export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 8.12 VBoxManage startvm VBoxManage clonevm, page 132. 1.14 Importing and exporting virtual machines VirtualBox can import and export virtual machines in the industry-standard Open Virtualization Format (OVF).6 OVF is a cross-platform improvements with every version since. 31 1 First steps VirtualBox. VirtualBox makes OVF import and export easy to access and supports it from the Manager window as well as its command-line interface. This
    0 码力 | 380 页 | 3.79 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 Programming Guide and Reference

    140 5.44.12 enumerateGuestProperties . . . . . . . . . . . . . . . . . . . . . . . . . 141 5.44.13 export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 5.44.14 findSnapshot # start web service with object autocollection disabled export VBOX_PROGRAM_PATH=/opt/VirtualBox # your VirtualBox installation directory export VBOX_SDK_PATH=/home/youruser/vbox-sdk # where you’ve extracted system classpath, and you may have to adjust the CLASSPATH environment variable. Something like this: export CLASSPATH="/path-to-axis-1_4/lib/*":$CLASSPATH Use the directory where the Axis JAR files are located
    0 码力 | 306 页 | 1.92 MB | 6 月前
    3
共 56 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
C++ModulesGettingStartedTodayShortTourofMastering20ThePackagingandBinaryRedistributionStoryDynamicallyLoadedLibrariesOutsidetheStandardCommonPackageSpecificationCPSinPracticeFullRoundTripImplementationConanManagerOracleVMVirtualBox4.232UserManual4.1404.336ProgrammingGuideReference
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩