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

无数据

分类

全部后端开发(1383)Python(436)Java(363)Spring(310)云计算&大数据(181)C++(151)数据库(107)UML(96)VirtualBox(88)Julia(87)

语言

全部英语(1607)中文(简体)(127)中文(繁体)(21)日语(15)韩语(15)德语(14)法语(14)西班牙语(13)俄语(12)

格式

全部PDF文档 PDF(1379)其他文档 其他(402)TXT文档 TXT(60)PPT文档 PPT(5)
 
本次搜索耗时 0.182 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • 云计算&大数据
  • C++
  • 数据库
  • UML
  • VirtualBox
  • Julia
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 德语
  • 法语
  • 西班牙语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Calling Functions A Tutorial

    Calling Functions A Tutorial Klaus Iglberger, CppCon 2020 klaus.iglberger@gmx.de2 Klaus Iglberger C++ Trainer since 2016 Author of the C++ math library (Co-)Organizer of the Munich Dispatch Deleting FunctionsDisclaimer 5 This talk does … … focus on the basic mechanics of calling functions; … point out the surprising details; … give further references whenever necessary.
    0 码力 | 111 页 | 5.11 MB | 5 月前
    3
  • pdf文档 Back to Basics Concepts

    with requires expression Concept (named requirements) // OK, uses 1st add() calling push_back() // OK, uses 2nd add() calling insert() Nico Josuttis C++ Concepts @cppcon 2024-09-18 3©2024 by josuttis coll1; std::set coll2; add(coll1, 42); // OK, uses 1st add() calling push_back() add(coll2, 42); // OK, uses 2nd add() calling insert() C++20 C++20 Type Constraints with concepts applied to types add(coll1, 42); add(coll2, 42); // C++20 C++20 // ERROR: "can't call insert()" // OK, uses 2nd add() calling insert() 2nd add() is used, because concept for 1st add() not satisfied Requirements not met =>
    0 码力 | 23 页 | 2.14 MB | 5 月前
    3
  • pdf文档 Programmer’s Guide for Free Pascal, Version 3.2.2

    6 $BITPACKING : Enable bitsize packing . . . . . . . . . . . . . . . . . . . 17 1.2.7 $CALLING : Specify calling convention . . . . . . . . . . . . . . . . . . . . 17 1.2.8 $CHECKPOINTER : Check pointer smartlinking . . . . . . . . . . . . . . . . . . . . . . . 53 1.3.34 $SYSCALLS : Select system calling convention on Amiga/MorphOS . . . . 54 1.3.35 $THREADNAME : Set thread name in Netware . . . . 83 6.2.3 Modifying the mangled names . . . . . . . . . . . . . . . . . . . . . . . . . 85 6.3 Calling mechanism . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 6.4 Nested procedure
    0 码力 | 187 页 | 531.58 KB | 1 年前
    3
  • pdf文档 The Rust Programming Language,2nd Edition

    not a tab. The second important part is println!. This is calling a Rust macro, which is how metaprogramming is done in Rust. If it were calling a function instead, it would look like this: println (without detail in Appendix E, but for now you just need to know that when you see a ! that means that you’re calling a macro instead of a normal function. Next is “Hello, world!” which is a string. We pass this string the other side of the equal sign (=) is the value that guess is bound to, which is the result of calling String::new, a func- tion that returns a new instance of a String. String is a string type provided
    0 码力 | 617 页 | 1.54 MB | 1 年前
    3
  • pdf文档 Haskell 2010 Language Report

    Declarations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 8.4.1 Calling Conventions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 8.4.2 Foreign foreign code that follows the C calling convention. However, the design of the FFI is such that it enables the modular extension of the present definition to include the calling conventions of other programming guaranteed to match the representation of int. The specification of external names, dependent on a calling convention, is described in Section 8.5, whereas the marshalling of the basic types in dependence
    0 码力 | 329 页 | 1.43 MB | 1 年前
    3
  • pdf文档 julia 1.10.10

    Cmd Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342 27 Calling C and Fortran Code 344 27.1 Creating C-Compatible Julia Function Pointers . . . . . . . . . . . ccall interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 360 27.13 Calling Convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361 27.14 Accessing Converting Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 380 30.4 Calling Julia Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 30.5 Memory
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.10.9

    Cmd Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 342 27 Calling C and Fortran Code 344 27.1 Creating C-Compatible Julia Function Pointers . . . . . . . . . . . ccall interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 360 27.13 Calling Convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 361 27.14 Accessing Converting Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 380 30.4 Calling Julia Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381 30.5 Memory
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Reference guide for Free Pascal, version 3.2.2

    The code page of a string can be set explicitly using the SetCodePage routine of the system unit. Calling this routine will convert the value of a string to the requested code page. Remark Code page conversions -MTP switches are used, the address operator can be dropped. Remark The modifiers concerning the calling conventions must be the same as the declaration; i. e. the following code would give an error: 57 end; begin Proc := @printit; end. Because the TOneArgCcall type is a procedure that uses the cdecl calling convention. In case the is nested modified is added, then the procedural variable can be used with
    0 码力 | 268 页 | 700.37 KB | 1 年前
    3
  • pdf文档 Oracle VM VirtualBox 3.2.28 Programming Guide and Reference

    by another program or the operating system and both sides of the interface have to agree on the calling convention and, in most cases, use the same programming language, web services use Internet standards COM/XPCOM variant of the Main API, a client that wants to use the web service must first log on by calling the IWebsessionManager::logon() API (see chapter 9.49.3, logon, page 222) that is specific to the create such an object, but vboxwebsrv creates one for you when you log on, which you can obtain by calling IWebsessionManager::getSessionObject(). This session object must then be used like a mutex semaphore
    0 码力 | 247 页 | 1.63 MB | 1 年前
    3
  • pdf文档 Julia 1.11.4

    Cmd Objects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 363 28 Calling C and Fortran Code 365 28.1 Creating C-Compatible Julia Function Pointers . . . . . . . . . . . ccall interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 382 28.13 Calling Convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 383 28.14 Accessing Converting Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 403 31.4 Calling Julia Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 404 31.5 Memory
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
CallingFunctionsTutorialBacktoBasicsConceptsProgrammerGuideforFreePascalVersion3.2TheRustProgrammingLanguage2ndEditionHaskell2010julia1.1010JuliaReferenceguideversionOracleVMVirtualBox28and1.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩