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

无数据

分类

全部综合其他(404)Weblate(302)Blender(39)产品与服务(17)人工智能(10)Krita(9)数据可视化(9)DataEase(9)GIMP(5)版本控制(4)

语言

全部英语(255)中文(简体)(132)中文(繁体)(10)zh(2)[zh](1)日语(1)韩语(1)ro(1)中文(简体)(1)

格式

全部PDF文档 PDF(234)其他文档 其他(170)
 
本次搜索耗时 0.084 秒,为您找到相关结果约 404 个.
  • 全部
  • 综合其他
  • Weblate
  • Blender
  • 产品与服务
  • 人工智能
  • Krita
  • 数据可视化
  • DataEase
  • GIMP
  • 版本控制
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • zh
  • [zh]
  • 日语
  • 韩语
  • ro
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Game Development for Human Beings

    ..................................... 315 Phaser Texture Atlas Tutorial – How to Make Awesome Sprites From Scratch ............ 332 How to use Pathfinding in Phaser ............................... sprite(this.game.world.centerX, this.game.world.centerY + 128, 'preloadbar'); Is how we load sprites into the screen. We define their coordinates and the name of the asset, if you go back to Boot.js previous Phaser tutorial, so if you are not familiar with States, preloading assets and rendering sprites you might want to check that tut first. Source code files You can grab them from here (updated
    0 码力 | 472 页 | 8.46 MB | 10 月前
    3
  • pdf文档 How to Create a Game with Phaser 3

    environment Setting up your local web server Hello World Phaser 3 Scene life-cycle Bring in the sprites! Coordinates The Player Detecting input Moving the player Treasure hunt A group of dragons in your own creations. Learning goals ● Learn to build simple games in Phaser 3 ● Work with sprites and their transforms ● Main methods of a Phaser scene ● Utilize groups to aggregate sprite behavior life-cycle (render, shutdown, destroy), but we won’t be using them in this tutorial. Bring in the sprites! Let’s dive right into it and show our first sprite, the game background, on the screen. The assets
    0 码力 | 21 页 | 968.45 KB | 10 月前
    3
  • pdf文档 Unity for Human Beings

    it in more detail. Art assets were downloaded from http://www.gameart2d.com/cat-and-dog-free-sprites.html under Creative Common Zero (CC0) a.k.a Public Domain license. Part 1: Building the UI You Page 61 . Open the Idle folder and reveal the sprites located within it. Ctrl + A or control click all of the images. Change the Pixels Per Unit to 1 the three axis’ important? As a programmer, you don’t always get to choose how your objects or sprites come to you. Typically, the artist will make it for you and then you have to work with how they
    0 码力 | 239 页 | 27.39 MB | 10 月前
    3
  • pdf文档 Godot Game Development for Beginners

    a node are very shortly. 2. The FileSystem panel shows us all of the assets and files we have. Sprites, models, scripts, scenes, folders, audio, etc. 3. This is where we can see and create our game Zenva Pty Ltd 2020. All rights reserved With our platformer game, we'll be needing a few sprites and other assets. Included with this tutorial, is a .ZIP file containing all the assets we'll need All rights reserved Project Files For this project, we'll be needing some assets such as sprites and a font. These will be sourced from kenney.nl and Google Fonts. You can, of course, choose to
    0 码力 | 199 页 | 12.53 MB | 10 月前
    3
  • epub文档 Krita 5.2 Manual

    saved per document, making this useful for aligning your art work to grids, as is the case for game sprites and grid-based designs. Pixel This allows to snap to every pixel under the cursor. Similar to Grid have a snapshot of the last important section. Other backup techniques, like copying the files to a cloud service, or to a backup hard drive are also very recommended. Tip And while we’re at it, whenever 256 colors in total. 8bit images are commonly used in games to save on memory for textures and sprites. However, this is not available in Krita. Krita instead works with channels, and counts how many
    0 码力 | 1502 页 | 79.07 MB | 1 年前
    3
  • epub文档 Krita 5.2 브로셔

    saved per document, making this useful for aligning your art work to grids, as is the case for game sprites and grid-based designs. 픽셀 This allows to snap to every pixel under the cursor. Similar to Grid have a snapshot of the last important section. Other backup techniques, like copying the files to a cloud service, or to a backup hard drive are also very recommended. 팁 And while we’re at it, whenever 256 colors in total. 8bit images are commonly used in games to save on memory for textures and sprites. However, this is not available in Krita. Krita instead works with channels, and counts how many
    0 码力 | 1531 页 | 79.11 MB | 1 年前
    3
  • pdf文档 2023 中国开源开发者报告

    https://talk.gitee.com/report/china -open-source-2023-llm-report.pdf 最后一个篇章《 Insight:中国 开发者开源新动向》是关于开源开发者数据的,采用 Gitee 与 OSS Compass 作为数据来源,试图通过数据来反映 2023 年开源开发者圈子的相关情况。 这里提取几个亮点数据: 成优雅简单的 ls / | grep | awk 的管道流模型。而微服务没有错误,可以是这 种小进程的变体,微服务错误的地方在于,很多人用 Spring Cloud 实现微服 务,愚不可及,微服务是进程,而不是 Spring Cloud 进程,使用 K8S + containers,每个 container 是一个进程,这是正儿八经的微服务,确切的说, 是进程群系统。 OSCHINA 社区用户评论 据库变更与版本管理更安全的 Database CI/CD 工具。 Bytebase 2.0 大版本于 2023 年 5 月正式发布,支持了 15+ 种数据库引擎, 推出了 Bytebase Cloud 版本,提供完整的 DCM 解决方案,配备了一系列企 业级的标准能力,进化成为一个 Database DevOps 平台,管理整个数据库的 开发生命周期,一站式覆盖各种数据库的变更,查询,安全,治理场景。并于
    0 码力 | 87 页 | 31.99 MB | 1 年前
    3
  • pdf文档 Godot Game Development for Beginners

    the bottom left, we have our File System. This panel contains all of our assets (textures, models, sprites, sound effects, scripts, etc). It’s very similar to the file explorer on your computer. This book
    0 码力 | 70 页 | 4.78 MB | 10 月前
    3
  • pdf文档 2024 中国开源开发者报告

    1:中国开源开发者生态数据 04 | Gitee 数据篇 Part 3:国内 GenAI 生态高亮瞬间 104 | 中国 GenAI 消费应用人气榜 Top10 15 | OSS Compass Insight 106 | AI 创新应用开发大赛获奖作品 局长,OSCHINA 副主编 肖滢,OSCHINA 副主编 李泽辰,Gitee 主编 高瞻,Gitee AI 运营 设计:张琪 开发者是开源生态的重要支柱。 可证更加严格的木兰公共许可证 第二版(MulanPubL-2.0)也在 今年受到了更多关注。 14 / 111 OSS Compass Insight 本章节数据来源:2024年1月至2024年12月 OSS Compass 平台相关公开数据 15 / 111 OSS Compass Insight 2024 中国开源开发者报告重点聚焦大模型,本章节以大模 型 LLM 开发技术栈作为切入点,将深入探讨以下中国 AI OSS Compass Insight 生产力-协作开发指数 本部分图表仅用于数据展示,不涉及先后排名 作为国内及业内领先的 AI 开发基础设施,本部分图表 中的开发框架、向量数据库、 开发平台、大模型均表现出 色,代表着它们的代码提交 频率、参与者、代码合并比 率等协作开发工作保持着较 高的水平。 17 / 111 OSS Compass Insight 本部分图表仅用于数据展示,不涉及先后排名
    0 码力 | 111 页 | 11.44 MB | 8 月前
    3
  • pdf文档 202402 DataEase 嵌入式版介绍

    tools? (n=213) 嵌⼊式 BI 的业务价值 数据来源:《2021 Embedded Business Intelligence Market Study》, Dimensional Insight ISV 在软件数据应⽤领域⾯临的挑战 为什么需要嵌⼊式 BI ⼯具? • 怎样让软件⾃身⽣产的数据更充分地被使⽤,发挥出更⼤的价值? 1. 软件数据堆积造成⼤量隐形的浪费 • 怎么及 chartId: chartId, #视图ID busiFlag: busiFlag #仪表板填 dashboard , 数据⼤屏填 dataV}) THANK YOU www.fit2cloud.com 400-052-0755 北京 · 上海 · 深圳 · ⼴州 · 南京 · 杭州 · 苏州 · 武汉 成都 · ⻄安 · ⻓沙 · 济南 · ⻘岛 · 郑州 · 厦⻔ · 合肥
    0 码力 | 30 页 | 11.06 MB | 1 年前
    3
共 404 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 41
前往
页
相关搜索词
GameDevelopmentforHumanBeingsHowtoCreatewithPhaserUnityGodotBeginnersKrita5.2Manual2023中国开源开发开发者报告2024202402DataEase嵌入嵌入式介绍
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩