Java Programming for Beginners

所在平台: Udemy

课程主页: https://www.udemy.com/course/java-programming-for-beginners-w/

课程评论:没有评论

第一个写评论        关注课程

课程简介

Java编程入门 Coursera课程内容总结: 本课程旨在教授Java编程基础,内容丰富,涵盖300页的讲义(PDF和PPT),提供丰富的代码示例和练习。学员可根据讲义自行学习。 **核心内容包括:** * **环境搭建:** Eclipse IDE的下载、安装与使用。 * **基础语法:** * 变量类型 (int, float, char, boolean, string, list) * 运算符 * 输入与输出 * 条件语句 (if, else, if-else) * 循环 (while, for) * **数据结构:** * 列表 (list) * 列表推导式 (list comprehension) * 多维列表/矩阵 (list of lists) * **函数:** 函数的定义与使用,以及用于列表的函数。 * **字符串:** 字符串操作。 * **算法:** * 排序算法 (选择排序, 冒泡排序, 归并排序) * 二分查找 * 递归 **学习方式:** * 鼓励下载讲义随时随地学习。 * 强烈建议通过Eclipse IDE动手实践讲义中的代码。 * 课程提供视频讲解答疑,并有编码演示。 **先决条件:** * 无需软件经验。 * 需要基础/中等英语水平。 * 所需软件Eclipse IDE免费。 完成本课程后,学员将能够编写Java程序。

课程评论(0条)

课程详情

The course is based on 300 slides of material teaching Java. You can download the 300 slides and learn on your own without the need to watch any of the lectures, everything is in the slides which also include a lot of code examples and exercises. However there are videos that explain the course material in depth while coding directly in front of you.By the end of the course you will be able to write Java programs.The course consists of 300 slides offered both in pdf and powerpoint (ppt) format which you can download to your computer or smartphone and study from anywhere (home , work ).It's highly recommended you put what you learn into practice. So it's highly advised you write the code you see in the slide using the coding environment (called the Ecplise IDLE) as mentioned in the course.The software needed for the course is free (it's called the Eclipse IDLE)No previous software experience is required and only basic/intermediate level of English is needed to get through the course.Downloading , installing and using the Eclipse IDLEIntroduction 1:LoopsWhile Conditional statementsif , else , if elseVariable typesint , float , char, boolean ,string , listOperators.Input & OutputLists , lists comprehension , for loops , in operator, list of lists(matrix), functions for lists.FunctionsStringsSorting algorithms, Select Sort, Bubble Sort & Merge Sort Binary searchRecursion

课程标签

0人关注该课程

主题相关的课程