代码搜索结果
找到约 10,000 项符合
B 的代码
bmpdata.asm
.def _BMPTable
.sect "BMPDATA"
_BMPTable:
.word 11111111B
.word 11111111B
.word 11111111B
.word 11111111B
.word 11111111B
.word 11111111B
.word 1111111
table.asm
;***************************************************
;***************************************************
font_tbl:
dw 000111111b ;0
dw 000000110b ;1
dw 001011011b ;2
dw 001001111b ;3
dw 0
2jinzhi.h
#ifndef _2JINZHI_H
#define _2JINZHI_H
#define b11 0x03
#define b111111 0x3F
#define b1001001 0x49
#define b11001 0x19
#define b110101 0x35
#define b10010001 0x91
#define b10000
bindef.h
#define b00000000 0x0
#define b00000001 0x1
#define b00000010 0x2
#define b00000011 0x3
#define b00000100 0x4
#define b00000101 0x5
#define b00000110 0x6
#define b00000111 0x7
#define b0000100
swedish.asm
; Swedish national character set for yampp-7 Colour LCD (8x14 size)
; by Grelle
.org 0x0000
.db 0xE5,0xE4,0xF6,0xC5,0xC4,0xD6 ; chars sequence table, max 20 chars
.db 0 ; table end marke
bindef.h
#define b00000000 0x0
#define b00000001 0x1
#define b00000010 0x2
#define b00000011 0x3
#define b00000100 0x4
#define b00000101 0x5
#define b00000110 0x6
#define b00000111 0x7
#define b0000100
70846b09748b001b1824f94af3792b74
// 只包含setter和getter方法的类
package org.lxh.vo ;
import java.util.* ;
public class PersonVo
{
// 表中所有字段
private String id ;
private String name ;
private String password ;
// 此属性用于保存全部错误