代码搜索:DevC

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

代码结果 129
www.eeworm.com/read/367406/9751965

rc get_devc.rc

#include "windows.h" #include "Get_DevC.h" GENERIC ICON DISCARDABLE "GENERIC.ICO" GENERIC MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/367406/9751967

exe get_devc.exe

www.eeworm.com/read/367406/9751969

h get_devc.h

#define IDM_EXIT 100 #define IDM_DEMO 200 #define IDM_ABOUT 301 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/367406/9751971

cpp get_devc.cpp

#include #include "Get_DevC.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x800000
www.eeworm.com/read/125688/6022586

h sb.h

#include #include "legacy.h" #ifdef CONFIG_SBDSP #define DSP_RESET (devc->base + 0x6) #define DSP_READ (devc->base + 0xA) #define DSP_WRITE (devc->base + 0xC) #define DSP_COMMAND (de
www.eeworm.com/read/125688/6022585

c sb_common.c

/* * sound/sb_common.c * * Common routines for Sound Blaster compatible cards. * * * Copyright (C) by Hannu Savolainen 1993-1997 * * OSS/Free for Linux is distributed under the GNU GENERAL PUB
www.eeworm.com/read/125688/6022592

c sb_ess.c

#undef FKS_LOGGING #undef FKS_TEST /* * tabs should be 4 spaces, in vi(m): set tabstop=4 * * TODO: consistency speed calculations!! * cleanup! * ????: Did I break MIDI support? * * History:
www.eeworm.com/read/266832/11211027

c sb_common.c

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

c sb_ess.c

#undef FKS_LOGGING #undef FKS_TEST /* * tabs should be 4 spaces, in vi(m): set tabstop=4 * * TODO: consistency speed calculations!! * cleanup! * ????: Did I break MIDI support? * * History:
www.eeworm.com/read/266832/11211032

h sb.h

#define DSP_RESET (devc->base + 0x6) #define DSP_READ (devc->base + 0xA) #define DSP_WRITE (devc->base + 0xC) #define DSP_COMMAND (devc->base + 0xC) #define DSP_STATUS (devc->base + 0xC) #define DSP_D