How to make a word list with Excel, how to automatically divide foreign parts of speech and Chinese

Updated on educate 2024-06-04
15 answers
  1. Anonymous users2024-02-11

    The Korean text in the picture is copied indiscriminately.

    Custom formula - press alt+11 - insert - module.

    function split (a as string, b as integer).

    if instr(a, "[") >0 thenc = split(a, "[", -1, 1)d = split(c(1), "]", -1, 1)if b = 1 then split = c(0)if b = 2 then split ="[" & d(0) &"]"

    if b = 3 then split = d(1) elsec = split(a,")", -1, 1)if b = 1 then split = c(0) &")"

    if b = 2 then split =""

    if b = 3 then split = c(1)end if

    end function

  2. Anonymous users2024-02-10

    The content in the number, d is explained in Chinese. If there is no parentheses.

  3. Anonymous users2024-02-09

    Enter or copy and paste the following formulas in B1, C1, and D1, respectively.

    left(a1,find("[",a1)-1)mid(a1,find("[",a1),find("]",a1)-find("[",a1)+1)

    right(a1,len(a1)-find("]",a1)) Select b1:d1 and drop down to fill.

  4. Anonymous users2024-02-08

    What is programming.

    1. Programming language.

    Machine language: is a programming language or instruction that can be directly recognized by the machine. Computers process operations based on binary 0s and 1s, which are also called machine languages.

    Compiler: Just like Chinese and foreigners have to translate Chinese into English when they speak. To run, you have to translate it into machine language, this process is called compilation, and the software used to process compilation is called a compiler.

    Programming language: A formal language used to define a computer program and to issue instructions to a computer. To put it simply, it is the language in which humans and computers communicate.

    2. How does the computer handle the program?

    According to the principle of von Neumann's stored program, the workflow of a computer is roughly as follows:

    The user opens the program, and the program starts to execute;

    The operating system sends program content and related data into the computer's memory;

    The CPU reads instructions from memory based on the program content;

    The CPU analyzes, processes instructions, and prepares for the next instruction;

    Take down an instruction and analyze and process it, and so on until all the instructions in the program are executed;

    Finally, the result of the calculation is put into the memory address specified by the instruction.

    Please click Enter a description.

    Hope it helps! ~

  5. Anonymous users2024-02-07

    Programming is the Chinese abbreviation of programming, through learning programming, children learn not only programming knowledge, but also can improve children's multi-faceted abilities in learning.

    Improve children's logical thinking skills. In programming, children break down big problems into small problems one by one, and break them down into step-by-step problems. Construct children's complete logical thinking.

    Cultivate children's ability to make mistakes. The knowledge that children are exposed to in the first and second grades of primary school is simple, but as the higher the child's grade, the more complex the knowledge he is exposed to, and the child will have some carelessness in the cultural class, so we can effectively help the child by learning programming. Because we are not allowed to make mistakes in the process of programming, even if there is a problem with one module of our program, it is impossible to achieve the result we want, so we need to be rigorous.

    In this way, the problem of children making mistakes is eliminated.

    Learn to code for a lifetime. Choose programming and benefit for a lifetime.

  6. Anonymous users2024-02-06

    Programming is the Chinese abbreviation of programming programs, which is the process of letting the computer solve a certain problem on its behalf, prescribing a certain calculation method for a certain computing system, making the computing system run according to the calculation method, and finally obtaining the corresponding results.

  7. Anonymous users2024-02-05

    To put it simply, it's to speak some ** language so that the computer can understand it, and Ann can do what you want to do on its own, and that's ......Simple work is simple language, complex work is to write a long article, and more complex is to write**.

  8. Anonymous users2024-02-04

    What is programming? As the name suggests, it is to write a program, so what is a program? The professional explanation is that the program is the data structure plus the algorithm.

    People who have not understood may be a little confused, don't worry, all these concepts, I will use my own understanding or analogy to explain, analogy may not be accurate, but can help you have a more specific concept, which is conducive to the understanding of the entry stage. First of all, let's talk about what the algorithm is, the algorithm can be said to do a thing or solve the problem, for example, the algorithm for making tea can be: boiling water, washing tea cups, putting tea leaves, and making tea after the water is boiled.

    Of course, as you might find out by being resourceful, there are many different algorithms for solving a problem. A data structure is how data is stored, invoked, etc., in a computer.

  9. Anonymous users2024-02-03

    Programming is writing a program, and a program is the step in which something is done – when and by whom.

    So programming is all about writing work steps and work plans for one thing.

    Check people's IP and hack other people's networks, this is not directly related to programming, and many tools can do it.

    You can also create a web page without learning programming, for example, you can design a page in Word, select [Save As] in the [File] menu, and then select the file format in the Save dialog box that pops up"Web page (*.)htm,*.html)", click OK, and a web page will be generated.

    If you still want to learn how to code, go to the bookstore and buy a book for beginners.

  10. Anonymous users2024-02-02

    Programming is the Chinese abbreviation for programming programs.

  11. Anonymous users2024-02-01

    The concept of programming is broad, but its essence is to solve real-world human problems. Programming in general refers to programming a computer so that it can complete the instructions we need and get the corresponding results. This process of communication between humans and computers is called programming.

  12. Anonymous users2024-01-31

    Programming is to give a solution to the problem.

    The process of determining the problem program is an important part of the software construction activity. Programming often uses a certain programming language as a tool to give programs in that language.

    The programming process should include different stages such as analysis, design, coding, testing, and debugging.

    Programming is no exception to any design activity that seeks a balance between constraints and conflicting requirements.

    In the early days of the development of computer technology, due to the relatively expensive machine resources, the time and space cost of the program was often the main factor of design concern. With the rapid development of hardware technology and the increasing scale of software, the structure, maintainability, reusability, scalability and other factors of the program are becoming more and more important.

  13. Anonymous users2024-01-30

    Programming is the process of writing a program using a programming language, which is the process of using computer language to completely and accurately describe the data in the problem to be solved, as well as the methods and steps to deal with the problem. Among them, the description of the data is to specify the type of data and the structure of the data, and the description of the operation is to specify the steps of the operation, that is, the algorithm.

  14. Anonymous users2024-01-29

    Programming refers to the whole process from determining the task to getting the result and writing the document.

    From the identification of the problem to the final completion of the task, the following stages of work are generally processed:

    1) Problem analysis.

    2) Design algorithms.

    3) Write a program.

    4) Perform, compile and connect the source program to obtain the executable program (5) run the program and analyze the results.

    6) Write program documentation.

  15. Anonymous users2024-01-28

    Programming = Data Structure + Algorithm.

Related questions
3 answers2024-06-04

The Baby Language Word List is a word list made by parents of the post-80s generation of "Baby Language", which summarizes 17 behaviors and expressions that babies may have, and is favored by young parents because of its detailed explanation of most of the baby's behaviors.

7 answers2024-06-04

On Spark English**, you can look for it, there is it in the forum.

13 answers2024-06-04

What to test?。。 Or is it just asking questions for the sake of doing tasks?