How to Create a Game with Phaser 3Game Development Mini-Degree to learn and master Phaser © Zenva Pty Ltd 2018. All rights reserved How to Create a Game with Phaser 3 By Pablo Farias Navarro Software Developer is brought to you by Zenva - Enroll in our HTML5 Game Development Mini-Degree to learn and master Phaser © Zenva Pty Ltd 2018. All rights reserved Table of Contents Introduction Learn by making Tutorial requirements Development environment Setting up your local web server Hello World Phaser 3 Scene life-cycle Bring in the sprites! Coordinates The Player Detecting input Moving0 码力 | 21 页 | 968.45 KB | 10 月前3
Lecture 3: Logistic RegressionLecture 3: Logistic Regression Feng Li Shandong University fli@sdu.edu.cn September 20, 2023 Feng Li (SDU) Logistic Regression September 20, 2023 1 / 29 Lecture 3: Logistic Regression 1 Classification Classification 2 Logistic Regression 3 Newton’s Method 4 Multiclass Classification Feng Li (SDU) Logistic Regression September 20, 2023 2 / 29 Classification Classification problems Email: Spam / Not Spam 1 : “Positive Class” (e.g., malignant tumor) Feng Li (SDU) Logistic Regression September 20, 2023 3 / 29 Warm-Up What if applying linear regress to classification? Tumor Size Malignant? (Yes) 10 码力 | 29 页 | 660.51 KB | 1 年前3
CakePHP Cookbook 3.xGeneration Add Edit Action Create Edit Template Update Validation Rules for Articles Add Delete Action 3.x Migration Guide 3.10 Migration Guide 3.10 Migration Guide 3.9 Migration Guide 3.9 Migration Guide Constants Timing Definition Constants Chronos Debug Kit Migrations ElasticSearch Appendices 3.x Migration Guide 3.x Migration Guide Forwards Compatibility Shimming General Information CakePHP Development direct the request to webroot/index.php. 2. Your Application is loaded and bound to an HttpServer. 3. Your application’s middleware is initialized. 4. A request and response is dispatched through the PSR-70 码力 | 1244 页 | 1.05 MB | 1 年前3
CakePHP Cookbook 3.x. . . . . . . . . . . . . . . . . . . 3 Just the Start . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Additional Reading . . . . . . . . . . Creating the Articles Controller . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3 3.x Migration Guide 29 3.10 Migration Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 Blog Tutorial - Part 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 Blog0 码力 | 967 页 | 2.80 MB | 1 年前3
python3学习手册python3学习手册 简介: Python官网: h�ps://www.python.org Python由Guido van Rossum于1989年底发明,于1991年发行第一版, Python源代码遵循GPL协议 Python是一种解释型、面向对象、动态数据类型、可交互的语言 python2.0于2000-10-16发布,于2020年1月1日停止更新2.x版本, Python-2.7成为最后一个py ①进入交互模式 # python3 #输入python3 回车 >>> #这里可执行python代码,类似shell脚本 >>> print("hello") >>> exit() #退出交互模式 ②执行一次性代码 # python3 -c "要执行的代码,多个语句之间用;分号隔开" #内容如下3行 #!/usr/bin/env python3 # coding=u�-8 print("hello world") # chmod +x test.py #添加可执行权限 # python3脚本文件开头位置要指定以下2行(使用的python解释器及本 源码文件编码) #!/usr/bin/env python3 # coding=u�-80 码力 | 213 页 | 3.53 MB | 1 年前3
3D Graphics for Dummies3D Graphics for Dummies Significant content “borrowed” from Dan Chang @ Nintendo NTD “with permission” Chris Ryan CppCon 2021 github.com/ChrisR98008/CppCon20213 3D Graphics for Dummies4 3D Graphics Dummies5 3D Graphics for Dummies6 3D Graphics for Dummies7 3D Graphics for Dummies8 3D Graphics for Dummies9 3D Graphics for Dummies10 3D Graphics for Dummies11 3D Graphics for Dummies12 3D Graphics Graphics for Dummies13 3D Graphics for Dummies14 3D Graphics for Dummies15 3D Graphics for Dummies Winding / Right Hand Rule Fingers curled in the order of the points, thumb points up Counter clockwise0 码力 | 79 页 | 4.61 MB | 6 月前3
Julia 1.12.0 Beta3The Julia Language V1.12.0-beta3 The Julia Project May 14, 2025Contents Contents i I Manual 1 1 Julia 1.12-beta3 Documentation 2 1.1 Important Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 Getting Started 5 2.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3 Installation 7 3.1 Windows . . . . . . . . . . . . . . . . 2042Part I Manual 1Chapter 1 Julia 1.12-beta3 Documentation Welcome to the documentation for Julia 1.12-beta3. Work in progress! This documentation is for an unreleased, in-development0 码力 | 2057 页 | 7.44 MB | 3 月前3
Service Mesh Meetup #3 深圳站Kubernetes、ServiceMesh、CI/CD 实践 杨文@JEX 2018.08.25 Service Mesh Meetup #3 深圳站关于我 • JEX 技术VP • 前小恩爱技术总监 • Gopher,开源爱好者 • Go 夜读发起人 • https://github.com/developer-learning/night-reading-go • https://github ServiceMesh一般的开发流程 • 1. 开启一个新的 feature; • 2. Developer 从 develop 分支新建一个 feature/new_branch 来做特定 feature 的开发; • 3. 开发并自测后,提交 merge request(MR)请求合并到 develop 分 支;(执行单元测试,测试状态呈现 MR 中) • 4. Reviewer 对 MR 进行 code review 依赖多较好的开发流程(流程化、自动化) • 1. 开启一个新的 feature; • 2. Devloper 从 develop 分支新建一个 feature/new_branch 来做特定 feature 的开发; • 3. 开发完成后,提交 merge request(MR)请求合并到 develop 分支; • 4. MR 触发 Jenkins,Jenkins/Drone 触发 Sonar 代码质量检测系统; • 50 码力 | 45 页 | 18.62 MB | 6 月前3
Julia 1.11.0-rc3 DocumentationThe Julia Language V1.11.0-rc3 The Julia Project August 29, 2024 Contents Contents i I Manual 1 1 Julia 1.11-rc3 Documentation 2 1.1 Important Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 Getting Started 5 2.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3 Installation 7 3.1 Windows . . . . . . . . . . . . . . . 1970 Part I Manual 1 Chapter 1 Julia 1.11-rc3 Documentation Welcome to the documentation for Julia 1.11-rc3. Work in progress! This documentation is for an unreleased, in-development0 码力 | 1985 页 | 6.67 MB | 1 年前3
Julia 1.10.0 rc3 DocumentationThe Julia Language V1.10.0-rc3 The Julia Project December 19, 2023 Contents Contents i I Manual 1 1 Julia 1.10-rc3 Documentation 2 1.1 Important Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Julia Compared to Other Languages . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 Getting Started 5 2.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 3 Variables 7 3.1 Allowed Variable Names . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 3.2 Assignment expressions0 码力 | 1691 页 | 5.99 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













