What philosophical principles does the joy of fish reflect?The expression 'fish joy' embodied many philosophical principles.
From the perspective of cognition," a child is not a fish, how can he know the joy of a fish " reflected that there was a certain limit to human cognitive ability. One could not go beyond the scope of sensory experience or phenomenon to understand the essence and development law of things. Human senses were the natural boundary to understand things in the outside world. This reflected an agnostic point of view, that is, things might not be recognizable.
From the perspective of subjective cognition and objective judgment, it reminded people not to use their subjective ideology to speculate about other things or people, because what they thought might not be the truth of the matter. It was similar to the principle of " don't do unto others what you don't want others to do unto you."
At the level of different modes of thinking, for example, Chuang Tzu used his perception to perceive the world, thinking that he was happy and the fish were happy, while Hui Shi used his rationality to analyze the world. The debate between the two reflected that different modes of thinking would lead to different conclusions when looking at things, which also reflected the principle that angle determined vision.
The novel " Watching the Moon on Fish Island " is equally exciting. Everyone is welcome to click and read it!
People today do not see the philosophical principles of the ancient moonThe philosophical principle of " modern people can't see the ancient moon " was that the moon existed forever, while human life was short and constantly changing.
From the perspective of time, in the long river of history, the moon had always hung high in the sky. Its form and nature had never changed. The ancient moon and the current moon were the same moon. However, humans could not cross time to see the ancient moon, because people in each era only existed in their own specific time period, which reflected the limitations of human life in terms of time.
At the same time, this statement also hinted at the insignificance of mankind in the universe. The moon had witnessed the changes of the past and the present, while generations of human beings were born, aged, sick, and dying, disappearing like flowing water. Although people in ancient and modern times could see the moon, people in different eras could not share the same moon at the same time. This reflected the huge contrast between the permanence of the universe and the short life of human beings, which caused people to revere the universe and sigh at the short life.
Use the philosophical principles you've learned to talk about your understanding of online culture?As a new form of culture, network culture has its own unique characteristics and forms of expression. The development of network culture cannot be separated from the support of philosophical principles. To be specific, the development of network culture can be deeply thought and analyzed by using the principles of philosophy such as historical realism, metaphysics, historical realism, etc.
Historical Materialism believes that the development of society is determined by the contradictory movement of productivity and production relations. As a new cultural form, the development of network culture cannot be separated from the development of productivity and the change of production relations. The development of network culture is inseparable from people's creativity and innovative spirit. This is the fundamental reason why network culture can continue to be innovative and develop.
According to the theory of metaphysics, the development of things is driven by the struggle of contradictions. The development of network culture is no exception, there are all kinds of contradictions and conflicts, such as the competition between users and the pressure brought by the competition. These contradictions and conflicts are the source of power for the development of network culture, and also the important reason for the continuous innovation and development of network culture.
Historical Materialism believes that the development of society is an inevitable trend of history. The development of network culture is also an inevitable trend in history. With the continuous development and popularity of information technology, network culture will play an increasingly important role in the future society.
To sum up, the development of network culture is inseparable from the support of philosophical principles. Using the principles of historical realism, metaphysics, and historical realism to analyze can better understand the nature and development of network culture, so as to better deal with the challenges brought by the development of network culture.
Principles of RevengeHere are some principles for recommending revenge novels:
1. [Death Scripture: This is an absolutely dark story of revenge. The story is filled with a dark atmosphere from the beginning to the end.]
2. " Abandoned Wife Reborn, Di Daughter Fighting at the House Gate ": This was a novel about rebirth and revenge. It told the story of the female protagonist's struggle with the house gate after her rebirth.
3. " The Vengeance ": This is a revenge novel, telling the story of the heroine returning in blood and settling the grievances of the past.
4. " A Reborn Daughter Is a Top Student ": This was a revenge novel. The female protagonist used her top student ability and wisdom to take revenge and met a domineering CEO who doted on her to the bone.
5. The Count of Monte Cristo: This is a long novel with revenge as the central clue. It tells the story of the Count of Monte Cristo punishing evil, repaying kindness and taking revenge.
These novels all involved the plot of revenge and could be read according to personal preferences.
Primitive principlesThe primitive principle was the jungle principle. Under this principle, personal interests came first, showing the characteristics of strong meat and weak food.
The novel " Primitive Law " is equally exciting. Everyone is welcome to click and read it!
Computer PrinciplesComputer principles covered many aspects:
** 1. Basic operation mode of the computer **
1. ** The three steps of hardware input, calculation, and output **
- Computer hardware was made up of a large number of integrated circuits (IPs), and the pins of the IPs were used for input and output. The normal operation of a computer required three steps: input, operation, and output. First of all, the computer itself could not generate information and needed external data (input). Second, the computer had to process and calculate the input data (operation), which was its core value. Finally, the processed data had to be displayed (output) so that the user could know the result. These three steps were closely linked and were indispensable.
2. ** The Essence of Software-A Collection of Orders and Data **
- The essence of a program was a collection of instructions and data, and it had nothing to do with the complexity of the program. An instruction was a command that controlled the computer to input, calculate, and output. The data in the program is divided into input data that is the object of instruction execution and output data that is obtained from the result of instruction execution. For example, in a personal computer, the content of an executable program file with the.Exe extension was a list of values. Each value was either an instruction or data.
3. ** The difference between computer processing and human thinking habits **
- The computer used numbers to represent all information, which was different from human thinking habits. For example, humans used "blue" and "red" to describe colors, while computers used numbers. For example,"0,0,255" represented blue, and "255,0,0" represented red. The computer would first convert the text into the corresponding numbers (character codes) before processing.
** 2. Computer structure composition **
1. ** Internal and External Storage **
- The internal and external memory was a component that realized the memory function. It was used to store the calculation program and various data involved in the calculation.
2. **CPU structure and functions **
- ** Arithmetic Unit **: It is composed of an arithmetic logic unit, ALU, general purpose register, and data temporary register. The program status word register accepts the commands of the controller and performs actions. It is responsible for the processing and processing of data, namely the arithmetic and logic operations of data.
- ** Controller **: Composed of program counter PC, instruction register AR, address register AR, data register Dr, instruction translator, etc. It is responsible for analyzing the control information specified by the program, controlling and coordinating input and output operations or memory access.
- ** Register Group **: The register function is to store the binary-code. It is composed of flip-flops with storage function. Registers, buffer, and memory were in close proximity to the CPU. The closest to the CPU was the register, then the buffer, and finally the memory. When the CPU operated, it first read the data from the hard disk into the memory, and then read the data that was about to be used into the register. The CPU prioritized reading and writing the register, and then the register exchanged data with the memory. The buffer existed between the register and the memory, because frequently manipulating the same address data in the memory would affect the speed, and the extraction speed from the buffer was much faster than the memory.
- ** bus **: It is the common channel for the CPU, memory, input and output devices to transmit information. The components of the host are connected through the bus, and the external devices are connected to the bus through the corresponding interface circuit.
** 3. Concepts related to commands and programs **
1. ** Command **
- An instruction was the smallest unit of program control for a computer. The collection of all instructions was called the computer's instruction system.
2. ** Program **
- A program is a set of instructions written in a certain language to complete a specific task.
** 4. Concepts related to the finite-state machine **
1. ** Basic Concepts **
- The finite-state machine (FSM) was also known as the synchronous finite-state machine. All the state jumps were performed under the effect of the clock, and the number of states was limited. Each state represents an event, and going from one event to another is called a state jump or transition.
2. ** Constitution and expression **
- It is composed of a state register group and a combination logic circuit. The state register group has k bits, that is, there are k state register, and the state is encrypted into k bits, which can represent multiple unique states. The input has m bits and the output has n bits. The trigger condition for a state change is the arrival of the rising edge of the Clock signal. According to whether the output is related to the input conditions, it can be divided into Moore state machines (the output of the combination logic only depends on the current state and has nothing to do with the input state) and Mealy-type state machines (the output depends not only on the current state but also on the input state).
"A Short History of the Future: Legends of the Intelligent Era" was equally exciting. Everyone was welcome to click and read it!
Principles of CultivationThe principles of cultivation involved many aspects. First of all, from the perspective of consciousness, human consciousness is divided into unconscious, subconscious, and consciousness, namely the eighth consciousness, Alaya consciousness, the seventh consciousness, and the sixth consciousness. The eighth consciousness, Alaya consciousness, had the function of collecting and remembering. It would collect information about all external things, and this information would affect one's cognition and behavior. The seventh consciousness was related to the sense of self and would affect one's consciousness.
From the perspective of life patterns, there was no accident in life. Everything was inevitable. Life situations were projected by life patterns, just like how film determined images. And cultivation was to adjust the life pattern of this bottom level to change the circumstances of life.
In terms of specific cultivation methods such as chanting scriptures, one was to understand the wisdom of Buddha and the meaning of cultivation through the scriptures. The second was to use the form of chanting scriptures to control one's mind, change one's state of mind, and correct one's delusional mind. The purpose of cultivation methods such as chanting Buddha or Sanhuohua was to become Buddha. The chanting of the Buddha's name was a path of cultivation. It was a combination of self-cultivation and cultivation of other forces. For example," like a mother remembering her son, like a son remembering her mother ", the Buddha would chant to all living beings, and all living beings would chant to remember the Buddha. Then, they would definitely see the Buddha and become a Buddha. When the Buddha's name was mentioned, all the troubles would naturally be stopped.
In addition, cultivation also involved the cultivation of one's nature. For example, by reducing unnecessary social interaction, getting close to nature, trying static activities such as calligraphy, meditation, yoga, learning the wisdom of traditional Chinese culture, and paying attention to health preservation, one could achieve inner peace and calmness, reduce troubles, and improve concentration, thus achieving the purpose of cultivation.
"Who told him to cultivate!" The novel is equally exciting. Everyone is welcome to click and read it!
Principles of a KillerThe killer's principles differed from work to work. In some works, killers might adhere to the principle of only killing specific targets. For example, some killers only killed pests in society; some killers followed the principle of attacking must defend; some killers would stick to the principle of not killing police officers. In some stories, killers were originally cold and ruthless, but they might violate the principles of killers because of certain special experiences, such as protecting a girl who had been killed. From then on, they began to think about the meaning of life. In addition, some works would have characters who adhered to the principles of assassins and glory.
Watching Léon: The Assassin wasn't satisfying enough. Everyone is welcome to click to read the novel!
Principles of Text AnalysisThe principle of text analysis is to better understand the meaning and meaning of the text through various forms of analysis, including vocabulary analysis, grammar analysis, sematic analysis, emotional analysis, etc. The following are some common text analysis principles:
1. Word analysis: analyze the words in the text to understand their usage and meaning in the sentence. It could infer the relationship and meaning between words based on context and grammar rules.
Second, grammar analysis: analyze the structure and grammar rules of sentences to understand the grammar meaning of sentences and the relationship between sentences. It could infer the relationship and meaning between words according to the grammar rules of the sentence.
3. Semantics analysis: analyze the relationship between words and sentences in the text to understand the meaning and meaning of the text. The emotional tendency of the text could be inferred through logical reasoning and sentiment analysis.
4. Sentiment analysis: analyze the emotional tendency of words and sentences in the text to understand the emotional tendency of the text. The emotional tendency of the text could be inferred by counting the emotional tendency of the vocabulary and analyzing the tone of the sentence.
5. Text classification: According to the characteristics of the text, such as the type of text, theme, style, etc. It could be classified through machine learning, artificial neural networks, and other methods.
6. Text Cluster: Cluster similar texts together according to the characteristics of the text for easy understanding and analysis. It can be clustered by similarity measurement, cluster algorithm, and other methods.
7. Text Generation: Use machine learning, natural language processing, and other methods to generate text such as automatically generating conversations, articles, advertisements, and so on. New text can be generated based on existing text data or new data.
These principles can be combined to analyze and explain different types of texts.
Principles of Literature TranslationThe principles of literary translation include the following:
Maintaining the original style: The goal of literary translation is to maintain the original style and characteristics as much as possible so that the translated literary works are consistent with the original. This requires the translator to have a deep understanding of the original text and be able to accurately grasp the language habits and expressions of the original text.
Faithfulness to the original content: The main task of literary translation is to faithfully convey the original content and artistic conception so that readers can better understand the meaning of the original text. This requires the translator to have a deep understanding of the theme, plot, characters, etc. of the original text and to be able to accurately grasp the original meaning.
3. Maintain the fluency of the language: literary translation needs to maintain the fluency and cohesion of the language as much as possible so that the translated literary works are easy to read and understand. This requires the translator to have a deep understanding of the language structure and grammar rules of the original text and be able to accurately apply these rules to translate literary works.
4. Avoiding language barriers: Literature translation should avoid language barriers in the translated works as much as possible so that readers can better understand the translated literary works. This requires the translator to have a deep understanding of the language features and language style of the original text and to be able to accurately grasp the language expression of the original text in order to avoid language barriers during translation.
5. Pursue artistic effect: literary translation should pursue the artistic effect of translation as much as possible so that the translated literary works have higher literary value and artistic charm. This requires the translator to have a deep understanding of the cultural and historical background of the original text and be able to accurately grasp the artistic features and language expressions of the original text in order to achieve a better artistic effect in the translation.