How to design programs -- An Introduction to Computing and Programming!从官网上抓取下来的网页,差不多整个www.htdp.org都抓取下来了,所以到这里共享给各位! 该书的中文译本是如何设计程序,很好的一本书。
2021-11-17 20:05:17 1.61MB program
1
英文书籍,入门级,讲解详细,对matlab中的GUI使用讲的特别详细。
2021-11-16 15:29:18 8.7MB MATLAB 教程
1
奥运五环
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