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

无数据

分类

全部综合其他(511)Weblate(302)KiCad(81)Blender(39)产品与服务(34)Apache OFBiz(21)人工智能(14)GIMP(11)Krita(9)笔试面试(7)

语言

全部英语(345)中文(简体)(143)中文(繁体)(10)日语(7)zh(4)韩语(1)kor(1)

格式

全部PDF文档 PDF(320)其他文档 其他(190)DOC文档 DOC(1)
 
本次搜索耗时 0.356 秒,为您找到相关结果约 511 个.
  • 全部
  • 综合其他
  • Weblate
  • KiCad
  • Blender
  • 产品与服务
  • Apache OFBiz
  • 人工智能
  • GIMP
  • Krita
  • 笔试面试
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • zh
  • 韩语
  • kor
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Game Development for Human Beings

    From Scratch ............ 332 How to use Pathfinding in Phaser .................................................................................... 353 How to Use State Machines to Control Behavior and HUD Plugin in Phaser ................................................................ 425 How to Use Phaser Signals to Save Game Statistics ....................................................... 452 namespace will be SpaceHipser. You can use whatever you want for this, as long as it’s a unique name which will be unlikely found elsewhere. You can also just not use it and work directly with game and the
    0 码力 | 472 页 | 8.46 MB | 10 月前
    3
  • pdf文档 Google C++ Style Guide

    writing C++ code. These rules exist to keep the code base manageable while still allowing coders to use C++ language features produc- tively. Style, also known as readability, is what we call the conventions (for example, transfer of pointer ownership), leaving textual hints for the reader at the point of use is valuable (std::unique_ptr demonstrates the ownership transfer unambiguously at the call site). Be consistent with the broader C++ community when appropriate Consistency with the way other organizations use C++ has value for the same reasons as consistency within our code base. If a feature in the C++ standard
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • epub文档 Krita 5.2 Manual

    for creating digital art files from scratch. Krita is optimized for frequent, prolonged and focused use. Explicitly supported fields of painting are illustrations, concept art, matte painting, textures, time this is by far the easiest way to get the latest Krita. Just download the AppImage, and then use the file properties or the bash command chmod to make the AppImage executable. Double-click it, and does not matter which version of Ubuntu you use, Krita will run just fine. However, by default, only a very old version of Krita is available. You should either use the AppImage, Flatpak or the Snap available
    0 码力 | 1502 页 | 79.07 MB | 1 年前
    3
  • pdf文档 Blender v2.93 Manual

    tools making it suitable for almost any sort of media production. People and studios around the world use it for hobby projects, commercials, and feature films. Check out the User Stories page on the Blender “subdivs” are the media of the digital artist, and understanding them, even broadly, will help you to use Blender to its best. So keep reading this manual, learn the great tool that Blender is, keep your as “free as in free beer” or gratis). Free software in this sense is software which you are free to use, copy, modify, redistribute, with no limit. Contrast this with the licensing of most commercial software
    0 码力 | 3962 页 | 201.40 MB | 1 年前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    tools making it suitable for almost any sort of media production. People and studios around the world use it for hobby projects, commercials, and feature films. Check out the User Stories page on the Blender "subdivs" are the media of the digital artist, and understanding them, even broadly, will help you to use Blender to its best. So keep reading this manual, learn the great tool that Blender is, keep your as "free as in free beer" or gratis). Free software in this sense is software which you are free to use, copy, modify, redistribute, with no limit. Contrast this with the licensing of most commercial software
    0 码力 | 3966 页 | 203.00 MB | 1 年前
    3
  • pdf文档 Blender v2.92 Manual

    tools making it suitable for almost any sort of media production. People and studios around the world use it for hobby projects, commercials, and feature films. Check out the User Stories page on the Blender “subdivs” are the media of the digital artist, and understanding them, even broadly, will help you to use Blender to its best. So keep reading this manual, learn the great tool that Blender is, keep your as “free as in free beer” or gratis). Free software in this sense is software which you are free to use, copy, modify, redistribute, with no limit. Contrast this with the licensing of most commercial software
    0 码力 | 3868 页 | 198.46 MB | 1 年前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    tools making it suitable for almost any sort of media production. People and studios around the world use it for hobby projects, commercials, and feature films. Check out the User Stories page on the Blender "subdivs" are the media of the digital artist, and understanding them, even broadly, will help you to use Blender to its best. So keep reading this manual, learn the great tool that Blender is, keep your as "free as in free beer" or gratis). Free software in this sense is software which you are free to use, copy, modify, redistribute, with no limit. Contrast this with the licensing of most commercial software
    0 码力 | 3868 页 | 198.83 MB | 1 年前
    3
  • pdf文档 Blender v3.0 Manual

    tools making it suitable for almost any sort of media production. People and studios around the world use it for hobby projects, commercials, and feature films. Check out the User Stories page on the Blender “subdivs” are the media of the digital artist, and understanding them, even broadly, will help you to use Blender to its best. So keep reading this manual, learn the great tool that Blender is, keep your as “free as in free beer” or gratis). Free software in this sense is software which you are free to use, copy, modify, redistribute, with no limit. Contrast this with the licensing of most commercial software
    0 码力 | 4209 页 | 225.45 MB | 1 年前
    3
  • pdf文档 The Gimp User’s Manual version 1.0.1

    excerpts or quotations for the purposes of review. The information contained herein is for the personal use of the reader and may not be incorporated in any commercial programs, other books, databases, or any incidental or consequential damages in connection with, or arising out of, the furnishing, performance, or use of the programs, associated instructions, and/or claims of productivity gains. Trademarks Trademarked Obtaining Gimp 48 Chapter 5: Gimp For Photoshop Users .......................... 55 Why Should I Use Gimp When I Have Photoshop? 56 Migrating To Gimp 59 Some Final Notes 70 PART III Basic
    0 码力 | 924 页 | 9.50 MB | 1 年前
    3
  • pdf文档 Blender v3.0 参考手册(繁体中文版)

    tools making it suitable for almost any sort of media production. People and studios around the world use it for hobby projects, commercials, and feature films. Check out the User Stories page on the Blender "subdivs" are the media of the digital artist, and understanding them, even broadly, will help you to use Blender to its best. So keep reading this manual, learn the great tool that Blender is, keep your as "free as in free beer" or gratis). Free software in this sense is software which you are free to use, copy, modify, redistribute, with no limit. Contrast this with the licensing of most commercial software
    0 码力 | 4215 页 | 227.19 MB | 1 年前
    3
共 511 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 52
前往
页
相关搜索词
GameDevelopmentforHumanBeingsGoogleC++StyleGuideKrita5.2ManualBlenderv29392参考手册参考手册繁体中文繁体中文v3TheGimpUserversion1.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩