代码搜索:B

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

代码结果 10,000
www.eeworm.com/read/482036/6635412

v b_task.v

`timescale 1ns / 1ps //////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 20:28:00 12/26/07 // Design Name: // Mo
www.eeworm.com/read/478394/6716150

java exp7.java

import java.awt.*; import java.awt.event.*; public class Exp7 extends Frame{ static Panel pan=new Panel();//创建一个面板对象 static Label lab=new Label("0.0",Label.RIGHT); //创建一个标签对象,文字右对齐
www.eeworm.com/read/156642/11787476

asm tables.asm

; TABLES.ASM ; ********** ;7 segments decoded data. lo is segment on & hi is segment off get_seg addwf PCL, f ; ABCDEFGP ;P is decimal point retlw 00000011b ;0 retlw 10011111b ;1 retlw 00100101
www.eeworm.com/read/152187/12133473

abl comp4a.abl

module COMP4A title '4-bit look-ahead comparator 5 June 1990 Steve Weil & Gary Thomas Data I/O Corp.' comp4a device 'F153'; A3,A2,A1,A0 pin 1,2,3,4; A = [A3,A2,A1,A0]; B3,B
www.eeworm.com/read/338426/12307603

h54 codec_cnst.h54

;************************************************************************* ; SJTU DSP Tech. Center ; Copyright (c) 2002 SJTU DSP Tech. Center. All Rights Reserved. ; History
www.eeworm.com/read/338426/12307680

h54 codec_cnst.h54

;************************************************************************* ; SJTU DSP Tech. Center ; Copyright (c) 2002 SJTU DSP Tech. Center. All Rights Reserved. ; History
www.eeworm.com/read/338023/12328755

tdf zhuanhuan.tdf

SUBDESIGN zhuanhuan ( b0:INPUT; b1:INPUT; b2:INPUT; b3:INPUT; a[3..0]:OUTPUT; ) BEGIN a[0]=b0; a[1]=b1; a[2]=b2; a[3]=b3; END;
www.eeworm.com/read/336516/12440194

abl comp4a.abl

module COMP4A title '4-bit look-ahead comparator 5 June 1990 Steve Weil & Gary Thomas Data I/O Corp.' comp4a device 'F153'; A3,A2,A1,A0 pin 1,2,3,4; A = [A3,A2,A1,A0]; B3,B
www.eeworm.com/read/195079/8175059

h vs1003.h

#ifndef __VS1003B_H__ #define __VS1003B_H__ /* #define VS1003B_PORT PORTB #define VS1003B_DDR DDRB #define VS1003B_PIN PINB #define VS1003B_XCS 0 #define VS1003B_XRESET 1 #de
www.eeworm.com/read/202051/15390833

c 88l89.c

void port_init(void) { PORTA = 0x00; DDRA = 0xFF; PORTB = 0x10; DDRB = 0xBF; PORTC = 0x00; DDRC = 0x48; PORTD = 0xF7; // 11110111 DDRD = 0xFA; // PD7:RD PD6:WR PD5:RS PD4:CS PD