奥运五环
2021-11-16 11:04:27 1KB web
1
Book Description Scratch is a fun, free, beginner-friendly programming environment where you connect blocks of code to build programs. While most famously used to introduce kids to programming, Scratch can make computer science approachable for people of any age. Rather than type countless lines of code in a cryptic programming language, why not use colorful command blocks and cartoon sprites to create powerful scripts? In Learn to Program with Scratch, author Majed Marji uses Scratch to explain the concepts essential to solving real-world programming problems. The labeled, color-coded blocks plainly show each logical step in a given script, and with a single click, you can even test any part of your script to check your logic. You’ll learn how to: Harness the power of repeat loops and recursion Use if/else statements and logical operators to make decisions Store data in variables and lists to use later in your program Read, store, and manipulate user input Implement key computer science algorithms like a linear search and bubble sort Hands-on projects will challenge you to create an Ohm’s law simulator, draw intricate patterns, program sprites to mimic line-following robots, create arcade-style games, and more! Each chapter is packed with detailed explanations, annotated illustrations, guided examples, lots of color, and plenty of exercises to help the lessons stick. Learn to Program with Scratch is the perfect place to start your computer science journey, painlessly. Table of Contents Chapter 1. Getting Started Chapter 2. Motion and Drawing Chapter 3. Looks and Sound Chapter 4. Procedures Chapter 5. Variables Chapter 6. Making Decisions Chapter 7. Repetition: Definite and Indefinite Loops Chapter 8. String Processing Chapter 9. Lists Book Details Paperback: 288 pages Publisher: No Starch Press (February 2014) Language: English ISBN-10: 1593275439 ISBN-13: 978-1593275433
2021-11-11 16:43:21 30.16MB Programmer
1
c+how+to+program答案++c程序设计经典教程习题答案.pdfc+how+to+program答案++c程序设计经典教程习题答案.pdf
2021-11-08 16:13:24 2.62MB c+how+to+program答案
1
Java大学教程(Java+How+to+Program)(第四版)中文版.pdf part1
2021-11-05 13:42:07 13.9MB Java 大学教程 第四版 中文版
1
数据分析的经典教材,适合优化,程序行为分析,等领域
2021-11-02 13:56:29 4.87MB Data Flow Analysis Compiler Program
1
校园社团管理小程序使用方法 安装必备工具 安装 node,mysql,微信 web 开发者工具 后台 到 back 目录 cd ./back 修改 database/config.json 文件 { "host": "127.0.0.1", "port": 3306, "username": "root", //用户名 "password": "123456", //密码 "database": "club", //数据库名 "dialect": "mysql" //数据库类型 } 打开 mysql,创建 club 数据库 回到 back 目录下运行如下命令 npm i //安装依赖 npm run migration //执行数据库迁移 npm run seed //插入admin用户 npm run start //开启后台进程
2021-10-31 14:49:40 20.64MB JavaScript
1
这是一本不错的C++入门书。程序示例完整,注释多,知识点、编程习惯和需要注意的地方讲解详细清楚。读者有一定基础可以阅读学习此书,以手头工作或者要完成的任务为导向学习效果会很好。
2021-10-30 20:24:17 37.96MB C++
1
SAP
2021-10-27 21:04:58 420KB SAPABAP
1
介绍 码云微信小程序(第三方服务)是一个基于微信小程序+码云OpenAPI的代码仓库管理小工具,实现在微信小程序上对码云一些常用功能的移动端操作体验。 项目说明 本项目小程序客户端部分除页面UI基于WeUI以及Markdown采用了第三方库以外,未集成任何开发框架,纯微信小程序原生代码实现;直接与码云官方API () 通信,没有任何的第三方服务端数据存储和缓存服务。 为了用户更安全放心的使用这个小程序,我们推荐使用码云的 进行授权。 使用说明 1. clone 本项目至本地 导入微信小程序并修改为自己的APPID 2. 编译并运行小程序开发版 即可预览效果 特色功能 1. 手机端查看代码提交记录,评论变更的文件 2. 手机端查看码云通知/私信 3. 手机端查看/合并/关闭PR 4. 方便发起Issue、管理、查看Issue状态等 5. 查看用户主页、用户开源仓库和用户关注的仓库 6. 搜
2021-10-23 14:33:30 1.16MB weixin wechat weapp mini-program
1
O2OA微信小程序 O2OA微信小程序是O2OA企业信息化系统的微信小程序端实现。 目前这个小程序连接的是我们O2OA的样例服务器,可以直接扫码体验: 小程序原始码使用 首先需要自行申请一个微信小程序,同时这个微信小程序需要通过微信认证,个人小程序无法使用小程序的高级API,很多功能无法使用。 基本微信小程序需要配置后台服务器访问地址,现有小程序只支持https的请求,所以需要将O2OA服务器开启https功能。小程序后台配置如下图: 小程序原始码中修改O2OA服务器地址: O2OA:Java企业信息化系统 O2OA是基于J2EE架构,集成了移动办公,智能办公,支持私有化部署,自适应负载能力的,能够节省成本的企业软件开发成本的基于AGPL协议开放源代码的企业信息化系统需求定制开发解决方案方案,对外提供专业的开发运维等技术服务。 O2OA平台拥有流程管理,门户管理,信息管理,数据管理和服务
2021-10-18 20:26:24 1.45MB 系统开源
1