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

无数据

分类

全部后端开发(357)Julia(87)Java(77)Spring(76)C++(36)nim(31)Python(29)Go(21)Rust(17)Scrapy(13)

语言

全部英语(288)中文(简体)(49)中文(繁体)(11)西班牙语(2)韩语(2)日语(1)葡萄牙语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(327)其他文档 其他(24)PPT文档 PPT(6)
 
本次搜索耗时 0.314 秒,为您找到相关结果约 357 个.
  • 全部
  • 后端开发
  • Julia
  • Java
  • Spring
  • C++
  • nim
  • Python
  • Go
  • Rust
  • Scrapy
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 韩语
  • 日语
  • 葡萄牙语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 MuPDF 1.22.0 Documentation

    time. Do not hold on to them past the duration of the current function, or stow them away inside structs. If you need to keep the object for longer than that, you have to either keep it or make your own into C++ exceptions. 5.1.3 Class-aware C++ API C++ wrapper classes wrap most fz_* and pdf_* C structs. • Class names are camel-case versions of the wrapped struct’s name, for example fz_document’s wrapper class is mupdf::FzDocument. • Classes automatically handle reference counting of the underlying C structs, so there is no need for manual calls to fz_keep_*() and fz_drop_*(), and class instances can be
    0 码力 | 175 页 | 698.87 KB | 8 月前
    3
  • pdf文档 MuPDF 1.23.0 Documentation

    time. Do not hold on to them past the duration of the current function, or stow them away inside structs. If you need to keep the object for longer than that, you have to either keep it or make your own into C++ exceptions. 7.1.3 Class-aware C++ API C++ wrapper classes wrap most fz_* and pdf_* C structs. • Class names are camel-case versions of the wrapped struct’s name, for example fz_document’s wrapper class is mupdf::FzDocument. • Classes automatically handle reference counting of the underlying C structs, so there is no need for manual calls to fz_keep_*() and fz_drop_*(), and class instances can be
    0 码力 | 245 页 | 817.74 KB | 8 月前
    3
  • pdf文档 MuPDF 1.24.0 Documentation

    time. Do not hold on to them past the duration of the current function, or stow them away inside structs. If you need to keep the object for longer than that, you have to either keep it or make your own into C++ exceptions. 7.1.3 Class-aware C++ API C++ wrapper classes wrap most fz_* and pdf_* C structs. • Class names are camel-case versions of the wrapped struct’s name, for example fz_document’s wrapper class is mupdf::FzDocument. • Classes automatically handle reference counting of the underlying C structs, so there is no need for manual calls to fz_keep_*() and fz_drop_*(), and class instances can be
    0 码力 | 249 页 | 830.15 KB | 8 月前
    3
  • pdf文档 MuPDF 1.25.0 Documentation

    time. Do not hold on to them past the duration of the current function, or stow them away inside structs. If you need to keep the object for longer than that, you have to either keep it or make your own into C++ exceptions. 8.2.3 Class-aware C++ API C++ wrapper classes wrap most fz_* and pdf_* C structs: • Class names are camel-case versions of the wrapped struct’s name, for example fz_document’s wrapper class is mupdf::FzDocument. • Classes automatically handle reference counting of the underlying C structs, so there is no need for manual calls to fz_keep_*() and fz_drop_*(), and class instances can be
    0 码力 | 259 页 | 1.11 MB | 8 月前
    3
  • pdf文档 Named Optional Parameters - JavaScript Style

    The C++ implementation will create expressive API calls through utilizing combination of : ▪POD structs -- structs with data members only ▪designated initializers -- initializing a struct with: { .field = the road state -- There is only one. // the .= syntax is a designated initializer used to assign POD values auto result = processCarStateTransition({ .car = Car::FastSportsCar, .startingRoadState nextRoadState = { .type = RoadType::Avenue,.speed = Speed::NORMAL}}); Ambiguity The following structs will in theory dispatch to processCarStateTransition depending on how you call them. Non-Ambiguous
    0 码力 | 1 页 | 3.17 MB | 6 月前
    3
  • pdf文档 Class Layout

    14 Aside: POD Types  Standard-layout types are defined in C++11.  The 2003 Standard didn’t mention standard-layout types — it describes layout guarantees in terms of POD types.  POD stands for “Plain (There’s also a POF.)  A POD is a standard-layout class that also lacks:  private or protected non-static data members  user-declared constructors  base classes  In practice, POD classes are too restrictive Type type_; short x_, y_; }; void draw(Shape *); void rotate(Shape *, int);  Here, we’re using structs and non-member functions.  We could just as well use classes and static member functions. 97 Copyright
    0 码力 | 51 页 | 461.37 KB | 6 月前
    3
  • pdf文档 Hidden Overhead of a Function API

    constructor, destructor, or copy assignment operator… This definition is essentially the same as a C++03 POD type. armv7-a System V x86 System V x86 Microsoft A Composite Type not larger than 4 bytes is returned 16 bytes x86 System V fundamental only x86-64 Microsoft 1,2,4,8 bytes, C++03 POD x86 Microsoft 1,2,4,8 bytes, C++03 POD Composite types are required to be “trivial” to get into registers!C.20: If you ___$ReturnUdt$[esp-4] mov DWORD PTR [eax], 60 mov DWORD PTR [eax+4], 0 ret 0 C H R 67 not a POD not a POD size > 4 not fundamentalCan we do something about it? ● std::chrono would have to give up encapsulation
    0 码力 | 158 页 | 2.46 MB | 6 月前
    3
  • pdf文档 Kotlin Language Documentation 1.3

    to either Kotlin enum or integral values, depending on heuristics and the de�nition �le hints. Structs / unions are mapped to types having �elds available via the dot notation, i.e. someStructInstance simple immutable self-contained value. Think C++ references, as a similar concept. For structs (and typedef s to structs) this representation is the main one and has the same name as the struct itself, for runtime by calling kotlin.native.initRuntimeIfNeeded() . Scope-local pointers Passing and receiving structs by value — — Callbacks Passing user data to callbacks 405 Often C APIs allow passing some user
    0 码力 | 597 页 | 3.61 MB | 1 年前
    3
  • pdf文档 Kotlin Language Documentation 1.9.20

    CocoaPods Gradle plugin Update Podfile for Xcode Possible issues and solutions Add dependencies on a Pod library From the CocoaPods repository On a locally stored library From a custom Git repository project with several targets CocoaPods Gradle plugin DSL reference Enable the plugin cocoapods block pod() function Kotlin/Native libraries Kotlin compiler specifics cinterop tool specifics klib utility without being limited by platform–specific dependencies. For example, you can add dependencies on Pod libraries to the iosMain shared source set. Previously, this only worked with platform-specific libraries
    0 码力 | 1299 页 | 32.44 MB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    互操作性 与 Swift/Objective-C 互操作性 Kotlin/Native 开发 Apple framework——教程 CocoaPods 集成 CocoaPods 概述 添加对 Pod 库的依赖 使用 Kotlin Gradle 项目作为 CocoaPods 依赖项 CocoaPods Gradle 插件 DSL 参考 Kotlin/Native 库 平台库 Kotlin/Native If you use CocoaPods integration, specify the cinterop option in the configuration block of the pod() function like this: kotlin { ios() cocoapods { summary = "CocoaPods test library" homepage = "https://github.com/JetBrains/kotlin" ios.deploymentTarget = "13.5" pod("PodName") { extraOpts = listOf("-compiler-option", "-fmodules") } } }
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
共 357 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 36
前往
页
相关搜索词
MuPDF1.22Documentation1.231.241.25NamedOptionalParametersJavaScriptStyleClassLayoutHiddenOverheadofFunctionAPIKotlinLanguage1.31.92010官方文档中文文版中文版
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩