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

无数据

分类

全部后端开发(324)综合其他(114)Weblate(82)Julia(81)C++(73)数据库(71)Conan(63)云计算&大数据(62)Java(54)Spring(52)

语言

全部英语(526)中文(简体)(22)中文(繁体)(21)韩语(2)德语(1)中文(繁体)(1)

格式

全部PDF文档 PDF(489)其他文档 其他(68)TXT文档 TXT(17)
 
本次搜索耗时 0.093 秒,为您找到相关结果约 574 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Julia
  • C++
  • 数据库
  • Conan
  • 云计算&大数据
  • Java
  • Spring
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 德语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics Casting

    Casting Or: how to subvert the type system Back to Basics Brian Ruth (he/him) brian.ruth@garmin.comAn Introduction struct region { int size; }; void init_region(char* backing_buffer, size_t for C++ casting 1. Different notation or different tasks 2. Easily recognized and searchable 3. Perform all operations that C casts can 4. Eliminate unintended errorsGoals for C++ casting 1. Different 3. Perform all operations that C casts can 4. Eliminate unintended errors 5. Make casting less enticingC++ casting operators* 1. static_cast 2. const_cast 3. dynamic_cast 4. reinterpret_cast *k
    0 码力 | 117 页 | 1.57 MB | 5 月前
    3
  • pdf文档 The Zig Programming Language 0.4.0 Documentation

    Sets Error Return Traces Implementation Details Optionals Optional Type null Optional Pointers Casting Implicit Casts Implicit Cast: Stricter Qualification Implicit Cast: Integer and Float Widening conversions are not possible. test.zig const assert = @import("std").debug.assert; test "pointer casting" { const bytes align(@alignOf(u32)) = []u8{ 0x12, 0x12, 0x12, 0x12 }; const u32_ptr = @ptrCast(*const 0x12121212); // Even this example is contrived - there are better ways to do the a // pointer casting. For example, using a slice narrowing cast: const u32_value = @bytesToSlice(u32, bytes[0..])[0];
    0 码力 | 207 页 | 5.29 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language

    have additional capabilities that structures do not: For more information, see Inheritance, Type Casting, Initialization, and Automatic Reference Counting. N O T E Structures are always copied when they definition goes here 6 } Inheritance enables one class to inherit the characteristics of another. Type casting enables you to check and interpret the type of a class instance at runtime. Deinitializers enable buildingIdentifier method’s return value, and not the buildingIdentifier method itself. ​​ Type Casting Type casting is a way to check the type of an instance, and/or to treat that instance as if it is a different
    0 码力 | 525 页 | 4.68 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.5.0 Documentation

    Sets Error Return Traces Implementation Details Optionals Optional Type null Optional Pointers Casting Implicit Casts Implicit Cast: Stricter Qualification Implicit Cast: Integer and Float Widening conversions are not possible. test.zig const assert = @import("std").debug.assert; test "pointer casting" { const bytes align(@alignOf(u32)) = [_]u8{ 0x12, 0x12, 0x12, 0x12 }; const u32_ptr = @ptrCast(*const 0x12121212); // Even this example is contrived - there are better ways to do the a // pointer casting. For example, using a slice narrowing cast: const u32_value = @bytesToSlice(u32, bytes[0..])[0];
    0 码力 | 224 页 | 5.80 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language (Swift 5.7) - Apps Dissected

    NSString. This means, if you import Foundation, you can access those NSString methods on String without casting. For more information about using String with Foundation and Cocoa, see Bridging Between String structures don’t have: Inheritance enables one class to inherit the characteristics of another. Type casting enables you to check and interpret the type of a class instance at runtime. Deinitializers enable allows more than one reference to a class instance. For more information, see Inheritance, Type Casting, Deinitialization, and Automatic Reference Counting. The additional capabilities that classes support
    0 码力 | 1040 页 | 10.90 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.12.0 Documentation

    preferable to @ptrCast if possible. test_pointer_casting.zig const std = @import("std"); const expect = std.testing.expect; test "pointer casting" { const bytes align(@alignOf(u32)) = [_]u8{ 0x12 // Even this example is contrived - there are better ways to do the above than // pointer casting. For example, using a slice narrowing cast: const u32_value = std.mem.bytesAsSlice(u32, bytes[0 Pointer.child == u32); } Shell $ zig test test_pointer_casting.zig 1/2 test_pointer_casting.test.pointer casting... OK 2/2 test_pointer_casting.test.pointer child type... OK All 2 tests passed. Alignment
    0 码力 | 241 页 | 7.37 MB | 1 年前
    3
  • pdf文档 Firebird 2.5 Language Reference

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347 8.5. Type Casting Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ) ::= | [TYPE OF] domain | TYPE OF COLUMN relname.colname Casting to a Domain When you cast to a domain, any constraints declared for it are taken into account, i specified — casting to its base type — any domain constraints are ignored during the cast. If TYPE OF is used with a character type (CHAR/VARCHAR), the character set and collation are retained. Casting to TYPE
    0 码力 | 521 页 | 2.30 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.1.1 Documentation

    value 0 is used as the null value. assert(@sizeOf(?&i32) == @sizeOf(&i32)); } test "pointer casting" { // To convert one pointer type to another, use @ptrCast. This is an unsafe // operation // Even this example is contrived - there are better ways to do the above than // pointer casting. For example, using a slice narrowing cast: const u32_value = ([]const u32)(bytes[0..])[0]; @ptrToInt and @intToPtr...OK Test 5/8 volatile...OK Test 6/8 nullable pointers...OK Test 7/8 pointer casting...OK Test 8/8 pointer child type...OK Alignment Each type has an alignment - a number of bytes
    0 码力 | 82 页 | 2.67 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.11.0 Documentation

    other conversions are not possible. test_pointer_casting.zig 1 const std = @import("std"); 2 const expect = std.testing.expect; 3 4 test "pointer casting" { 5 const bytes align(@alignOf(u32)) = [_]u8{ // Even this example is contrived - there are better ways to do the above than 10 // pointer casting. For example, using a slice narrowing cast: 11 const u32_value = std.mem.bytesAsSlice(u32, bytes[0 expect(@typeInfo(*u32).Pointer.child == u32); 21 } Shell $ zig test test_pointer_casting.zig 1/2 test.pointer casting... OK 2/2 test.pointer child type... OK All 2 tests passed. 13.2. Alignment Each
    0 码力 | 238 页 | 7.80 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.2.0 Documentation

    value 0 is used as the null value. assert(@sizeOf(?&i32) == @sizeOf(&i32)); } test "pointer casting" { // To convert one pointer type to another, use @ptrCast. This is an u // operation that 0x12121212); // Even this example is contrived - there are better ways to do the a // pointer casting. For example, using a slice narrowing cast: const u32_value = ([]const u32)(bytes[0..])[0]; @ptrToInt and @intToPtr...OK Test 5/8 volatile...OK Test 6/8 nullable pointers...OK Test 7/8 pointer casting...OK Test 8/8 pointer child type...OK Alignment Each type has an alignment - a number of bytes
    0 码力 | 117 页 | 2.84 MB | 1 年前
    3
共 574 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 58
前往
页
相关搜索词
BacktoBasicsCastingzig编程语言TheSwiftProgrammingLanguage5.7AppsDissectedFirebird2.5Reference
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩