代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/350097/3135540

sed opcd2num.sed

s/NOP/0/ s/DUMMY_6/6/ s/DUMMY_8/8/ s/IF_F=1_CLEAR_REMOTE_BUSY/9/ s/CLEAR_REMOTE_BUSY/1/ s/CONNECT_CONFIRM/3/ s/DISCONNECT_INDICATION/5/ s/CONNECT_INDICATION/2/ s/IF_DATA_FLAG_=0_THEN_DATA_FLAG:=1/55/
www.eeworm.com/read/349545/3143775

m str2num.m

function [x,ok] = str2num(s) %STR2NUM Convert string matrix to numeric array. % X = STR2NUM(S) converts a character array representation of a matrix of % numbers to a numeric matrix. For exampl
www.eeworm.com/read/349545/3143785

m num2str.m

function s = num2str(x, f) %NUM2STR Convert number to string. % T = NUM2STR(X) converts the matrix X into a string representation T % with about 4 digits and an exponent if required. This is u
www.eeworm.com/read/349545/3143800

m hex2num.m

function x = hex2num(s) %HEX2NUM Convert IEEE hexadecimal to double precision number. % HEX2NUM(S), where S is a 16 character string containing % a hexadecimal number, returns the IEEE double p
www.eeworm.com/read/347503/3168444

s reloc-num32.s

# Test relocation on data R_CRX_NUM32 .text .global _start _start: .long d32
www.eeworm.com/read/347503/3168455

s reloc-num16.s

# Test relocation on data R_CRX_NUM16 .text .global _start _start: .word d16
www.eeworm.com/read/347503/3168461

d reloc-num32.d

#source: reloc-num32.s #ld: -T $srcdir/$subdir/crx.ld #objdump: -D # Test relocation on data R_CRX_NUM32 .*: file format elf32-crx Disassembly of section .text: .* : .*: 78 56 o
www.eeworm.com/read/347503/3168464

d reloc-num8.d

#source: reloc-num8.s #ld: -T $srcdir/$subdir/crx.ld #objdump: -D # Test relocation on data R_CRX_NUM8 .*: file format elf32-crx Disassembly of section .text: .* : .*: 12 00 add
www.eeworm.com/read/347503/3168465

d reloc-num16.d

#source: reloc-num16.s #ld: -T $srcdir/$subdir/crx.ld #objdump: -D # Test relocation on data R_CRX_NUM16 .*: file format elf32-crx Disassembly of section .text: .* : .*: 34 12 a
www.eeworm.com/read/347503/3168468

s reloc-num8.s

# Test relocation on data R_CRX_NUM8 .text .global _start _start: .byte d8