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

无数据

分类

全部后端开发(1310)Python(352)综合其他(325)Java(314)Spring(255)云计算&大数据(242)Weblate(235)数据库(209)C++(180)VirtualBox(113)

语言

全部英语(1684)中文(简体)(390)中文(繁体)(33)日语(15)俄语(15)德语(14)法语(14)西班牙语(13)韩语(13)英语(8)

格式

全部PDF文档 PDF(1674)其他文档 其他(481)TXT文档 TXT(39)PPT文档 PPT(12)
 
本次搜索耗时 0.091 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Spring
  • 云计算&大数据
  • Weblate
  • 数据库
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 俄语
  • 德语
  • 法语
  • 西班牙语
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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
  • epub文档 Scrapy 2.7 Documentation

    built-in extensions and middlewares for handling: cookies and session handling HTTP features like compression, authentication, caching user-agent spoofing robots.txt crawl depth restriction and more A Telnet Any]]) Compresses received data using lzma [https://en.wikipedia.org/wiki/Lempel–Ziv– Markov_chain_algorithm]. Accepted feed_options parameters: lzma_format lzma_check lzma_preset lzma_filters Note lzma_filters R_IMPLEMENTATION New in version 2.7. Default: '2.6' Determines which request fingerprinting algorithm is used by the default request fingerprinter class (see REQUEST_FINGERPRINTER_CLASS). Possible
    0 码力 | 490 页 | 682.20 KB | 1 年前
    3
  • epub文档 Scrapy 2.11 Documentation

    built-in extensions and middlewares for handling: cookies and session handling HTTP features like compression, authentication, caching user-agent spoofing robots.txt crawl depth restriction and more A Telnet Any]]) Compresses received data using lzma [https://en.wikipedia.org/wiki/Lempel–Ziv– Markov_chain_algorithm]. Accepted feed_options parameters: lzma_format lzma_check lzma_preset lzma_filters Note lzma_filters R_IMPLEMENTATION New in version 2.7. Default: '2.6' Determines which request fingerprinting algorithm is used by the default request fingerprinter class (see REQUEST_FINGERPRINTER_CLASS). Possible
    0 码力 | 528 页 | 706.01 KB | 1 年前
    3
  • epub文档 Scrapy 2.11.1 Documentation

    built-in extensions and middlewares for handling: cookies and session handling HTTP features like compression, authentication, caching user-agent spoofing robots.txt crawl depth restriction and more A Telnet Any]]) Compresses received data using lzma [https://en.wikipedia.org/wiki/Lempel–Ziv– Markov_chain_algorithm]. Accepted feed_options parameters: lzma_format lzma_check lzma_preset lzma_filters Note lzma_filters R_IMPLEMENTATION New in version 2.7. Default: '2.6' Determines which request fingerprinting algorithm is used by the default request fingerprinter class (see REQUEST_FINGERPRINTER_CLASS). Possible
    0 码力 | 528 页 | 706.01 KB | 1 年前
    3
  • epub文档 Scrapy 2.10 Documentation

    built-in extensions and middlewares for handling: cookies and session handling HTTP features like compression, authentication, caching user-agent spoofing robots.txt crawl depth restriction and more A Telnet Any]]) Compresses received data using lzma [https://en.wikipedia.org/wiki/Lempel–Ziv– Markov_chain_algorithm]. Accepted feed_options parameters: lzma_format lzma_check lzma_preset lzma_filters Note lzma_filters R_IMPLEMENTATION New in version 2.7. Default: '2.6' Determines which request fingerprinting algorithm is used by the default request fingerprinter class (see REQUEST_FINGERPRINTER_CLASS). Possible
    0 码力 | 519 页 | 697.14 KB | 1 年前
    3
  • epub文档 Scrapy 2.9 Documentation

    built-in extensions and middlewares for handling: cookies and session handling HTTP features like compression, authentication, caching user-agent spoofing robots.txt crawl depth restriction and more A Telnet Any]]) Compresses received data using lzma [https://en.wikipedia.org/wiki/Lempel–Ziv– Markov_chain_algorithm]. Accepted feed_options parameters: lzma_format lzma_check lzma_preset lzma_filters Note lzma_filters R_IMPLEMENTATION New in version 2.7. Default: '2.6' Determines which request fingerprinting algorithm is used by the default request fingerprinter class (see REQUEST_FINGERPRINTER_CLASS). Possible
    0 码力 | 503 页 | 686.52 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
EvolutionofMedianAlgorithmEfficientDeepLearningBookEDLChapterCompressionTechniquesCompileTimeandResourceGenerationwithC++20AdvancedRust教程TheAlgoalgorithmScrapy2.7Documentation2.112.102.9
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩