代码搜索:devC

找到约 129 项符合「devC」的源代码

代码结果 129
www.eeworm.com/read/266832/11211234

c sb_mixer.c

/* * sound/sb_mixer.c * * The low level mixer driver for the Sound Blaster compatible cards. */ /* * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the
www.eeworm.com/read/125688/6022583

c sb_audio.c

/* * sound/sb_audio.c * * Audio routines for Sound Blaster compatible cards. * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLI
www.eeworm.com/read/266832/11210998

c sb_audio.c

/* * sound/sb_audio.c * * Audio routines for Sound Blaster compatible cards. * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLI
www.eeworm.com/read/266832/11211064

c sscape.c

/* * sound/sscape.c * * Low level driver for Ensoniq SoundScape * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GP
www.eeworm.com/read/266832/11211308

c sb_midi.c

/* * sound/sb_dsp.c * * The low level driver for the Sound Blaster DS chips. * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLI
www.eeworm.com/read/430874/8720607

makefile

TARGET = ir LIBS = -L../lib -lserial DEVC_PREFIX = m6811-elf- CC = $(DEVC_PREFIX)gcc AS = $(DEVC_PREFIX)as AR = $(DEVC_PREFIX)ar SIZE = $(DEVC_PREFIX)size OBJCOPY = $(DEVC_PREFIX)objcopy .SUFFIXES:
www.eeworm.com/read/125688/6022590

c uart401.c

/* * sound/uart401.c * * MPU-401 UART driver (formerly uart401_midi.c) */ /* * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LIC
www.eeworm.com/read/266832/11211084

c uart401.c

/* * sound/uart401.c * * MPU-401 UART driver (formerly uart401_midi.c) * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICE
www.eeworm.com/read/477321/6741694

win makefile.win

# Project: Sample conio.h in devc++5 # Makefile created by Dev-C++ 4.9.9.2 CPP = g++.exe CC = gcc.exe WINDRES = windres.exe RES = OBJ = "conio\ for\ devc++5\ sample.o" $(RES) LINKOBJ =
www.eeworm.com/read/430874/8720584

makefile

# # $Id: Makefile,v 1.1 1998/04/27 12:22:30 tom Exp $ # TARGET = libserial.a ASFLAGS += -m68hc11 --print-insn-syntax -ahls=$*.lst -D --gstabs libserial.a : serial.o $(AR) cr $@ $^ DEVC_PREFIX =