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

无数据

分类

全部后端开发(83)C++(83)Conan(74)

语言

全部英语(82)中文(简体)(1)

格式

全部PDF文档 PDF(80)PPT文档 PPT(2)TXT文档 TXT(1)
 
本次搜索耗时 0.192 秒,为您找到相关结果约 83 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Adventures in SIMD Thinking (Part 2 of 2)

    Intra-register sorting • Fast linear median-of-seven filter • Fast small-kernel convolution • Faster (?) UTF-8 to UTF-32 conversion (with AVX2) • No heavy code, but lots of pictures • Thinking "vertically" ksize(5) ksize(7) ksize(9) ksize(11) ksize(13) ksize(15)Copyright © 2020 Bob Steagall UTF-8 to UTF-32 Conversion Algorithm 32 CppCon 2020 - Adventures in SIMD ThinkingCopyright © 2020 Bob Steagall G 33 CppCon 2020 - Adventures in SIMD Thinking CS1 CS2 CS3 P4B P4A P3B P3A ERR BGN The UTF-8 Decoding DFA 00..7F C2..DF E0..E0 ED..ED F0..F0 F1..F3 F4..F4 E1..EC, EE..EF A0..BF 80..9F
    0 码力 | 135 页 | 551.08 KB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 15 C++ 系列课:字符与字符串

    富连网标准编码格式: UTF-8 • 美国人最后还是有点不爽,而且 UTF-16 没法兼容 ASCII ,在网 络上传输还需要考虑字节序等等各种问题。所以又推出了完全兼容 ASCII 的 UTF-8 格式。 • UTF-32 是固定为 4 字节的编码(实际 Unicode 只有 3 字节) 。 • UTF-16 是在 2 和 4 字节之间变长的编码。 • UTF-8 则是在 1 、 2 、 、 3 、 4 字节之间变长的编码。 • 其中 1 字节就是 ASCII 部分 0x00~0x7F ,剩余的部分根据他们 在 Unicode 中的顺序,依次变长。作为变长编码的代价, UTF-8 需要在二进制中浪费很多额外的空间来表示,导致中文汉字需要 3 字节才能存储。好处是这能完全兼容以前 const char * 的那套代码 ,包括 ‘ \0’ 结尾字符串都可以继续正常使用,不用全换到 GB18030 格式,所以有时候你会发现 Windows 上编辑好的文件,拿到 Linux (往往是 UTF-8 )的电脑上打开会变成乱码。就是 因为编码格式不匹配的原因。 • 但如果你 Windows 上写日记,只写 ASCII 字符,那么拿到 Linux 就不会有任何问题。因 为 UTF-8 和 GBK 这两个编码格式是兼容 ASCII 的,他保证 0x00~0x7F 仍然是原来那几 个英文字符,因为他们只利用
    0 码力 | 162 页 | 40.20 MB | 1 年前
    3
  • pdf文档 Conan 1.46 Documentation

    your current folder: Listing 10: conantoolchain_release_x64.props utf-8"?> folders, no matter where they point to. conan.tools.files.load() def load(conanfile, path, encoding="utf-8") Utility function to load files in one line. It will manage the open and close of the file, and conanfile: Conanfile object. • path (Required): Path to the file. • encoding (Optional, Defaulted to utf-8): Specifies the input file text encoding. 18.3. conanfile.py 579 Conan Documentation, Release 1
    0 码力 | 893 页 | 7.46 MB | 1 年前
    3
  • pdf文档 Conan 1.47 Documentation

    your current folder: Listing 10: conantoolchain_release_x64.props utf-8"?> folders, no matter where they point to. conan.tools.files.load() def load(conanfile, path, encoding="utf-8") Utility function to load files in one line. It will manage the open and close of the file, and encoding (Optional, Defaulted to utf-8): Specifies the input file text encoding. conan.tools.files.save() def save(conanfile, path, content, append=False, encoding="utf-8"): Utility function to save files
    0 码力 | 907 页 | 7.50 MB | 1 年前
    3
  • pdf文档 Conan 1.48 Documentation

    your current folder: Listing 10: conantoolchain_release_x64.props utf-8"?> folders, no matter where they point to. conan.tools.files.load() def load(conanfile, path, encoding="utf-8") Utility function to load files in one line. It will manage the open and close of the file, and encoding (Optional, Defaulted to utf-8): Specifies the input file text encoding. conan.tools.files.save() def save(conanfile, path, content, append=False, encoding="utf-8"): Utility function to save files
    0 码力 | 913 页 | 7.52 MB | 1 年前
    3
  • pdf文档 Conan 1.49 Documentation

    your current folder: Listing 10: conantoolchain_release_x64.props utf-8"?> reference of tools to manage symlinks. conan.tools.files.load() def load(conanfile, path, encoding="utf-8") Utility function to load files in one line. It will manage the open and close of the file, and encoding (Optional, Defaulted to utf-8): Specifies the input file text encoding. conan.tools.files.save() def save(conanfile, path, content, append=False, encoding="utf-8"): Utility function to save files
    0 码力 | 915 页 | 7.53 MB | 1 年前
    3
  • pdf文档 Conan 1.19 Documentation

    imported to your Visual Studio project. Generated xml structure: utf-8"?> utf-8, cp1252. In case of None, the output file is saved to the utf-8 15.7.14 tools.replace_path_in_file() def replace_path_in_file(file_path checking the BOM (byte order mask), if no BOM is present tries to use: utf-8, cp1252. In case of None, the output file is saved to the utf-8 15.7.15 tools.run_environment() def run_environment(conanfile)
    0 码力 | 609 页 | 4.88 MB | 1 年前
    3
  • pdf文档 Conan 1.20 Documentation

    imported to your Visual Studio project. Generated xml structure: utf-8"?> utf-8, cp1252. In case of None, the output file is saved to the utf-8 15.7.14 tools.replace_path_in_file() def replace_path_in_file(file_path checking the BOM (byte order mask), if no BOM is present tries to use: utf-8, cp1252. In case of None, the output file is saved to the utf-8 15.7.15 tools.run_environment() def run_environment(conanfile)
    0 码力 | 611 页 | 4.89 MB | 1 年前
    3
  • pdf文档 Conan 1.56 Documentation

    your current folder: Listing 10: conantoolchain_release_x64.props utf-8"?> ig>.props file will contain the defined property in its contents: utf-8"?> .. symlinks. conan.tools.files.load() Available since: 1.35.0 def load(conanfile, path, encoding="utf-8") Utility function to load files in one line. It will manage the open and close of the file, and
    0 码力 | 963 页 | 7.67 MB | 1 年前
    3
  • pdf文档 Conan 1.53 Documentation

    your current folder: Listing 10: conantoolchain_release_x64.props utf-8"?> ig>.props file will contain the defined property in its contents: utf-8"?> .. symlinks. conan.tools.files.load() Available since: 1.35.0 def load(conanfile, path, encoding="utf-8") Utility function to load files in one line. It will manage the open and close of the file, and
    0 码力 | 953 页 | 7.64 MB | 1 年前
    3
共 83 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
AdventuresinSIMDThinkingPartofC++高性性能高性能并行编程优化课件15Conan1.46Documentation1.471.481.491.191.201.561.53
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩