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

无数据

分类

全部综合其他(255)Weblate(168)Blender(37)产品与服务(12)人工智能(9)Krita(9)KiCad(6)笔试面试(5)Apache OFBiz(5)版本控制(4)

语言

全部英语(153)中文(简体)(86)中文(繁体)(10)zh(3)日语(2)韩语(1)

格式

全部PDF文档 PDF(156)其他文档 其他(99)
 
本次搜索耗时 0.394 秒,为您找到相关结果约 255 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • 产品与服务
  • 人工智能
  • Krita
  • KiCad
  • 笔试面试
  • Apache OFBiz
  • 版本控制
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Google Java Style Guide

    prefer to break at a higher syntactic level. Also: 1. When a line is broken at a non-assignment operator the break comes before the symbol. (Note that this is not the same practice used in Google style applies to the following “operator-like” symbols: the dot separator (.), the two colons of a method reference (::), the amper- sand in type bounds (), and the pipe in catch blocks (catch When a line is broken at an assignment operator the break typically comes after the symbol, but either way is acceptable. • This also applies to the “assignment-operator-like” colon in an en- hanced for (“foreach”)
    0 码力 | 19 页 | 84.76 KB | 1 年前
    3
  • pdf文档 Google C++ Style Guide

    An implicit conversion in the source type is defined by a type conversion operator named after the destination type (e.g. operator bool()). An implicit conversion in the destination type is defined by a default values. The explicit keyword can be applied to a constructor or (since C++11) a conversion operator, to ensure that it can only be used when the destination type is explicit at the point of use, e user- defined types, the copy behavior is defined by the copy constructor and the copy-assignment operator. string is an example of a copyable type. A movable type is one that can be initialized and assigned
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    Python When Python Tooltips are enabled, a Python expression is displayed for scripting (usually an operator or property). Context-Sensitive Manual Access Mode: 選單: Shortcut: Reference All modes Context Undo/Redo/History See Undo & Redo. Menu Search Find a menu based on its name. Operator Search Execute an operator based on its name (Developer Extras only). Rename Active Item Rename the active the cursor to a cross (+) to indicate that pressing down LMB will activate splitting or joining operator. Dragging from area corner inward will split the area. You define the split direction by dragging
    0 码力 | 3966 页 | 203.00 MB | 1 年前
    3
  • pdf文档 Blender v2.93 Manual

    Python When Python Tooltips are enabled, a Python expression is displayed for scripting (usually an operator or property). Context-Sensitive Manual Access Mode: Menu: Shortcut: Reference All modes Context Undo/Redo/History See Undo & Redo. Menu Search Find a menu based on its name. Operator Search Execute an operator based on its name (Developer Extras only). Rename Active Item Rename the active the cursor to a cross (+) to indicate that pressing down LMB will activate splitting or joining operator. Dragging from area corner inward will split the area. You define the split direction by dragging
    0 码力 | 3962 页 | 201.40 MB | 1 年前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    Python When Python Tooltips are enabled, a Python expression is displayed for scripting (usually an operator or property). Context-Sensitive Manual Access Mode: Menu: Hotkey: Reference All modes Context Undo/Redo/History See Undo & Redo. Menu Search Find a menu based on its name. Operator Search Execute an operator based on its name (Developer Extras only). Rename Active Item Rename the active the cursor to a cross (+) to indicate that pressing down LMB will activate splitting or joining operator. Dragging from area corner inward will split the area. You define the split direction by dragging
    0 码力 | 3868 页 | 198.83 MB | 1 年前
    3
  • pdf文档 Blender v2.92 Manual

    Python When Python Tooltips are enabled, a Python expression is displayed for scripting (usually an operator or property). Context-Sensitive Manual Access Mode: Menu: Hotkey: Reference All modes Context Undo/Redo/History See Undo & Redo. Menu Search Find a menu based on its name. Operator Search Execute an operator based on its name (Developer Extras only). Rename Active Item Rename the active the cursor to a cross (+) to indicate that pressing down LMB will activate splitting or joining operator. Dragging from area corner inward will split the area. You define the split direction by dragging
    0 码力 | 3868 页 | 198.46 MB | 1 年前
    3
  • pdf文档 Blender v3.0 Manual

    Python When Python Tooltips are enabled, a Python expression is displayed for scripting (usually an operator or property). Context-Sensitive Manual Access Mode: Menu: Shortcut: Reference All modes Context Undo/Redo/History See Undo & Redo. Menu Search Find a menu based on its name. Operator Search Execute an operator based on its name (Developer Extras only). Rename Active Item Rename the active Capture a picture of the selected Editor. Select the Editor by LMB within its area after running the operator. A File Browser will open to choose where the screenshot is saved. Help Menu See Help System.
    0 码力 | 4209 页 | 225.45 MB | 1 年前
    3
  • pdf文档 Blender v3.0 参考手册(繁体中文版)

    Python When Python Tooltips are enabled, a Python expression is displayed for scripting (usually an operator or property). Context-Sensitive Manual Access Mode: 選單: Shortcut: Reference All modes Context Undo/Redo/History See Undo & Redo. Menu Search Find a menu based on its name. Operator Search Execute an operator based on its name (Developer Extras only). Rename Active Item Rename the active Capture a picture of the selected Editor. Select the Editor by LMB within its area after running the operator. A File Browser will open to choose where the screenshot is saved. Help Menu See Help System.
    0 码力 | 4215 页 | 227.19 MB | 1 年前
    3
  • pdf文档 GNU Image Manipulation Program User Manual 2.4

    x tilt and y tilt are options for sophisticated drawing tablets. EXAMPLES A one dimension image pipe Well! What is all this useful for? We’ll see that gradually with examples. You can actually place Image Manipulation Program 143 / 653 The second thing you need to know is that: The function name/operator is always the first item in the parentheses, and the rest of the items are parameters to the function and 6 together: 3 + (5 + 6) + 7 = ? GNU Image Manipulation Program 144 / 653 Knowing that the + operator can take a list of numbers to add, you might be tempted to convert the above to the following:
    0 码力 | 653 页 | 19.93 MB | 1 年前
    3
  • epub文档 Krita 5.2 Manual

    Addition (Operator: + ) Just adds the numbers. Usage: 50+100 Output: 150 Subtraction (Operator: - ) Just subtracts the last number from the first. Usage: 50-100 Output: 50 Multiplication (Operator: * ) multiplies the numbers. Usage: 50*100 Output: 5000 Division (Operator: / ) Just divides the numbers. Usage: 50/100 Output: 0.5 Exponent (Operator: ^ ) Makes the last number the exponent of the first and calculates the result. Usage: 2^8 Output: 256 Sine (Operator: sin() ) Gives you the sine of the given angle. Usage: sin(50) Output: 0.76 Cosine (Operator: cos() ) Gives you the cosine of the given angle
    0 码力 | 1502 页 | 79.07 MB | 1 年前
    3
共 255 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 26
前往
页
相关搜索词
GoogleJavaStyleGuideC++Blenderv292参考手册参考手册繁体中文繁体中文93Manualv3GNUImageManipulationProgramUser2.4Krita5.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩