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

无数据

分类

全部后端开发(227)C++(202)云计算&大数据(16)Python(15)Django(13)VirtualBox(11)Julia(10)数据库(2)系统运维(2)综合其他(2)

语言

全部英语(229)中文(繁体)(10)中文(简体)(6)英语(4)

格式

全部PDF文档 PDF(230)PPT文档 PPT(10)其他文档 其他(7)DOC文档 DOC(2)
 
本次搜索耗时 0.083 秒,为您找到相关结果约 249 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • Python
  • Django
  • VirtualBox
  • Julia
  • 数据库
  • 系统运维
  • 综合其他
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Template Metaprogramming: Type Traits

    Template Metaprogramming: Type Traits Part 1 CppCon 2020 1 Jody Hagins
 jhagins@maystreet.com 
 coachhagins@gmail.comTemplate Metaprogramming: Type Traits CppCon 2020 2 IntroductionIntended Audience oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming techniques 3Intended Audience • Beginner/Intermediate • Gentle entry: swimming oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming techniques • Type traits part of standard library for ~10 years 3Intended Audience
    0 码力 | 403 页 | 5.30 MB | 5 月前
    3
  • pdf文档 Template-Less Meta-Programming

    1 / 58Template Metaprogramming (TMP) Template Metaprogramming (TMP) template using meta_fun = this_talk; 2 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ 3 / 58❓s 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ ❓static_assert(Template::Metaprogramming::is_powerful); // ✔ 3 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ ❓static_assert( ❓static_assert(Template::Metaprogramming::is_powerful); // ✔ ❓static_assert(( Template::Metaprogramming::is_easy and Template::Metaprogramming::is_powerful and Template::Metaprogramming::has_nice_error_messages
    0 码力 | 130 页 | 5.79 MB | 5 月前
    3
  • pdf文档 Secrets of C++ Scripting Bindings

    about SWIG Learned that Python is wrong for embedding (Global state), chose Lua 2008 - Created SWIG Starter Kit SWIG is great for binding to other languages, but requires a second build step (Side note: this and through its development and via bug reports and contributions from users, I learned about: Template Meta Programming 7 . 4Copyright Jason Turner @le�icus emptycrate.com/idocpp ChaiScript ChaiScript and through its development and via bug reports and contributions from users, I learned about: Template Meta Programming Lambdas 7 . 4Copyright Jason Turner @le�icus emptycrate.com/idocpp ChaiScript
    0 码力 | 177 页 | 1.65 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 User Manual

    VirtualBox VNIC template is a VNIC whose name starts with “vboxvnic_template”. Here is an example of how to use a VNIC template to configure a VLAN for VMs. Create a VirtualBox VNIC template, by executing executing as root: dladm create-vnic -t -l nge0 -v 23 vboxvnic_template0 3Support for Crossbow based bridged networking was introduced with VirtualBox 4.1 and requires Solaris 11 build 159 or above. 161 9 Advanced -- -- vboxvnic_template0 vnic 1500 up -- nge0 $ dladm show-vnic LINK OVER SPEED MACADDRESS MACADDRTYPE VID vboxvnic_template0 nge0 1000 2:8:20:25:12:75 random 23 Once the VNIC template is created, all
    0 码力 | 310 页 | 4.87 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    Guest Additions 4.2 and later). VBoxManage guestcontrol createtemp[orary]|mktemp <template> --username [--passwordfile | --password ] [--directory] [--secure] [--tmpdir [--mode ] [--verbose] where the parameters mean: uuid|vmname The VM UUID or VM name. Mandatory. template A file name without a path and with at least three consecutive ’X’ characters or ending in ’X’ --username VirtualBox VNIC template is a VNIC whose name starts with “vboxvnic_template”. Here is an example of how to use a VNIC template to configure a VLAN for VMs. Create a VirtualBox VNIC template, by executing
    0 码力 | 348 页 | 5.93 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 User Manual

    mktemp|createtemp[orary] [common-options] [--secure] [--mode ] [--tmpdir ] <template> stat [common-options] [...] guestcontrol [--verbose|-v] [--quiet|-q] list word] [--dry-run] [--auxiliary-base-path=path] [--image-index=number] [--script-template=file] [--post-install-template=file [--post-install-command=command] [--extra-install-kernel-parameters=params] ] <template> The parameters are: Specifies the VM UUID or VM name. Mandatory. --directory Creates a temporary directory instead of a file, specified by the <template> parameter.
    0 码力 | 387 页 | 4.27 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.12 User Manual

    mktemp|createtemp[orary] [common-options] [--secure] [--mode ] [--tmpdir ] <template> stat [common-options] [...] guestcontrol [--verbose|-v] [--quiet|-q] list word] [--dry-run] [--auxiliary-base-path=path] [--image-index=number] [--script-template=file] [--post-install-template=file [--post-install-command=command] [--extra-install-kernel-parameters=params] ] <template> The parameters are: Specifies the VM UUID or VM name. Mandatory. --directory Creates a temporary directory instead of a file, specified by the <template> parameter.
    0 码力 | 380 页 | 4.23 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 User Manual

    --password ] [--domain ] [--verbose] createtemp[orary]|mktemp 120 8 VBoxManage <template> --username [--passwordfile | --password ] [--directory] [--secure] [--tmpdir Guest Additions 4.2 and later). VBoxManage guestcontrol createtemp[orary]|mktemp <template> --username [--passwordfile | --password ] [--directory] [--secure] [--tmpdir [--mode ] [--verbose] where the parameters mean: uuid|vmname The VM UUID or VM name. Mandatory. template A file name without a path and with at least three consecutive ’X’ characters or ending in ’X’ --username
    0 码力 | 380 页 | 3.79 MB | 6 月前
    3
  • pdf文档 Back to Basics: Generic Programming

    Programming CppCon 2024 Define a Template template <template-parameters> declaration; declaration can be • class / struct • function • type alias • variable • concept template-parameter is class | typename typename identifier [= default-value] Template definition should be in a header file12 David Olsen – Generic Programming CppCon 2024 Class Template Definition template class pair { T https://godbolt.org/z/rejh9YPhK13 David Olsen – Generic Programming CppCon 2024 Class Template Definition template class pair { T m0; U m1; public: pair() { } pair(T v0, U v1) : m0(v0)
    0 码力 | 175 页 | 1.16 MB | 5 月前
    3
  • pdf文档 Back to Basics: Templates - Part 1

    Basics: Templates – Part 1 Copyright © 2021 Bob Steagall Overview • Rationale • Template fundamentals • Template categories in detail 2CppCon 2021 – Back to Basics: Templates – Part 1 Copyright © Bob Steagall Template Categories 15CppCon 2021 – Back to Basics: Templates – Part 1 Copyright © 2021 Bob Steagall Function Templates (C++98/03) • Recipes for making functions 16 template T T const& min(T const& a, T const& b); { return (a < b) ? a : b; } template void swap(T& a, T& b); template void sort(RandomIt first, RandomIt last, Compare
    0 码力 | 68 页 | 436.75 KB | 5 月前
    3
共 249 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 25
前往
页
相关搜索词
TemplateMetaprogrammingTypeTraitsLessMetaProgrammingSecretsofC++ScriptingBindingsOracleVMVirtualBox4.140UserManual4.2325.2124.336BacktoBasicsGenericTemplatesPart
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩