代码搜索结果

找到约 5,666 项符合 B 的代码

b.chk

b.asm(6): Error! E582: forced error: b.asm(6): Note! N592: macro called from file b.asm(12) b.asm(6): Note! N592: macro called from file b.asm(21)

b.java

// // B.java // // Test more static classes (with A.java) // public class B { public static int b; static int sub(int a, int b) { return a-b; } }

b.xs

/* B.xs * * Copyright (c) 1996 Malcolm Beattie * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * */

b.pm

# B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in

b.java

//B.java //父类A class A { //父类公共成员变量 public int a; public int b; //父类私有类型成员变量 private int c; public A() { } } //子类继承父类 class B extends A { public int d; public B() { }

b.java

//B.java //类A class A { //公共类型的成员变量 public int n; public A() { } public A(int n) { this.n = n; } int method() { return n; } } //类B class B extends A

b.h

/* b.h 4.2 83/08/11 */ extern int xxindent, xxval, newflag, xxmaxchars, xxbpertab; extern int xxlineno; /* # of lines already output */ #define xxtop 100 /* max size of xxstack */ extern int xxstin

b.asm

;; B机不发送自己的地址 ORG 0100H start: mov scon,#10111000b jieshou: jbc ri, shoudao ;接收A机发的地址 jmp jieshou shoudao: mov a,sbuf ;把地址从SBUF防到A中

b-treesdb.plg

Build Log --------------------Configuration: B-TreesDB - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADM