代码搜索:writeable
找到约 203 项符合「writeable」的源代码
代码结果 203
www.eeworm.com/read/416410/2123407
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/416410/2123563
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/407519/2262841
py commonpkgconfigutils.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright C (2006) Simula Research Laboratory
# Author: 脜smund 脴deg氓rd
#
# Idea: search the PKG_CONFIG_PATH environment variable for writeable
# dire
www.eeworm.com/read/413989/11134657
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/413989/11134814
inc cxver.inc
{$B-} { Complete Boolean Evaluation }
{$R-} { Range-Checking }
{$T-} { Typed @ operator }
{$X+} { Extended syntax }
{$P+} { Open string params }
{$J+} { Writeable structured consts }
{$H+} { Use
www.eeworm.com/read/276828/10706156
asm template.asm
; Template for program using standard Win32 headers
format PE GUI 4.0
entry start
include 'win32a.inc'
section '.data' data readable writeable
_title TCHAR 'Win32 program template',0
www.eeworm.com/read/135582/5885191
h qiodevice.h
#ifndef __QIODEVICE_H
#define __QIODEVICE_H
#define IO_ReadOnly 0x0001 // readable device
#define IO_WriteOnly 0x0002 // writeable device
#define IO_ReadWrite
www.eeworm.com/read/258337/11870001
h qiodevice.h
#ifndef __QIODEVICE_H
#define __QIODEVICE_H
#define IO_ReadOnly 0x0001 // readable device
#define IO_WriteOnly 0x0002 // writeable device
#define IO_ReadWrite
www.eeworm.com/read/154890/5632417
h qiodevice.h
#ifndef __QIODEVICE_H
#define __QIODEVICE_H
#define IO_ReadOnly 0x0001 // readable device
#define IO_WriteOnly 0x0002 // writeable device
#define IO_ReadWrite
www.eeworm.com/read/276828/10706238
asm mandel.asm
format PE64 GUI 5.0
entry start
include 'win64a.inc'
include 'ddraw64.inc'
section '.data' data readable writeable
_title db 'flat assembler DirectDraw application',0
_class db 'FDDR