The emergence of the new algorithm completely shocked the audience. Everyone was talking about it and was very excited.

This could be a landmark move.

However, although everyone was excited, they did not stop to listen.

On the contrary, some people even turned on their mobile phones and recorded them.

Listen carefully when you get back.

The new algorithm contains too many things, so there is more to talk about.

Algorithms have many characteristics.

Finite. An algorithm should contain a finite number of steps and cannot be infinite. In fact,"finiteness" often means"within a reasonable range." If a computer is asked to execute an algorithm that takes 1,000 years to complete, although it is finite, it exceeds a reasonable limit and people do not regard it as a valid algorithm.

Certainty. Each step in the algorithm should be definite, not vague or ambiguous. Each step in the algorithm should not be interpreted as having different meanings, but should be very clear. In other words, the meaning of the algorithm should be unique and should not cause"ambiguity".

There are zero or more inputs. The so-called input refers to the necessary information that needs to be obtained from the outside world to execute the algorithm.

There are one or more outputs. The purpose of the algorithm is to solve the problem. An algorithm without output is meaningless. effectiveness. Each step in the algorithm should be executed effectively. and get definite results.

There are many things in the algorithm. If you really want to explain it, you can write a book.

Moreover, it involves so many aspects that it cannot be explained clearly in a short time.

This is the core.

It is also the basis for building artificial intelligence

······

This meeting lasted for one day.

From morning to afternoon.

Have lunch at the school cafeteria.

The cafeteria of Kokusai University will improve the food today.

Cooked a lot of delicious food.

And the prices are pretty good.

These are all required by the school.

It is related to the face of a university.

Normally, if it tastes bad, it tastes bad.

But today, you must work hard for me.

The school even hired several great chefs from outside.

The purpose is to satisfy these big guys from all over the country.

How can we not pay attention to it?

Number one is here.

Oh my god.

School leaders must accompany them.

All things should be the best.

In addition to Chinese food, in order to take care of foreigners, we also prepare some Western food.

All kinds of exquisite food are addictive.

In the afternoon, everyone took a short break and continued the meeting.

During the meal, no one was idle and they gathered together in twos and threes.

Talking about what happened in the morning.

No. 1 Ye Hao Zhong Jing was talking.

He was very curious about what ultimate move Zhong Jing would use.

······

This time the exchange ended at 5 p.m.

When it was over, everyone left one after another.

With the end of the communication competition, we went out in twos and threes, everyone knew each other and communicated with each other.

What was being discussed was the artificial intelligence proposed by Zhong Jing.

Of course, there are also some people who are at a lower level. They can't understand the new algorithm proposed by Zhong Jing because it is too complicated, so they discuss other people's research.

For example - computer language.

Computer language refers to the language used for communication between humans and computers.

Computer language is a medium for transmitting information between humans and computers. The biggest feature of a computer system is that instructions are conveyed to the machine through a language.

In order for an electronic computer to perform various tasks, it is necessary to have a set of numbers, characters, and grammar plans for writing computer programs. These characters and grammar rules form various computer instructions (or various statements). These are the languages ​​that the computer can accept.

Object-oriented programming and data abstraction play an important role in modern programming thinking. The development of language in the future will no longer be a simple language standard, but will be completely object-oriented, easier to express the real world, and easier to write for people. , its use will no longer be limited to professional programmers, people can complete programming in a simple way by customizing a workflow in real life.

Simplicity: Provides the most basic methods to complete specified tasks. You only need to understand some basic concepts and you can use it to write applications suitable for various situations.

Object-oriented: Provides simple class mechanism and dynamic interface model. The object encapsulates state variables and corresponding methods, achieving modularization and information hiding; it provides a prototype of a class of objects, and through the inheritance mechanism, subclasses can use the methods provided by the parent class, realizing code reuse.

There are many types of computer languages. Generally speaking, they can be divided into three categories: machine language, assembly language, and high-level language.

Every action or step performed by the computer is executed according to a program that has been programmed in computer language. A program is a collection of instructions for the computer to execute, and all programs are written in the language we master.

Therefore, if people want to control the computer, they must issue commands to the computer through computer language.

The translator used by everyone now is one of them. _Feilu reminds you: three things about reading - collection and recommendation

Tap the screen to use advanced tools Tip: You can use left and right keyboard keys to browse between chapters.

You'll Also Like