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

无数据

分类

全部后端开发(1862)Python(524)Java(418)Spring(318)C++(279)UML(98)Django(91)Julia(87)PyWebIO(86)PHP(79)

语言

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

格式

全部PDF文档 PDF(1398)其他文档 其他(376)TXT文档 TXT(67)PPT文档 PPT(20)DOC文档 DOC(1)
 
本次搜索耗时 0.234 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • C++
  • UML
  • Django
  • Julia
  • PyWebIO
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 法语
  • 韩语
  • 日语
  • 德语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Unraveling string_view: Basics, Benefits, and Best Practices

    C++: string_view: Deep dive Jasmine Lopez Prithvi Okade 1Topics • Motivation • Performance benefits & basics • string_view: Constructors, useful functions • string vs. string_view and their interoperability interoperability • When to use string_view • Using string_view safely • Intro to span • span vs. string_view • Case study of an optimization using string_view. 2Motivation • Consider a function foo immutable string. • In C++ we generally will create it with following signature. 3 void foo(const std::string& str); string existing_str; foo(existing_str); foo("hello this is a long string"); This
    0 码力 | 61 页 | 1.11 MB | 6 月前
    3
  • pdf文档 Java 应用与开发 - Java 数组和字符串

    学习目标 1. 掌握 Java 数组的概念 2. 学会一维数组和二维数组的使用;认识 Arrays 类,掌握操 作数组相关方法 3. 掌握 Java 字符串的概念,字符串与数组的关系;学会 String 类常用字符串操作方法 大纲 数组的概念 一维数组 二维数组 字符串 大纲 数组的概念 一维数组 二维数组 字符串 大纲 数组的概念 一维数组 二维数组 字符串 接下来… 数组的概念 ▶ 字符串是用一对双引号括起来的字符序列。Java 语言中, 字符串常量或变量均用类实现。 ▶ String 对象是不可变的。String 类每一个看起来会修改 String 值的方法,实际上都创建了一个新的对象,以包含修 改后的字符串内容。 1 String s = new String("hello java"); 2 s.toUpperCase(); 3 System.out.println(s); println(s); 大纲 数组的概念 一维数组 二维数组 字符串 理解 Java 字符串 CODE ± String.java Part 1 1 public final class String 2 implements java.io.Serializable, Comparable<String>, CharSequence { //1 3 /** The value is used for
    0 码力 | 33 页 | 620.46 KB | 1 年前
    3
  • pdf文档 Golang Manual By AstaXie-20120522

    declaration type T struct { name string // name of the object value int // its value } gofmt will line up the columns: type T struct { name string // name of the object value int returns, if successful, a Regexp // object that can be used to match against text. func Compile(str string) (regexp *Regexp, err error) { Go's declaration syntax allows grouping of declarations. A single and it's productive to honor them and the function names they capture. Read, Write, Close, Flush, String and so on have canonical signatures and meanings. To avoid confusion, don't give your method one
    0 码力 | 6205 页 | 12.83 MB | 1 年前
    3
  • pdf文档 Reference guide for RTL units. Document version 3.2.2

    48 IfThen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1310 74.3.49 in(string,):Boolean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1311 74.3.50 in(UnicodeString Operating System functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1333 75.5 String handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1333 75.6 Mathematical assign(single):variant . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1421 75.11.29 assign(UCS4String):variant . . . . . . . . . . . . . . . . . . . . . . . . . 1421 75.11.30 assign(UnicodeString):olevariant
    0 码力 | 2191 页 | 4.93 MB | 1 年前
    3
  • pdf文档 From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments

    example std::string text = "..."; text = SpellCheck(text); text = GrammarCheck(text);function composition is fundamental GrammarCheck(SpellCheck("..."))motivating example std::string SpellCheck(std::string SpellCheck(std::string text) { auto body = http::UrlEncode({"text", text}); auto response = http::Post("https://www.online-spellcheck.com", body); return response.body; }motivating example std::string SpellCheck(std::string SpellCheck(std::string text) { auto body = http::UrlEncode({"text", text}); auto response = http::Post("https://www.online-spellcheck.com", body); return response.body; }motivating example std::string SpellCheck(std::string
    0 码力 | 264 页 | 588.96 KB | 6 月前
    3
  • pdf文档 Kotlin 1.2 Language Documentation

    expect fun writeLogMessage(message: String, logLevel: LogLevel) fun logDebug(message: String) = writeLogMessage(message, LogLevel.DEBUG) fun logWarn(message: String) = writeLogMessage(message, LogLevel LogLevel.WARN) fun logError(message: String) = writeLogMessage(message, LogLevel.ERROR) ├ compiled for all platforms ├ expected platform-specific API ├ expected API can be used in the common code It expects implementation that writes the log to the standard output: internal actual fun writeLogMessage(message: String, logLevel: LogLevel) { println("[$logLevel]: $message") } In the JavaScript world, a completely
    0 码力 | 333 页 | 2.22 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language (Swift 5.7) - Apps Dissected

    complete program. You don’t need to import a separate library for functionality like input/output or string handling. Code written at global scope is used as the entry point for the program, so you don’t need "The width is " 2 let width = 94 3 let widthLabel = label + String(width) E X P E R I M E N T Try removing the conversion to String from the last line. What error do you get? There’s an even simpler oranges) pieces of fruit." E X P E R I M E N T Use \() to include a floating-point calculation in a string and to include someone’s name in a greeting. Use three double quotation marks (""") for strings
    0 码力 | 1040 页 | 10.90 MB | 1 年前
    3
  • pdf文档 The Rust Programming Language,2nd Edition

    Windows, run .\main.exe instead of ./main. Regardless of your operating system, you should see the string Hello, world! print to the terminal. If you did, then congratulations! You’ve officially written instead of a normal function. Next is “Hello, world!” which is a string. We pass this string as an argument to println!, which prints the string to the screen. Easy enough! The line ends with a semicolon (;) main() { println!("Guess the number!"); println!("Please input your guess."); let mut guess = String::new(); io::stdin().read_line(&mut guess) .expect("Failed to read line"); println!("You guessed:
    0 码力 | 617 页 | 1.54 MB | 1 年前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 15 C++ 系列课:字符与字符串

    vector 容器初体验 & 迭代器入门 (BV1qF411T7sd) 2. 你所不知道的 set 容器 & 迭代器分类 (BV1m34y157wb) 3. string , string_view , const char * 的爱恨纠葛 ( 本期 ) 4. 万能的 map 容器全家桶及其妙用举例 5. 函子 functor 与 lambda 位的,标准规定只需满足 char <= short <= int <= long <= long long 即可)。 关于 char 类型的一个冷知识 C 语言中的字符串 • 字符串 (string) 就是由字符 (character) 组成的数组。 • C 语言中,字符串用双引号 “” 包裹,字符用单引号 ‘’ 包裹 。 • char c = ‘h’; • char s[] = “hello”; std::string 应运而生 封装的 std::string 应运而生 • string 可以从 const char * 隐式构造: • string s = “hello”; • string 具有 + 、 += 、 == 等直观的运算符重载: • string(“hello”) + string(“world”) == string(“helloworld”) • string 符合 vector
    0 码力 | 162 页 | 40.20 MB | 1 年前
    3
  • ppt文档 C++23: An Overview of Almost All New and Updated Features

     String Formatting Improvements  Standard Library Modules  std::flat_(multi)map / std::flat_(multi)set  std::mdspan  std::generator  basic_string(_view)::contains()  Construct string(_view) string(_view) From nullptr  basic_string::resize_and_overwrite()  Monadic Operations for std::optional  Stacktrace Library  Changes to Ranges Library  Changes to Views Library  std::expected  std:  String Formatting Improvements  Standard Library Modules  std::flat_(multi)map / std::flat_(multi)set  std::mdspan  std::generator  basic_string(_view)::contains()  Construct string(_view)
    0 码力 | 105 页 | 759.96 KB | 6 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
UnravelingstringviewBasicsBenefitsandBestPracticesJavaarraypdfGolangManualByAstaXie20120522ReferenceguideforRTLunitsDocumentversion3.2FromEagerFuturesPromisestoLazyContinuationsEvolvinganActorLibraryBasedonLessonsLearnedfromLargeScaleDeploymentsKotlin1.2LanguageDocumentationTheSwiftProgramming5.7AppsDissectedRust2ndEditionC++高性性能高性能并行编程优化课件1523AnOverviewofAlmostAllNewUpdatedFeatures
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩