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

无数据

分类

全部后端开发(480)Java(177)Spring(175)综合其他(158)Python(139)Weblate(100)C++(80)Conan(73)Jupyter(62)区块链(53)

语言

全部英语(649)中文(简体)(96)中文(繁体)(10)英语(2)日语(1)韩语(1)

格式

全部PDF文档 PDF(557)其他文档 其他(201)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.075 秒,为您找到相关结果约 760 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • 综合其他
  • Python
  • Weblate
  • C++
  • Conan
  • Jupyter
  • 区块链
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 日语
  • 韩语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Game Development for Human Beings

    Take a look at this guide for more details. -Download the full tutorial source code and game assets here. If you want us to let you know when we release new tutorials on Phaser or HTML5 game development game settings are defined, and the assets of the preloading screen are loaded (example the loading bar). Nothing is shown to the user. Preload State: the game assets (images, spritesheets, audio, textures high schools ©2016 Zenva Pty Ltd all rights reserved Page 9 –preload: this is where the assets are loaded. –create: this is called upon asset loading completion. –update: this is called
    0 码力 | 472 页 | 8.46 MB | 10 月前
    3
  • pdf文档 Concurrency

    ConditionsCppCon 2023 57 David Olsen - Back to Basics: Concurrency DATA RACE ? auto assets = list_all_assets(); auto liabilities = list_all_liabilities(); currency_t net_worth; currency_t durable_goods; currency_t long_term_debts; std::thread goods_thread{[&durable_goods, &assets](){ durable_goods = calculate_durable_goods(assets); }}; std::thread debts_thread{[&long_term_debts, &liabilities](){ long_term_debts = calculate_long_term_debts(liabilities); }}; net_worth = calculate_net_worth(assets, liabilities); goods_thread.join(); debts_thread.join(); create_report(net_worth, durable_goods
    0 码力 | 160 页 | 2.91 MB | 5 月前
    3
  • pdf文档 Godot Game Development for Beginners

    project, we're going to be needing a few assets for the player, tiles, coins, enemy, etc. You can create your own or use the ones featured in this tutorial. The assets can be downloaded here. You can also We'll go over what a scene and 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 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. Download that and drag the three folders into our
    0 码力 | 199 页 | 12.53 MB | 10 月前
    3
  • pdf文档 Making Games Start Fast: A Story About Concurrency

    game rules & databases 14Start Enumeration Read Localization Load Audio Load 2D Assets Load 3D Assets Load Game Databases CPU: 5.6s Wait: 1.2s CPU: 8.2s Wait: 1.4s CPU: 7.3s Wait: 0.8s 7 (Old) Startup Profile 15Start Enumeration Read Localization Load Audio Load 2D Assets Load 3D Assets Load Game Databases CPU: 0.5s Wait: 0.6s CPU: 0.9s Wait: 1.4s CPU: 4.5s Wait: 0.2s PhysFS? 29 /assets C:\game\assets dlc01 .zip modXY .zip PHYSFS_mount("/assets", "C:\game\assets", 1); PHYSFS_mount("/assets", "C:\game\dlcs\dlc001.zip", 1); PHYSFS_mount("/assets", "C:\user\mod\modXY
    0 码力 | 76 页 | 2.22 MB | 5 月前
    3
  • epub文档 Hyperledger Fabric 2.2.1 Documentation

    the same channel or on different channels. For example, if you’d like to track different types of assets in their own ‘copy’ of the chaincode. Chaincode packages do not need to be identical across channel Fabric that fulfill its promise of a comprehensive, yet customizable, enterprise blockchain solution: Assets — Asset definitions enable the exchange of almost anything with monetary value over the network, transactions that are usually required by competing businesses and regulated industries that exchange assets on a common network. Security & Membership Services — Permissioned membership provides a trusted
    0 码力 | 848 页 | 11.56 MB | 1 年前
    3
  • pdf文档 Hyperledger Fabric 2.2.1 Documentation

    the same channel or on different channels. For example, if you’d like to track different types of assets in their own ‘copy’ of the chaincode. • Chaincode packages do not need to be identical across channel that fulfill its promise of a comprehensive, yet customizable, enterprise blockchain solution: • Assets — Asset definitions enable the exchange of almost anything with monetary value over the network, transactions that are usually required by competing businesses and regulated industries that exchange assets on a common net- work. • Security & Membership Services — Permissioned membership provides a trusted
    0 码力 | 601 页 | 9.48 MB | 1 年前
    3
  • pdf文档 AR Game Development for Beginners

    to the XR tab and click the Create button to create a new AR Core setting asset. Save this in the Assets folder. Then the screen should change. Set Requirement to Optional. Let's go back to the XR > ARKit tab to go to the ARKit screen. Here, we want to click Create and save the file to the Assets folder. This book is brought to you by Zenva - Enroll in our Augmented Reality Mini-Degree to you’ll use for target practice in your game. Download model here. Drag and drop the FBX file into the Assets folder. To add it to your game drag the bottle into the Scene Hierarchy. The model contains a cola
    0 码力 | 78 页 | 3.31 MB | 10 月前
    3
  • pdf文档 Laravel 3.2 Documentation

    .................................................................................... 43 Bundle Assets ................................................................................................ ................................................................................... 52 URLs To Assets ................................................................................................ application/routes.php file. These filters make great places to start common bundles or add global assets. Note: The after filter receives the Response object for the current request. Route Groups
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Learn Unity by Creating a 3D Multi-Level Platformer Game

    objects. Project files can be downloaded here. This zip file contains all the files included in the Assets folder. You’ll still need to create a new project as covered in the tutorial. Some of the topics The only folder we’ll see in our new scene is the Assets folder, which is created automatically and it’s where we’ll place all the game assets (3D models, scripts, audio files, images, etc). ● Hierarchy grows, it becomes paramount to keep your files organized. In the Project Window, right click in Assets and create a new folder called Scenes. Drag our newly created Game scene in there. Transform
    0 码力 | 60 页 | 2.24 MB | 10 月前
    3
  • pdf文档 How to Create a Game with Phaser 3

    “Frogger” type of game you see below: You can download the game and code here. All the assets included were produced by our team and you can use them in your own creations. Learning goals Basic to intermediate JavaScript skills ● Code editor ● Web browser ● Local web server ● Tutorial assets to follow along ● No prior game development experience is required to follow along Development loads but the player image is not ready. Phaser needs to first preload all the images / assets before the game begins. This means, the game will need to access files after the page has been loaded
    0 码力 | 21 页 | 968.45 KB | 10 月前
    3
共 760 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 76
前往
页
相关搜索词
GameDevelopmentforHumanBeingsConcurrencyGodotBeginnersMakingGamesStartFastStoryAboutHyperledgerFabric2.2DocumentationARLaravel3.2DocumentationLearnUnitybyCreating3DMultiLevelPlatformerHowtoCreatewithPhaser
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩