Computer basic assembly

assembly language Base system How to calculate decimal Binary Data width Signed and unsigned numbers The complement of the original code Bit operation Bit operation calculation assembly register Memory Assembly instruction Memory replication Instructions on the stack How to write function in asUTF-8...

Posted by exa_bit on Mon, 14 Jun 2021 04:09:04 +0930

Hamming code

Basic knowledge Code distance: also known as Hamming distance, it is the number of different bits encoded on the corresponding bits between two codes in information coding. For example, bits 1, 2, 5 and 6 of codes 100110 and 010101 are different, so the code distance of the two codes is 4, andUTF-8...

Posted by erikhillis on Wed, 08 Dec 2021 09:18:35 +1030

Code introduction: the way to standardize -- teach you how to standardize code at one time

catalogue preface Guard statement code: Small function Dimitt's law Concept: code: Map extract object Stream polymorphic reflex last preface In our normal development process, due to the tight project time, the code can be used, and the quality of the code is often ignored. Some are even copiedUTF-8...

Posted by manhattanpaul on Tue, 21 Dec 2021 18:35:27 +1030

Finally, someone summed up all the "underlying principles of computer"

Computer history Abacus and mechanical computer There are many brotherhoods with great national pride that regard the abacus as the origin of the computer, and the brotherhood with explosive days that regard Yin and Yang as the origin of binary 0 and 1. I think this is a little unreliable If yoUTF-8...

Posted by evan12 on Fri, 24 Dec 2021 15:22:26 +1030

socket Programming TCP/IP communication (implemented in C + + under windows)

1. What is a Socket? Popular understanding: Socket is translated into Chinese as socket, which also means socket. It can be understood according to the meaning of socket. Socket is the middleware connecting power supply and machine. Similarly, socket is the middleware connecting two processes oUTF-8...

Posted by chieffan on Mon, 03 Jan 2022 23:34:47 +1030

Go compilation principle series 3 (lexical analysis)

prefaceIn the last article, the core technology of lexical analysis, finite automata (DFA), and the use and working principle of two common lexical analyzers were introduced. On this basis, it will be much easier to see the lexical analysis source code of GoThis paper mainly includes the followUTF-8...

Posted by newbiehacker on Tue, 04 Jan 2022 17:34:53 +1030

Learn regular expressions with you

Regular expressions are patterns used to match combinations of characters in strings and are objects in JavaScript. These patterns are used in RegExp's exec and test methods, as well as String's match, matchAll, replace, search, and split methods. Regular expressions can be used for all text seUTF-8...

Posted by jaymoore_299 on Sun, 09 Jan 2022 03:44:02 +1030

use. NET 6 to develop TodoList application (26) -- implementing strong type binding of Configuration and Option

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python practical quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 Series navigation and source code use. NET 6 development TodoList application article index demand IUTF-8...

Posted by cleanice on Wed, 12 Jan 2022 06:53:44 +1030

Record the troubleshooting of an online springcloud feign request service timeout exception

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python practical quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 Due to the recent surge in online orders, the third party reported that some work order businesses fUTF-8...

Posted by Eric T on Fri, 14 Jan 2022 07:01:13 +1030

How is the HTTP request of HttpRunner3 sent

Python wechat ordering applet course video https://edu.csdn.net/course/detail/36074 Python practical quantitative transaction financial management system https://edu.csdn.net/course/detail/35475 In the example code of HttpRunner3, the code for sending HTTP requests is written as follows: from hUTF-8...

Posted by 7khat on Fri, 14 Jan 2022 07:04:53 +1030