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

无数据

分类

全部后端开发(18)Idris(15)Rust(3)

语言

全部英语(14)中文(简体)(4)

格式

全部PDF文档 PDF(18)
 
本次搜索耗时 0.065 秒,为您找到相关结果约 18 个.
  • 全部
  • 后端开发
  • Idris
  • Rust
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 在Solana合约链实现IBC协议跨链互操作 - 苏胤榕

    @DaviRain 在Solana合约链 实现IBC协议跨链互操作 简单介绍下IBC协议是什么,及其生态 介绍IBC协议和其在跨链互操作中的作用 IBC协议中的角色和参与者 1. 客户端 2. 连接 3. 通道 4. 包 4. 中继器 解释为什么选择在Rust合约链中实现IBC协议 - IBC协议的核心已经被协议核心团队用Rust语言实现。 - 对于本身就是使用Rust语言作为智能合约开发的区块链 平台来说,支持集成支持IBC协议会很方便。 - 这里优先构想了在Solana链上实现IBC协议,因为 Solana平台本身极 低的gas消耗,很适合我现在构思 的这套实现方案。(后面会做解释) 引入Solana作为示例平台 - Solana极低的Gas花销。 - Anchor合约开发框架,大大降低了Rust合 约开发者在Solana上开发智能合约的难度。 约开发者在Solana上开发智能合约的难度。 - 以及本人对Solana平台的喜欢,优先考虑 了Solana平台,但是这套方案是可以推广到 任何的Rust智能合约平台的。 大致讲解下IBC协议的原理, 以及参与整个IBC协议活动的不同决策 IBC协议概述> 详细介绍IBC协议的基本概念和原理 Connection创建原理 Connection创建OpenInit Connection创建OpenTry Connection创建OpenAck
    0 码力 | 29 页 | 3.05 MB | 1 年前
    3
  • pdf文档 秘猿先锋-文愿-Axon 应用链框架的 Rust 开发实践

    1,确保安全和去中心化 ■ IBC (Inter-Blockchain Communication) 两个区块链之间传递任意数据的互操作性协议 互操作性(Interoperability) CKB-VM:基于 RISC-V 指令集 + ICSC 系统合约 Axon 可以执行任何 部署在 CKB 上的合约 (Rust) 通过 IBC 协议,让 CKB 和基于 Axon
    0 码力 | 32 页 | 3.63 MB | 1 年前
    3
  • pdf文档 简谈 Rust 与国密 TLS - 王江桐

    SM4_CBC,SM4_GCM SM4_GCM, SM4_CCM 签名算法 RSA_SHA1,RSA_SM3, ECC_SM3,IBS_SM3 ECC_SM3,IBC,RSA_SHA256 SM2_SM3 密钥交换 ECDHE,IBSDH,ECC,IBC, RSA ECDHE,ECC,IBSDH,RSA SM2ECDHE 密钥派生 PRF(HMAC SHA1,SM3) PRF(HMAC SHA1,SM3)
    0 码力 | 44 页 | 3.70 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.9.18

    hello. Type checking a file, if successful, creates a bytecode version of the file (in this case hello.ibc) to speed up loading in future. The bytecode is regenerated if the source file changes. $ idris hello
    0 码力 | 69 页 | 316.20 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.11

    hello. Type checking a file, if successful, creates a bytecode version of the file (in this case hello.ibc) to speed up loading in future. The bytecode is regenerated if the source file changes. $ idris hello
    0 码力 | 71 页 | 314.20 KB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 0.9.20.1

    hello. Type checking a file, if successful, creates a bytecode version of the file (in this case hello.ibc) to speed up loading in future. The bytecode is regenerated if the source file changes. $ idris hello
    0 码力 | 71 页 | 316.18 KB | 1 年前
    3
  • pdf文档 Idris 语言文档 Version 1.3.1

    会列出所支持的命令。在以下示例中, hello.idr 已被加载,main 的类 型已通过检查,之后该程序被编译成了可执行的 hello。 在对某文件类型检查时,如果通过,就会创建 它的的字节码版本(本例中为 hello.ibc) 以提升未来的加载速度。在源文件被修改之后,字节码会 重新生成。 $ idris hello.idr ____ __ _ / _/___/ /____(_)____ / // __ / ___/ 奯奰 奴 奩 奯奮 奷 奩 奬 奬 女 奴 奩 奬 奬 奲 奥 女 奵 奬 奴 奩 奮 奴 奨 奥 奧奥 奮 奥 奲 奡奴 奩 奯奮 奯奦 奴 奨 奥 奉 奤 奲 奩 女 奢 奩 奮 奡奲 她 .ibc 夜 奬 奥 女 夬 奡奮 奤 奩 女 女 奵 奩 奴 奡奢 奬 奥 奩 奦 她 奯奵 奤 奯 奮 奯奴 奷 奩 女 奨 奴 奯 奧奥 奮 奥 奲 奡奴 奥 奣 奯奤 奥 奦 奲 奯奭 奯奮 奥 奯奦 • 奅 奲 奡女 奵 奲 奥 夨 erasure天 • 奃 奯奶 奥 奲 奡奧奥 奃 奨 奥 奣 奫 奩 奮 奧 夨 coverage天 • 奉 奂 奃 奧奥 奮 奥 奲 奡奴 奩 奯奮 夨 ibc天 奔 奨 奥 女 奥 奣 奡奴 奥 奧奯奲 奩 奥 女 奡奲 奥 女 奰 奥 奣 奩 夜 奥 奤 奵 女 奩 奮 奧 奴 奨 奥 奣 奯奭 奭 奡奮 奤 夭 奬 奩 奮 奥 奯奰 奴 奩 奯奮 夺
    0 码力 | 224 页 | 2.06 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 1.3.1

    s s f u l , c r e at e s a b y t e c od e v e r s i on of t h e fi l e ( i n t h i s c as e hello.ibc) t o s p e e d u p l oad i n g i n f u t u r e . T h e b y t e c od e i s r e ge n e r at e d i f t op t i on w i l l s t i l l r e s u l t i n t h e ge n e r at i on of t h e I d r i s b i n ar y .ibc fi l e s , an d i s s u i t ab l e i f y ou d o n ot w i s h t o ge n e r at e c od e f r om on e of R E F E R E N C E v1. 3. 1 • C ov e r age C h e c k i n g ( coverage) • I B C ge n e r at i on ( ibc) T h e s e c at e gor i e s ar e s p e c i fi e d u s i n g t h e c om m an d - l i n e op t i on
    0 码力 | 230 页 | 1.24 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 1.3.0

    s s f u l , c r e at e s a b y t e c od e v e r s i on of t h e fi l e ( i n t h i s c as e hello.ibc) t o s p e e d u p l oad i n g i n f u t u r e . T h e b y t e c od e i s r e ge n e r at e d i f t op t i on w i l l s t i l l r e s u l t i n t h e ge n e r at i on of t h e I d r i s b i n ar y .ibc fi l e s , an d i s s u i t ab l e i f y ou d o n ot w i s h t o ge n e r at e c od e f r om on e of R E F E R E N C E v1. 2. 0 • C ov e r age C h e c k i n g ( coverage) • I B C ge n e r at i on ( ibc) T h e s e c at e gor i e s ar e s p e c i fi e d u s i n g t h e c om m an d - l i n e op t i on
    0 码力 | 229 页 | 1.24 MB | 1 年前
    3
  • pdf文档 The Idris Tutorial Version 1.3.3

    f u l , 4 c r e at e s a b y t e c od e v e r s i on of t h e fi l e ( i n t h i s c as e hello.ibc) t o s p e e d u p l oad i n g i n f u t u r e . T h e b y t e c od e i s r e ge n e r at e d i f t
    0 码力 | 66 页 | 627.66 KB | 1 年前
    3
共 18 条
  • 1
  • 2
前往
页
相关搜索词
苏胤榕implsolanaibc秘猿先锋文愿Axon应用框架Rust开发实践王江桐202306132023RustChinaConf简谈国密TLSTheIdrisTutorialVersion0.9180.1120.1函数式编程语言HaskellOCaml1.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩