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

无数据

分类

全部后端开发(1964)Python(538)Java(406)C++(354)Spring(318)UML(96)Django(94)Julia(87)PyWebIO(86)PHP(80)

语言

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

格式

全部PDF文档 PDF(1464)其他文档 其他(394)TXT文档 TXT(79)PPT文档 PPT(26)DOC文档 DOC(1)
 
本次搜索耗时 0.087 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • C++
  • Spring
  • UML
  • Django
  • Julia
  • PyWebIO
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 法语
  • 西班牙语
  • 韩语
  • 日语
  • 德语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 C++高性能并行编程与优化 - 课件 - 14 C++ 标准库系列课 - 你所不知道的 set 容器

    你所不知道的 set 容 器 by 小彭老师( @archibate ) 课件 & 代码: https://github.com/parallel101/course 上期回顾: https://www.bilibili.com/video/BV1qF411T7sd 课程安排 1. vector 容器初体验 & 迭代器入门 (BV1qF411T7sd) 2. 你所不知道的 set 容器 & ,内存管理与对象生命周期 set 和 vector 的区别 • 都是能存储一连串数据的容器 。 • 区别 1 : set 会自动给其中的 元素从小到大排序,而 vector 会保持插入时的顺序。 • 区别 2 : set 会把重复的元素 去除,只保留一个,即去重。 • 区别 3 : vector 中的元素在内 存中是连续的,可以高效地按 索引随机访问, set 则不行。 • 区别 4 4 : set 中的元素可以高 效地按值查找,而 vector 则 低效。 set 的排序: string 会按“字典序”来排 • set 会从小到大排序,对 int 来 说就是数值的大小比较。那么对 字符串类型 string 要怎么排序 呢? • 其实 string 类定义了运算符重 载 < ,他会按字典序比较两个 字符串。所谓字典序就是优先比 较两者第一个字符(按 ASCII 码比较),如果相等则继续比较
    0 码力 | 83 页 | 10.23 MB | 1 年前
    3
  • pdf文档 JAVA 应用与开发 - 集合与映射

    JAVA 应用与开发 集合与映射 让我们愉快的 Coding 起来吧... ��� �������������� November 4, 2019 ���� �����List����Set�����Map�的������� ���������� ������iterator��Enumeration ��������� API ������的������������ 1 28 �������������������������� ������用� Java �集合�� 3 28 集合�� 集合�����用���������������合����� �� O 集合类型分类 � Set ��������的������������� ������������的��� �� List ������的��������������� ������的���������������� �������� 而非对象本身。Java API 中的集合类型均定义在 java.util 包中。 4 28 集合�� 集合�����用���������������合����� �� O 集合类型分类 � Set ��������的������������� ������������的��� �� List ������的��������������� ������的���������������� ��������
    0 码力 | 66 页 | 713.79 KB | 1 年前
    3
  • pdf文档 The Swift Programming Language (Swift 5.7) - Apps Dissected

    modern, lightweight syntax, allowing complex ideas to be expressed in a clear and concise manner. As a result, code is not just easier to write, but easier to read and maintain as well. Swift has been years the Swift standard library that provides the corresponding concurrency types. On Apple platforms, set a deployment target of at least iOS 15, macOS 12, tvOS 15, or watchOS 8.0. A target written in Swift can open this chapter as a playground. Playgrounds allow you to edit the code listings and see the result immediately. Download Playground Simple Values PDF conversion courtesy of www.appsdissected.com
    0 码力 | 1040 页 | 10.90 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language

    this chapter as a playground in Xcode. Playgrounds allow you to edit the code listings and see the result immediately. ​ Simple Values Use let to make a constant and var to make a variable. The value inferred, you can write an empty array as [] and an empty dictionary as [:]—for example, when you set a new value for a variable or pass an argument to a function. 1 shoppingList = [] // Went shopping return type from the body. 1 numbers.map({ 2 (number: Int) -> Int in 3 let result = 3 * number 4 return result 5 }) E X P E R I M E N T Rewrite the closure to return zero for all odd numbers
    0 码力 | 525 页 | 4.68 MB | 1 年前
    3
  • pdf文档 Mypy 1.8.0 Documentation

    at runtime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 1.9 Protocols and structural subtyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function must accept specifically a list – it would run just fine if you were to pass in a tuple, a set, or any other custom iterable. You can express this idea using collections.abc.Iterable: from collections For collections on Python 3.9+, the type of the collection item is in brackets x: list[int] = [1] x: set[int] = {6, 7} # For mappings, we need the types of both keys and values x: dict[str, float] = {"field":
    0 码力 | 234 页 | 902.89 KB | 1 年前
    3
  • epub文档 Mypy 1.10.0+dev Documentation

    module Protocols and structural subtyping Predefined protocols Simple user-defined protocols Defining subprotocols and subclassing protocols Invariance of protocol attributes Recursive protocols Using Using isinstance() with protocols Callback protocols Predefined protocol reference Dynamically typed code Operations on Any values Any vs. object Type narrowing Type narrowing expressions Casts User-Defined variables with upper bounds Type variables with value restriction Declaring decorators Generic protocols Generic type aliases Generic class internals More types The NoReturn type NewTypes Function overloading
    0 码力 | 318 页 | 270.84 KB | 1 年前
    3
  • epub文档 Mypy 1.8.0 Documentation

    module Protocols and structural subtyping Predefined protocols Simple user-defined protocols Defining subprotocols and subclassing protocols Invariance of protocol attributes Recursive protocols Using Using isinstance() with protocols Callback protocols Predefined protocol reference Dynamically typed code Operations on Any values Any vs. object Type narrowing Type narrowing expressions Casts User-Defined variables with upper bounds Type variables with value restriction Declaring decorators Generic protocols Generic type aliases Generic class internals More types The NoReturn type NewTypes Function overloading
    0 码力 | 318 页 | 271.55 KB | 1 年前
    3
  • pdf文档 Mypy 1.10.0+dev Documentation

    at runtime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 1.9 Protocols and structural subtyping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function must accept specifically a list – it would run just fine if you were to pass in a tuple, a set, or any other custom iterable. You can express this idea using collections.abc.Iterable: from collections For collections on Python 3.9+, the type of the collection item is in brackets x: list[int] = [1] x: set[int] = {6, 7} # For mappings, we need the types of both keys and values x: dict[str, float] = {"field":
    0 码力 | 234 页 | 913.89 KB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.6.0 User Manual

    68 Apache Karaf Apache Tomcat Spring Integration CDI Integration Intercepting Operations Protocols and Interoperability Tools Maven Plugin Unit Testing Troubleshooting and Performance Tuning non-persistent messaging, our non-persistent messaging performance rocks the boat too. Full feature set. All the features you'd expect in any serious messaging system, and others you won't find anywhere naming conventions (i.e. "jms.queue." & "jms.topic." prefixes). Pure encoding of messages so protocols like AMQP don't need to convert messages to "core" format unless absolutely necessary. "MAPPED"
    0 码力 | 445 页 | 3.14 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.3.0 User Manual

    Integration CDI Integration 2 1.58 1.59 1.60 1.61 1.62 1.63 1.64 1.65 Intercepting Operations Protocols and Interoperability Tools Maven Plugin Unit Testing Troubleshooting and Performance Tuning non-persistent messaging, our non-persistent messaging performance rocks the boat too. Full feature set. All the features you'd expect in any serious messaging system, and others you won't find anywhere stock price update which is transitory and doesn't need to survive a restart. Messaging APIs and protocols How do client applications interact with messaging systems in order to send and consume messages
    0 码力 | 420 页 | 3.03 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
C++高性性能高性能并行编程优化课件14SetlistmappdfTheSwiftProgrammingLanguage5.7AppsDissectedMypy1.8Documentation1.10devApacheActiveMQArtemis2.6UserManual2.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩