Chapter 1081 (2/2)
At least, now we need to let croto and yustisa continue to further improve the basic core instruction set of artificial soul.
”Apart from anything else, we didn't find out until we made it. I'm afraid it will really be of great use in the future.”
Croto said with a smile: ”in the past, when making airships and steam tanks, I often had to bury my head in calculating the force data of a bearing for a long time. Now I can write the formula algorithm directly into the packet and input the command directly to get the data.”
”This is the most basic application.”
Donne nodded and said, ”in my world, computer technology is everywhere. People use computers to solve all kinds of problems in life, work is also carried out by computers, and even family entertainment is also carried out on computers.”
”For entertainment?”
Kloto was stunned: ”is it a bit too wasteful?”
”There's no way. It's bound to happen when society develops to a certain extent.”
Don shrugged: ”don't talk about my world. Even here, when you mature the technology research of artificial soul quantum computer, we will promote it as a product in the later stage.”
Meeting the demand for computer entertainment is only secondary. With the popularization of magic phone and artificial soul quantum computer, the whole prandal will be closely connected through magic communication network. Like the propaganda when the earth entered the Internet era, that is ”the world has never been so closely connected as now”.
Connecting all people together, the exchange and collision of information will be more frequent, and the amount of information will increase greatly. In this case, people's imagination will further fly, and maybe what kind of genius will be born.
The mass production of the artificial soul quantum computer is not difficult. As long as the instruction set of the artificial soul is packaged, it can be copied at will. The soul core is also easy to produce. Now the magic projection receiver has been mass produced. To produce the display, only a small amount of changes can be made. The only thing that limits the output is the storage crystal, The technology of storing crystal has now been obtained from the dragon family. Next, we must start to find a way to solve the problem of mass production.
In other words, as long as croto and yustisa have solved the defects of the first artificial soul quantum computer and reached the level of practicability, the Tang chamber of Commerce and even the upper and lower government personnel of the Ilus empire can be equipped with this magic modified computer.
——The premise is to cultivate enough alien program apes to add all kinds of programs to the magic change computer in the future.
”You don't have to worry about mass production. Now try it in the laboratory for a period of time, find and solve the problems in use, and then consider mass production after the defects are solved,” Donne said
Croto said very readily: ”no problem, the future data calculation will be handed over to Eve.”
”It's not just data calculation.”
Donne reminded them, ”you can also give Eve the storage of various data, but you should first make corresponding working software for various occasions.”
”Software?”
”Is the packet instruction set.”
Donne began to popularize the concept of software to them again, including the office software he commonly used on the earth. He said that yustisa recorded and looked thoughtful from time to time, which seemed to be deeply inspired.
After saying this in one breath, Donne took out a cup of hot tea to moisten his throat, and then continued: ”in addition to these common office software, you also need to solve the problem of professional software.”
The so-called professional software is not facing civilians, but the software of their professionals. The most critical thing is the auxiliary operations with magic power armor, magic modified tanks, sky motherships and the orbit of long-range missiles. The amount of calculation and software required in these occasions need to be specially designed, which is very time-consuming and energy-consuming.
In particular, now the artificial soul quantum computer is still in the original state. The writing instructions of yustisa are still between ”machine language” and ”assembly language”, and even the high-level programming language has not been born.
Before the birth of C language, the system software was mainly written in assembly language.
Because assembly language program depends on computer hardware, its readability and portability are very poor; However, the general high-level language is difficult to realize the direct operation of computer hardware, which is also the advantage of assembly language. Therefore, people look forward to a new language with the characteristics of assembly language and high-level language. Therefore, C language was born.
The development of high-level language has also experienced from early language to structured programming language. The next development goal of high-level language is application-oriented, that is, just tell the program what you want to do, and the program can automatically generate algorithms and process them automatically. This is a non procedural programming language.
Donne's ambition is not so big now. He doesn't think of any application-oriented app that automatically generates algorithms. It's enough as long as there is an available high-level programming language for others.
What needs to be realized now is to enrich, standardize and pattern the basic instruction set, so as to design a high-level language.
No way, because ”assembly language” is too complex.
The essence of assembly language is the same as that of machine language. Both of them operate directly on hardware. Each instruction of the assembly program can only correspond to a very subtle action in the actual operation process. Therefore, the assembly source program is generally lengthy, complex and error prone, and using the assembly language for programming requires more computer expertise, Therefore, although the execution efficiency of assembly language is very fast, it is still difficult to popularize.
If we use profession to describe it, it is the alchemists of yustisa and einzbellen family, which is equivalent to professional engineers engaged in computer R & D and production. What they master is machine language and assembly language.
Compared with assembly language, high-level programming language not only synthesizes many relevant machine instructions into a single instruction, but also removes the details related to specific operation but irrelevant to completing the work, which greatly simplifies the instructions in the program, so programmers do not need to have too much professional knowledge, which can be popularized and cultivate a large number of programmers.
So, next, the main task of kloto and yustisa is to find vulnerabilities, fix vulnerabilities, and then complete a high-level programming language.