代码搜索:writeable
找到约 203 项符合「writeable」的源代码
代码结果 203
www.eeworm.com/read/338667/12289128
h 24c02.h
//****************************************24c512************************************************
//写保护引脚
#define WriteAble(OBit) ((OBit==1)?(rPDATD&=~(0x01
www.eeworm.com/read/331341/3413780
java paper.java
package jbookch4.infExample;
public class Paper implements Eatable, Writeable {
public void eat() {
System.out.println("撕纸吃,"+TASTELESS);
}
public void write() {
S
www.eeworm.com/read/425879/10312231
asm get_apiz.asm
format PE GUI 4.0
entry __start
;
; code section...
;
section '.text' code readable writeable executable
;
; _get_krnl_base: get kernel32.dll's base address
;
; in
www.eeworm.com/read/425035/10385617
asm get_apiz.asm
format PE GUI 4.0
entry __start
;
; code section...
;
section '.text' code readable writeable executable
;
; _get_krnl_base: get kernel32.dll's base address
;
; in
www.eeworm.com/read/127767/14337120
txt e696. listing the image formats that can be read and written.txt
By default, the javax.imageio package can read GIF, PNG, and JPEG images and can write PNG and JPEG images. The complete list of available readable and writeable formats can be retrieved by calling Im
www.eeworm.com/read/276828/10706252
asm ddraw.asm
; DirectDraw programming example
format PE GUI 4.0
entry start
include 'win32a.inc'
include 'ddraw.inc'
section '.data' data readable writeable
_title db 'flat assembler DirectDraw
www.eeworm.com/read/163902/10140419
inc dfw.inc
{$B-} // Complete Boolean Evaluation
{$T-} // Typed @ operator
{$X+} // Extended syntax
{$P+} // Open string params
{$J+} // Writeable structured consts
{$H+} // Use long strings by default