代码搜索:devC
找到约 129 项符合「devC」的源代码
代码结果 129
www.eeworm.com/read/120455/14803027
mak devcaps2.mak
#------------------------
# DEVCAPS2.MAK make file
#------------------------
devcaps2.exe : devcaps2.obj devcaps2.res
$(LINKER) $(GUIFLAGS) -OUT:devcaps2.exe devcaps2.obj \
devc
www.eeworm.com/read/479151/1338207
h v_midi.h
typedef struct vmidi_devc {
int dev;
/* State variables */
int opened;
/* MIDI fields */
int my_mididev;
int pair_mididev;
int input_opened;
int intr_active;
void (*
www.eeworm.com/read/179911/5295309
h v_midi.h
typedef struct vmidi_devc {
int dev;
/* State variables */
int opened;
/* MIDI fields */
int my_mididev;
int pair_mididev;
int input_opened;
int intr_active;
void (*
www.eeworm.com/read/350097/3130202
h v_midi.h
typedef struct vmidi_devc {
int dev;
/* State variables */
int opened;
/* MIDI fields */
int my_mididev;
int pair_mididev;
int input_opened;
int intr_active;
void (*
www.eeworm.com/read/171690/9742570
mak devcaps2.mak
#------------------------
# DEVCAPS2.MAK make file
#------------------------
devcaps2.exe : devcaps2.obj devcaps2.res
$(LINKER) $(GUIFLAGS) -OUT:devcaps2.exe devcaps2.obj \
devc
www.eeworm.com/read/209559/4972477
h v_midi.h
typedef struct vmidi_devc {
int dev;
/* State variables */
int opened;
spinlock_t lock;
/* MIDI fields */
int my_mididev;
int pair_mididev;
int input_opened;
int intr
www.eeworm.com/read/316872/3603238
h v_midi.h
typedef struct vmidi_devc {
int dev;
/* State variables */
int opened;
spinlock_t lock;
/* MIDI fields */
int my_mididev;
int pair_mididev;
int input_opened;
int intr
www.eeworm.com/read/297079/8054724
h devguid.h
#ifndef _DEVGUID_H
#define _DEVGUID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
extern const GUID GUID_DEVCLASS_WCEUSBS;
extern const GUID GUID_DEVC
www.eeworm.com/read/231705/4710668
makefile
# Demo for GCC/HCS12 port of FreeRTOS
# Author Jefferson Smith
#
SRCDIR=../..
RTOS_BASEDIR=$(SRCDIR)/Source
# what board to compile for
TARGET_BOARD ?= dragon12-rom
CPU=m68hcs12
DEVC_PRE
www.eeworm.com/read/194691/5124456
makefile
# Demo for GCC/HCS12 port of FreeRTOS
# Author Jefferson Smith
#
SRCDIR=../..
RTOS_BASEDIR=$(SRCDIR)/Source
# what board to compile for
TARGET_BOARD ?= dragon12-rom
CPU=m68hcs12
DEVC_PRE