Position: Home page » Blockchain » Fetch blockchain

Fetch blockchain

Publish: 2021-04-23 17:40:36
1.

The exchange and the project party jointly issued currency for the first time. The exchange participates in the selection and incubation of project tokens and makes endorsement with its own credit. If the exchange is down-to-earth, it will not go too far. Under this premise, IEO's project selection and operation are many times better than the previous ICO

in the first quarter, several Asian exchanges announced IEO, and I am optimistic about JYS in Malaysia. The main reasons are as follows:

  1. with the background of traditional, high-tech and new financial instries, the team strength is OK, and the team has mature experience and quick reaction ability in project selection and operation

  2. the object of IEO is the entity high-tech enterprises that need financing for development. The project party takes entity and patent right as endorsement, and the financing income is used for patent landing. The realization of procts and the growth of currency value are supported by real profits, which are completely different from the concept of air currency

    it is said that the first IEO project will be launched in May. As it announced, the entity is a high-tech patent enterprise. When it comes to blockchain space, it's a real project that makes people feel at ease

2. CTRL + C
Ctrl + d
all right
if you want to Ping a few packages, man Ping
has a detailed description
3. Absolute section
a section with a fixed (absolute) address that cannot be changed by the linker
access RAM (access ram, pic18cxxx series devices only)
this is an area of data memory ram, which can be accessed regardless of the selected memory. With it, special function registers can be accessed through instructions without changing the selected memory. Access ram also includes some general purpose registers (GPRS). It is useful for saving the required variables ring context switching, such as ring interruption. When used to reference pic18cxxx device, access ram refers to the special general register that is allowed to be accessed regardless of the setting value of memory select bit (BSR)
acquisition time (tacq)
this time is related to analog-to-digital (A / D) converter. It is the time for the holding capacitor on the pic18cxxx A / D to charge to the analog input voltage level. " When go position is 1, the analog input is disconnected from the holding capacitor, and the A / D conversion starts
A / d
refers to analog-to-digital converter. See the description of "analog to digital (A / D, analog to digital conversion)"
Alu
ALU. A logic unit on a device responsible for Mathematics (addition, subtraction...), logic (and, or...) and shift operations
analog
refers to the process of electronic transmission by superimposing signals of different frequencies or amplitudes on the carrier of a given frequency
analog to digital (A / D, analog to digital conversion)
the process of converting an analog input voltage to a digital value proportional to it
assembly language
describes binary machine code as a readable symbolic language
ausart
addressable universal synchronous asynchronous transceiver. The mole can be used as a full plex asynchronous communication port or a half plex synchronous communication port. When running in asynchronous mode, USART can connect with the serial port of a PC
alphanumeric
alphanumeric includes letters and numbers from 0 to 9
Application
a complete set of software and hardware combination developed by users, usually one by Picmicro & reg; Single chip microcomputer control procts
assemble
what the assembler does. See assembler
assembler
a language tool for translating user's assembly source code (. ASM) into machine code. MPASM™ Is the assembler of microchip
assembly (assembly language)
a programming language eventually replaced by machine language. Machine language is made up of numbers. People can hardly read and write. Assembly language has the same structure and command set as machine language, but it allows programmers to use names (instructions) instead of numbers to program
assigned section
the section assigned to the target memory block in the linker command file. The linker assigns the assignment segment to a specific target memory block
bank is a method of addressing data storage. Because the enhanced device has 8-bit direct addressing function, the instruction can be addressed to 256 bytes. In order to make the device have more than one data memory, the data memory is divided into adjacent memory, each memory contains 256 bytes of data. To select the required memory, the memory select register (BSR) must be configured correctly. A total of 16 memory banks can be realized< Baud is usually used to describe the speed of serial port communication. Equivalent to the bit rate per second (BPS)
BCD
see the description in "binary coded decimal (BCD)"
binary coded decimal (BCD)
every 4 digits represents a decimal number of 0-9. Usually a byte contains two decimal digits from 0 to 99
bor
see the description in "brown out reset"
brown out
when the power supply voltage drops below the specified minimum working voltage for a short time. When the load in the circuit increases, the voltage of the system / device will decrease, which leads to this situation
brown out reset (BOR)
when the power supply voltage falls below the specified voltage range, it forces the device into the reset state. Some devices have an internal bor circuit, while others need an external circuit to reset
bus width
this is the number of bits the bus can carry. For data memory, the bus width is 8 bits. For enhanced devices, the bus width of program memory is 16 bits
breakpoint – hardware
an event that causes a program to pause after execution
breakpoint – software
an address where the program pauses after firmware execution. It is usually obtained by a special breakpoint operator
build
the function of recompiling the source code of an application
C
a high-level programming language for Picmicro & reg; MCU, especially high-end device series, generates code
calibration memory
used to save Picmicro & reg; The special function register of RC oscillator calibration value on MCU board
can
controller area network. A peripheral interface for automotive and instrial applications
capture
a function of the CCP mole. When a predetermined event occurs, the value of the timer / counter is "captured" into the hold register mole
capture register
is a 16 bit register that loads the 16 bit value of tmr1 register when a capture event occurs
CCP
capture, compare and pulse width molation (PWM). The CCP mole can be configured to operate as an input capture, timer compare or PWM output
coff
common object file format. A new method based on mplink & 8482; The intermediate file format generated by linker linker contains machine code and debugging information
command line interface
command line interface refers to the execution of a command with options in DOS. Implement mpasm & 8482; The assembler is called by the assembler and any command line option or file name. When the command line options default, the default input interface is executed
common RAM
is an area of data memory RAM with the same address in all memory banks. The universal RAM can be implemented between 70h and 7FH addresses. It is very useful for saving the required variables ring context switching, such as ring interruption
compare
one of the functions of the CCP mole, when the register value of the timer matches the value in the compare register, the device will perform an action
compare register
is a 16 bit register that contains a value compared with the 16 bit tmr1 register. When the counter matches the contents of the comparison register, the comparison function mole will be triggered
compile
what the compiler does. See compiler
compiler (compiler)
a language tool to translate user's C language source code into machine code. MPLAB® C17 and MPLAB & reg; C18 is the C compiler of microchip company, which is used to compile pic17cxxx and pic18cxxx devices respectively
configuration bits
used to compile and set Picmicro & reg; Single chip operation mode bit. Configuration bits do not necessarily need to be pre programmed. For simulators and simulators, you can use options & gt; Development Mode dialog box settings; For programmers, you can use the_ CONFIG MPASM™ Set in the command
configuration word
this is a non-volatile memory location, which specifies some characteristics of device operation (such as oscillation mode, WTD enable, start timer enable). These features can be specified in device programming. For EPROM memory, as long as the value of a bit is "1", it can be programmed to "0" in the future; If the value is "0", the device must be erased before programming to "1"
conversion time (tconv)
this time is related to the analog-to-digital (A / D) converter. This is the time required for the pic18cxxx A / D converter to convert the analog level on the holding capacitor into a digital value
CPU
central processing unit. Decode the instruction, determine the number of operands needed by the program, and take charge of the operation. Transfer mathematical operation, logical operation and shift operation to ALU
D / a
see the description of "digital to analog"
DAC
digital to analog converter
data bus
a bus that transfers data to or from data storage
Data EEPROM
Data EEPROM. The memory can be programmed and reprogrammed by the CPU to ensure that the key values / key variables are stored in the nonvolatile memory ring power down
data memory
memory on the data bus. The memory is volatile (SRAM), including special function registers and general purpose registers
data memory
Picmicro & reg; The general purpose file register (GPR) of ram on the device. The file register window displays the data memory
digital to analog conversion
the process of converting a digital value to an analog voltage proportional to it
direct addressing (direct addressing)
instruction contains data memory address. Executing this type of instruction will always access the data embedded in the address
directives
directives inform mpasm & 8482; How the assembler handles mnemonics, defines data, formats, and list files to control assembler operations. The instruction simplifies the coding and can be customized according to special requirements
Download
download is the process of transferring data from PC host to another device, such as emulator, programmer or target board
EEPROM
electrically erasable programmable read only memory. It is a special type of prom that can be erased by electricity. Data is erased byte by byte. Even when the power is cut off, EEPROM will save the contents
embedded system
a special function computer built in or integrated into a device. It is used to control, monitor and assist operation. All embedded systems contain computers, the simplest of which is a single chip microprocessor ("chip"). A ROM software ("firmware") that can be designed to add a function to a microprocessor, such as the ROM BIOS of a PC The definition comes from chipcenter.com)
simulation
software installed in simulation memory is executed ring development, just as firmware installed in MCU is executed
simulation memory
the program memory in the simulator
emulator
hardware for simulation
emulator system
MPLAB & reg; Ice simulation system includes clamp, processor mole, device adapter, cable and MPLAB & reg; Software. PICMASTER® The simulation system includes clamp, probes, cables and MPLAB & reg;
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750