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

无数据

分类

全部后端开发(151)综合其他(119)Weblate(90)系统运维(48)区块链(43)数据库(37)Python(31)Linux(22)云计算&大数据(19)httpd(17)

语言

全部中文(简体)(390)

格式

全部PDF文档 PDF(288)其他文档 其他(98)PPT文档 PPT(4)
 
本次搜索耗时 0.436 秒,为您找到相关结果约 390 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • 系统运维
  • 区块链
  • 数据库
  • Python
  • Linux
  • 云计算&大数据
  • httpd
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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文档 Blender v4.1 Manual

    R, G, B Control the color channels used for frame preview. It is needed because the tracking algorithm works with grayscale images and it is not always obvious to see which channels disabled will increase (Legacy) Shortcut: Alt-O There is also an option to smooth the selected curves, but beware: its algorithm seems to be to divide by two the distance between each keyframe and the average linear value of disk cache. Compression The level of compression to compress image in the disk cache. This has a trade off between saving disk space and requiring more processing. The more compression used requires
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • pdf文档 Blender v3.2 参考手册(简体中文版)

    settings are used too: Render Dimensions Render Aspect File Format & Output (file path, format, compression settings, etc.) 渲染 Activating Viewport Render will render from the current active view. This 以看到原始标记 ⾮常明显突出。 检查图像的⽔印。 Various image compression algorithms lose some of the original; the difference shows as noise. Experiment with different compression settings and marks to see which works best an acceptable result. In the example above, the mark was clearly visible all the way up to JPEG compression of 50%. RGB曲线节点。 标准: Film Like: RGB曲线节点 RGB 曲线节点 可将每个颜⾊通道进⾏⾊彩校正并调节与 合成背景的⾊阶。 输⼊ 系数 控制节点对输出图像的影响量。
    0 码力 | 4448 页 | 258.34 MB | 1 年前
    3
  • pdf文档 Blender v3.1 参考手册(简体中文版)

    以看到原始标记 ⾮常明显突出。 检查图像的⽔印。 Various image compression algorithms lose some of the original; the difference shows as noise. Experiment with different compression settings and marks to see which works best an acceptable result. In the example above, the mark was clearly visible all the way up to JPEG compression of 50%. RGB曲线节点。 RGB曲线节点 RGB 曲线节点 可将每个颜⾊通道进⾏⾊彩校 正并调节与合成背景的⾊阶。 输⼊ 系数 控制节点对输出图像的影响量。 图像 Standard G(绿), B(蓝)通道 Control the color channels used for frame preview. It is needed because the tracking algorithm works with grayscale images and it is not always obvious to see which channels disabled will increase
    0 码力 | 4473 页 | 259.34 MB | 1 年前
    3
  • pdf文档 Blender v3.0 参考手册(简体中文版)

    以看到原始标记 ⾮常明显突出。 检查图像的⽔印。 Various image compression algorithms lose some of the original; the difference shows as noise. Experiment with different compression settings and marks to see which works best an acceptable result. In the example above, the mark was clearly visible all the way up to JPEG compression of 50%. RGB曲线节点。 RGB曲线节点 RGB 曲线节点 可将每个颜⾊通道进⾏⾊彩校 正并调节与合成背景的⾊阶。 输⼊ 系数 控制节点对输出图像的影响量。 图像 标准化图像输⼊。 G(绿), B(蓝)通道 Control the color channels used for frame preview. It is needed because the tracking algorithm works with grayscale images and it is not always obvious to see which channels disabled will increase
    0 码力 | 4297 页 | 230.12 MB | 1 年前
    3
  • chm文档 httpd 2.4.33 中文文档

    treated as a name-based virtual host. mod_deflate will now skip compression if it knows that the size overhead added by the compression is larger than the data to be compressed. Multi-language error documents log file. May now invoke a custom post-rotate script. htpasswd, htdbm Support for the bcrypt algorithm (available in 2.4.4 and later). Documentation mod_rewrite The mod_rewrite documentation has been mod_negotiation - Selects an appropriate document based on client preferences such as language or content compression. Modules | Directives | FAQ | Glossary | Sitemap Apache HTTP Server Version 2.4 Apache > HTTP
    0 码力 | 2692 页 | 3.12 MB | 1 年前
    3
  • chm文档 httpd 2.4.28 中文文档

    treated as a name-based virtual host. mod_deflate will now skip compression if it knows that the size overhead added by the compression is larger than the data to be compressed. Multi-language error documents log file. May now invoke a custom post-rotate script. htpasswd, htdbm Support for the bcrypt algorithm (available in 2.4.4 and later). Documentation mod_rewrite The mod_rewrite documentation has been mod_negotiation - Selects an appropriate document based on client preferences such as language or content compression. Modules | Directives | FAQ | Glossary | Sitemap Apache HTTP Server Version 2.4 Apache > HTTP
    0 码力 | 2659 页 | 3.10 MB | 1 年前
    3
  • chm文档 httpd 2.2.31 中文文档

    Server driven negotiation with the Apache algorithm is used in the normal case. The Apache algorithm is explained in more detail below. When this algorithm is used, Apache can sometimes 'fiddle' the transparent negotiation process, the browser can ask Apache to run the 'remote variant selection algorithm' defined in RFC 2296. Dimensions of Negotiation Dimension Notes Media Type Browser indicates the media type. Apache Negotiation Algorithm Apache can use the following algorithm to select the 'best' variant (if any) to return to the browser. This algorithm is not further configurable. It operates
    0 码力 | 1860 页 | 1.48 MB | 1 年前
    3
  • chm文档 httpd 2.2.29 中文文档

    Server driven negotiation with the Apache algorithm is used in the normal case. The Apache algorithm is explained in more detail below. When this algorithm is used, Apache can sometimes 'fiddle' the transparent negotiation process, the browser can ask Apache to run the 'remote variant selection algorithm' defined in RFC 2296. Dimensions of Negotiation Dimension Notes Media Type Browser indicates the media type. Apache Negotiation Algorithm Apache can use the following algorithm to select the 'best' variant (if any) to return to the browser. This algorithm is not further configurable. It operates
    0 码力 | 1854 页 | 1.48 MB | 1 年前
    3
  • chm文档 httpd 2.2.27 中文文档

    Server driven negotiation with the Apache algorithm is used in the normal case. The Apache algorithm is explained in more detail below. When this algorithm is used, Apache can sometimes 'fiddle' the transparent negotiation process, the browser can ask Apache to run the 'remote variant selection algorithm' defined in RFC 2296. Dimensions of Negotiation Dimension Notes Media Type Browser indicates the media type. Apache Negotiation Algorithm Apache can use the following algorithm to select the 'best' variant (if any) to return to the browser. This algorithm is not further configurable. It operates
    0 码力 | 1849 页 | 1.47 MB | 1 年前
    3
共 390 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 39
前往
页
相关搜索词
Rust教程TheAlgoalgorithmBlenderv4Manualv3参考手册参考手册简体中文文版中文版简体中文版httpd2.433文档282.2312927
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩