其他分享
首页 > 其他分享> > 计算机英语讲课笔记(2020-6-13)

计算机英语讲课笔记(2020-6-13)

作者:互联网

Each time when we do the sign-in work, we will convert a string of numbers into a gesture/graph. Now we think it’s a piece of cake after we have practiced it over and over again. Practice makes perfect, right?

Let‘s take a look at the first Java program we wrote in our first Java class.

public class HelloWorld {
    public static void main(String[] args) {
       System.out.println("Hello World!");
    }
}

We must learn how to adjust the parameters in the machine learning in order to obtain a better fitting effect.

  1. Applied Computer Technologies
  2. Software Technologies
  3. Big Data Technologies and Applications
  4. Artificial Intelligence (AI)

There is no vitality for the economy in a closed system, so we have to carry out (implement) the basic national policy of reform and open-up to the outside world.

转换:convert - conversion

public class DataTypeConversion {
    public static void main(String []args) {
        double x = 3.1415;
        int n = (int)x;
        System.out.println(n);
    }
}

Design Pattern 设计模式

在这里插入图片描述
生存:survive - survival

Christianity believes that almighty God made the whole world and humans.

竞争:compete - competition - competitive - competitor (rival)

The world is filled with compititions so that the fittest survive in the end. Teachers and parents often warn their children that they will be eliminated by the cruel society in the future if they don’t study hard.

We should try our best to know more about the world by reading, making friends and travelling. It’s very natural that reading and travelling can broaden our view.

马斯洛的需要层次理论(Maslow’s Hierarchy of Needs)
在这里插入图片描述
在这里插入图片描述

  1. physiological needs
  2. safety needs
  3. belongingness and love needs
  4. esteem needs
  5. self-actualization (self-realization / self-fulfillment)
  1. body - sense
  2. heart - feeling/emotion
  3. mind - thought/idea
  4. soul - faith/belief

标签:13,string,讲课,needs,2020,world,Technologies,main,public
来源: https://blog.csdn.net/howard2005/article/details/106734380