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

无数据

分类

全部后端开发(13)UML(12)综合其他(6)KiCad(5)系统运维(1)Linux(1)Rust(1)Krita(1)

语言

全部日语(20)

格式

全部PDF文档 PDF(19)其他文档 其他(1)
 
本次搜索耗时 0.088 秒,为您找到相关结果约 20 个.
  • 全部
  • 后端开发
  • UML
  • 综合其他
  • KiCad
  • 系统运维
  • Linux
  • Rust
  • Krita
  • 全部
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 KiCad 8.0 PCB Editor

    determine the zoomed area. The cursor’s current position is displayed at the bottom of the window (X and Y), along with the current zoom factor (Z), the cursor’s relative position (dx, dy, and dist), the grid board view will show the board as if you are looking from the bottom (that is, mirrored around the Y- axis). This option is also available in the View menu. Ctrl H 6 NOTE Flipping the board view does reorder the list of grids, and add or remove grids. Grids defined in this dialog can have unequal X and Y spacing as well as an optional name. This dialog also lets you designate two grids from the list as
    0 码力 | 204 页 | 6.90 MB | 1 年前
    3
  • pdf文档 Comprehensive Rust(日语) 202412

    u32) { println!("u32: {x}"); } fn takes_i8(y: i8) { println!("i8: {y}"); } fn main() { let x = 10; let y = 20; takes_u32(x); takes_i8(y); // takes_u32(y); } 30 このスライドは、変数の宣言と使用方法による制約に基づいて、Rust {integer} として表示されることがあります。同様に、浮動小数点リテラルはデフォルトで f64 になります。 fn main() { let x = 3.14; let y = 20; assert_eq!(x, y); // エラー: `{float} == {integer}` の実装がありません } 5.6 演習: フィボナッチ The Fibonacci sequence begins those of the last expression of the block: fn main() { let z = 13; let x = { let y = 10; println!("y: {y}"); z - y }; println!("x: {x}"); } 最後の式が ; で終了した場合、ブロック全体の値と型は () になります。 • ブロック内にある最後の行を変
    0 码力 | 381 页 | 1.36 MB | 10 月前
    3
  • epub文档 Krita 5.2 マニュアル

    学的表現に基づいています。これ はピクセルとは独立したものです。例えば、Krita の ベクターレイヤー に長方形 を描くと、それは実際にはノードと呼ばれる点を通したパスを描いていて、'x'軸 と'y'軸の特定の場所に配置されています。それらのポイントを拡大縮小したり動 かしたりするとコンピュータは計算してパスを再描画し新しくできた形をあな たに表示します。それゆえにベクターはクオリティを損なうことなくサイズを 左はオリジナル、右はソフトプルーフをオンにしたビューです。明るい色が欠けている ため違いは僅かですが、ソフトプルーフの方が花の白さから青がわずかに欠け、葉の緑 からわずかに彩度が欠けています。 Ctrl + Y ショートカットを使うことでどの画像でもソフトプルーフを切り替えることができま す。他のプログラムとは違いビューごとなので、ソフトプルーフしてあるのとないのを隣り合 わせにして見ることができます。設定も画像ごとで ソフトプルーフし色域外警告をオンにした状態。Krita は警告色を KRA ファイルのソフトプルーフオプションと一緒に保存し、選んだ警告色は現在の画像 でのみ表示されることになります。 色域外警告は Ctrl + Shift + Y ショートカットで有効にできますが、完全に機能させるにはソ フトプルーフが有効になっている必要があります。 注釈 ソフトプルーフは浮動小数点色空間では正しく動きませんし、無理にやろうとしても間違った色
    0 码力 | 1591 页 | 79.16 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.3 言語リファレンスガイド

    @startuml :int_0^1f(x)dx; :x^2+y_1+z_12^34; note right Try also d/dxf(x)=lim_(h->0)(f(x+h)-f(x))/h P(y|\mathbf{x}) \mbox{ or } f(\mathbf{x})+\epsilon !definelong and !enddefinelong. @startuml !define DOUBLE(x) x x !definelong AUTHEN(x,y) x -> y : DOUBLE(hello) y -> x : ok !enddefinelong AUTHEN(Bob,Alice) @enduml PlantUML 言語リファレンスガイド (1.2019.3) 140 assign default values to macro parameters. @startuml !define some_macro(x, y = "some default" , z = 'another default' ) x and y and z class foo { some_macro(Z1, Z2, Z3) some_macro(Z1, Z2) some_macro(A)
    0 码力 | 160 页 | 1.80 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.2 言語リファレンスガイド

    @startuml :int_0^1f(x)dx; :x^2+y_1+z_12^34; note right Try also d/dxf(x)=lim_(h->0)(f(x+h)-f(x))/h P(y|\mathbf{x}) \mbox{ or } f(\mathbf{x})+\epsilon !definelong and !enddefinelong. @startuml !define DOUBLE(x) x x !definelong AUTHEN(x,y) x -> y : DOUBLE(hello) y -> x : ok !enddefinelong AUTHEN(Bob,Alice) @enduml PlantUML 言語リファレンスガイド (1.2019.2) 140 assign default values to macro parameters. @startuml !define some_macro(x, y = "some default" , z = 'another default' ) x and y and z class foo { some_macro(Z1, Z2, Z3) some_macro(Z1, Z2) some_macro(A)
    0 码力 | 160 页 | 1.80 MB | 1 年前
    3
  • pdf文档 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2019.1)

    @startuml :int_0^1f(x)dx; :x^2+y_1+z_12^34; note right Try also d/dxf(x)=lim_(h->0)(f(x+h)-f(x))/h P(y|\mathbf{x}) \mbox{ or } f(\mathbf{x})+\epsilon !definelong and !enddefinelong. @startuml !define DOUBLE(x) x x !definelong AUTHEN(x,y) x -> y : DOUBLE(hello) y -> x : ok !enddefinelong AUTHEN(Bob,Alice) @enduml 17.8 Default values for macro parameters assign default values to macro parameters. @startuml !define some_macro(x, y = "some default" , z = 'another default' ) x and y and z class foo { some_macro(Z1, Z2, Z3) some_macro(Z1, Z2) some_macro(A)
    0 码力 | 148 页 | 1.92 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2019.4 言語リファレンスガイド

    @startuml :int_0^1f(x)dx; :x^2+y_1+z_12^34; note right Try also d/dxf(x)=lim_(h->0)(f(x+h)-f(x))/h P(y|\mathbf{x}) \mbox{ or } f(\mathbf{x})+\epsilon !definelong and !enddefinelong. @startuml !define DOUBLE(x) x x !definelong AUTHEN(x,y) x -> y : DOUBLE(hello) y -> x : ok !enddefinelong AUTHEN(Bob,Alice) @enduml PlantUML 言語リファレンスガイド (1.2019.4) 147 assign default values to macro parameters. @startuml !define some_macro(x, y = "some default" , z = 'another default' ) x and y and z class foo { some_macro(Z1, Z2, Z3) some_macro(Z1, Z2) some_macro(A)
    0 码力 | 168 页 | 1.90 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 ことはじめ

    number to 2 , Electrical type to Passive , and Orientation to Right . Set X Position to -200 mils and Y Position to 0 . Click OK, then click on the canvas to place the pin. If the pin moved after clicking right side of the switch symbol, so edit the properties of pin 3 and change X position to 200 mils , Y position to 0 , and Orientation to Left . Also, change Pin name to B . Graphical Features With the and 3 at (0, 4.7 mm) and (0, 9.4 mm). Note that in KiCad’s default coordinate system, the positive Y-axis is oriented downwards. Use the Add a pad tool in the right toolbar to place a pad one grid
    0 码力 | 53 页 | 2.34 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 Schematic Editor

    determine the zoomed area. The cursor’s current position is displayed at the bottom of the window (X and Y), along with the current zoom factor (Z), the cursor’s relative position (dx, dy, and dist), the grid reorder the list of grids, and add or remove grids. Grids defined in this dialog can have unequal X and Y spacing as well as an optional name. Ctrl Shift n N 11 This dialog also lets you designate two Mouse and Touchpad section of Preferences. Symbols can also be rotated ( ) or mirrored in the X ( ) or Y ( ) directions. Editing symbol properties A symbol’s fields can be edited in the symbol’s Properties
    0 码力 | 194 页 | 7.86 MB | 1 年前
    3
  • pdf文档 PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2023.11)

    9.3 合成状態 9 ステート図 9.3.2 サブ状態からサブ状態へ @startuml state A { state X { } state Y { } } state B { state Z { } } X --> Z Z --> Y @enduml PlantUML 言語リファレンスガイド (1.2023.11) 217 / 544 9.4 長い名前 9 ステート図 [Ref S1 -up[#red,dashed]-> S4 S1 -right[dotted,#blue]-> S5 X1 -[dashed]-> X2 Z1 -[dotted]-> Z2 Y1 -[#blue,bold]-> Y2 @enduml [Ref. Incubation: Change line color in state diagrams] 9.15 注釈 キーワード note left グローバルスタイルの使用 13.14.1 スタイル無し (デフォルト) @startuml nwdiag { network DMZ { address = "y.x.x.x/24" web01 [address = "y.x.x.1"]; web02 [address = "y.x.x.2"]; } network Internal { web01; web02; db01 [address = "w.w.w.z"
    0 码力 | 545 页 | 7.75 MB | 1 年前
    3
共 20 条
  • 1
  • 2
前往
页
相关搜索词
KiCad8.0PCBEditorComprehensiveRust日语202412Krita5.2PlantUML1.2019言語UMLVersionSchematic1.202311
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩