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

无数据

分类

全部后端开发(974)云计算&大数据(222)Java(214)Python(211)数据库(191)综合其他(189)C++(172)Spring(155)Weblate(117)VirtualBox(113)

语言

全部英语(1258)中文(简体)(288)中文(繁体)(33)德语(14)法语(14)日语(14)俄语(14)西班牙语(13)韩语(12)英语(7)

格式

全部PDF文档 PDF(1674)
 
本次搜索耗时 0.603 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 云计算&大数据
  • Java
  • Python
  • 数据库
  • 综合其他
  • C++
  • Spring
  • Weblate
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 德语
  • 法语
  • 日语
  • 俄语
  • 西班牙语
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Evolution of a Median Algorithm

    12 Output the median after the samples are collected3ChatGPT 4ChatGPT 5Median #include <algorithm> #include #include auto median(std::vector& v) { std::ranges::sort(v); const auto medianIndex = std::size(v) / 2; return v[medianIndex]; } 6Evolution of a Median Algorithm Pete Isensee Engineering Director 7Goal 8 template std::cout << "empty"; } // one line version if rg is not empty std::cout << *median(rg).value();Median Algorithm Takeaways Pros • Generic version possible • Example w/ proven nth/max_element • Much more efficient
    0 码力 | 46 页 | 1.06 MB | 6 月前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 2 - Compression Techniques

    Chapter 2 - Compression Techniques “I have made this longer than usual because I have not had time to make it shorter.” Blaise Pascal In the last chapter, we discussed a few ideas to improve the deep deep learning efficiency. Now, we will elaborate on one of those ideas, the compression techniques. Compression techniques aim to reduce the model footprint (size, latency, memory etc.). We can reduce the chapter, we introduce Quantization, a model compression technique that addresses both these issues. We’ll start with a gentle introduction to the idea of compression. Details of quantization and its applications
    0 码力 | 33 页 | 1.96 MB | 1 年前
    3
  • pdf文档 Compile-Time Compression and Resource Generation with C++20

    == 3 9 . 4/ String Compression Lets make a compressed string table https://github.com/AshleyRoll/squeeze map from enum Key to Compressed String Hu�man Coding for compression Output struct: Mapping totalEncodedLength = std::accumulate(stringLengths.begin(), stringLengths.end(), 0); 10 . 12/ Using <algorithm>s Able to use most algorithms, eg: std::sort std::push_heap / std::pop_heap std::count_if std::di�erence choose an arbitrary amount of work they will allow in constexpr context Complex processing like compression will hit the limits Had to make more complex implementation to cache bit streams rather than walk
    0 码力 | 59 页 | 1.86 MB | 6 月前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 5 - Advanced Compression Techniques

    Advanced Compression Techniques “The problem is that we attempt to solve the simplest questions cleverly, thereby rendering them unusually complex. One should seek the simple solution.” — Anton Pavlovich Pavlovich Chekhov In this chapter, we will discuss two advanced compression techniques. By ‘advanced’ we mean that these techniques are slightly more involved than quantization (as discussed in the second of our models. Did we get you excited yet? Let’s learn about these techniques together! Model Compression Using Sparsity Sparsity or Pruning refers to the technique of removing (pruning) weights during
    0 码力 | 34 页 | 3.18 MB | 1 年前
    3
  • pdf文档 Rust算法教程 The Algos (algorithms)

    (algorithms) https://algo.course.rs/print.html 7/270 桶排序 /// Sort a slice using bucket sort algorithm. /// /// Time complexity is `O(n + k)` on average, where `n` is the number of elements, /// `k` radix), and `k` is the largest element. /// When `n` and `b` are roughly the same maginitude, this algorithm runs in linear time. /// /// Space complexity is `O(n + b)`. pub fn radix_sort(arr: &mut [u64]) Wikipedia: Binary search, also known as half-interval search or logarithmic search, is a search algorithm that finds the position of a target value within a sorted array. It compares the target value to
    0 码力 | 270 页 | 8.46 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 6 Documentation

    Documentation VMware by Broadcom 3 Disaster Recovery 148 Data Flow 149 Release 6.26.1 149 Zstandard (zstd) Supported Version 149 Query Processing 149 Server 149 Cluster Management 150 Release Core Features 269 INTERVAL Data Type Handling 269 Additional PostgreSQL Features 270 Zstandard Compression Algorithm 271 Relaxed Rules for Specifying Table Distribution Columns 271 Resource Groups Features Hash Algorithm System-wide 526 Setting the SCRAM-SHA-256 Password Hash Algorithm for an Individual Session 526 Using SHA-256 Password Encryption 527 Setting the SHA-256 Password Hash Algorithm System-wide
    0 码力 | 2445 页 | 18.05 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.4.2

    Minimum Version Notes PyTables 3.6.1 HDF5-based reading / writing blosc 1.20.1 Compression for HDF5 zlib Compression for HDF5 fastparquet 0.4.0 Parquet reading / writing pyarrow 1.0.1 Parquet, ORC Clipboard I/O on linux Compression Dependency Minimum Version Notes brotli 0.7.0 Brotli compression python-snappy 0.6.0 Snappy compression Zstandard 0.15.2 Zstandard compression 1.4.2 Package overview TextFileReader object for iteration. See iterating and chunking below. Quoting, compression, and file format compression [{'infer', 'gzip', 'bz2', 'zip', 'xz', 'zstd', None, dict}, default 'infer'] For
    0 码力 | 3739 页 | 15.24 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.4.4

    Minimum Version Notes PyTables 3.6.1 HDF5-based reading / writing blosc 1.20.1 Compression for HDF5 zlib Compression for HDF5 fastparquet 0.4.0 Parquet reading / writing pyarrow 1.0.1 Parquet, ORC Clipboard I/O on linux Compression Dependency Minimum Version Notes brotli 0.7.0 Brotli compression python-snappy 0.6.0 Snappy compression Zstandard 0.15.2 Zstandard compression 1.4.2 Package overview TextFileReader object for iteration. See iterating and chunking below. Quoting, compression, and file format compression [{'infer', 'gzip', 'bz2', 'zip', 'xz', 'zstd', None, dict}, default 'infer'] For
    0 码力 | 3743 页 | 15.26 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.5.0rc0

    Minimum Version Notes PyTables 3.6.1 HDF5-based reading / writing blosc 1.21.0 Compression for HDF5 zlib Compression for HDF5 fastparquet 0.4.0 Parquet reading / writing pyarrow 1.0.1 Parquet, ORC Clipboard I/O on linux Compression Dependency Minimum Version Notes brotli 0.7.0 Brotli compression python-snappy 0.6.0 Snappy compression Zstandard 0.15.2 Zstandard compression 1.4.2 Package overview TextFileReader object for iteration. See iterating and chunking below. Quoting, compression, and file format compression [{'infer', 'gzip', 'bz2', 'zip', 'xz', 'zstd', None, dict}, default 'infer'] For
    0 码力 | 3943 页 | 15.73 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.25 Documentation

    Core Features 256 INTERVAL Data Type Handling 256 Additional PostgreSQL Features 257 Zstandard Compression Algorithm 257 Relaxed Rules for Specifying Table Distribution Columns 257 Resource Groups Features Hash Algorithm System-wide 497 Setting the SCRAM-SHA-256 Password Hash Algorithm for an Individual Session 497 Using SHA-256 Password Encryption 498 Setting the SHA-256 Password Hash Algorithm System-wide System-wide 498 Setting the SHA-256 Password Hash Algorithm for an Individual Session 498 Example 499 Restricting Access by Time 499 Example 1 – Create a New Role with Time-based Constraints 501 Example
    0 码力 | 2400 页 | 18.02 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
EvolutionofMedianAlgorithmEfficientDeepLearningBookEDLChapterCompressionTechniquesCompileTimeandResourceGenerationwithC++20AdvancedRust教程TheAlgoalgorithmVMwareGreenplumDocumentationpandaspowerfulPythondataanalysistoolkit1.41.50rc0v625
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩