代码搜索:Bit

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

代码结果 10,000
www.eeworm.com/read/486463/6532908

bmp 24bit.bmp

www.eeworm.com/read/485493/6551054

bmp bit1.bmp

www.eeworm.com/read/485380/6560878

vhd alu_bit.vhd

--SINGLE_FILE_TAG ------------------------------------------------------------------------------- -- $Id: alu_bit.vhd,v 1.1 2007/10/12 09:11:36 stefana Exp $ ------------------------------------------
www.eeworm.com/read/485380/6560944

vhd pc_bit.vhd

--SINGLE_FILE_TAG ------------------------------------------------------------------------------- -- $Id: pc_bit.vhd,v 1.1 2007/10/12 09:11:36 stefana Exp $ -------------------------------------------
www.eeworm.com/read/485465/6562612

bit top_zoumigong.bit

www.eeworm.com/read/484789/6575158

m bit_reverse.m

function [yn] = bit_reverse(xn) %--------------------------------------------------------------- % Complete this code to obtain a new sequence yn % with bit-reversed indices. % Although we c
www.eeworm.com/read/483741/6593288

jpg box_bit.jpg

www.eeworm.com/read/481905/6632312

bit generale_2.bit

www.eeworm.com/read/481522/6642133

asm 16bit.asm

[BITS 16] [ORG KERNEL_START] Start: mov ax, cs mov ds, ax mov es, ax mov ss, ax ;初始化堆栈段 mov sp, 0x0000 ;栈顶指针归零 ; 准备切换到保护模式 cli ;禁用中断以免干扰初始化 cld
www.eeworm.com/read/481522/6642145

asm 32bit.asm

[BITS 32] align 4 Begin32c: mov ax, kernel_data - _GDT mov ds, ax mov es, ax mov fs, ax mov gs, ax mov ss, ax mov esp, 0x2FFFF call TestMemory mov edi, memMap ; jiao: set first 32 bytes o