代码搜索:Simple
找到约 10,000 项符合「Simple」的源代码
代码结果 10,000
www.eeworm.com/read/151716/5679296
po simple.po
simple.o: simple.c ../include/lzo1x.h ../include/lzoconf.h ../config.h \
h:/mingw/3.3.1/include/limits.h h:/mingw/3.3.1/include/_mingw.h \
h:/mingw/3.3.1/mingw32/include/winx/limitsx.h \
h:/m
www.eeworm.com/read/151716/5679304
c simple.c
/* simple.c -- the annotated simple example program for the LZO library
This file is part of the LZO real-time data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Obe
www.eeworm.com/read/151716/5679341
c simple.c
/* simple.c -- the annotated simple example program for the LZO library
This file is part of the LZO real-time data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Obe
www.eeworm.com/read/150609/5690027
frm simple.frm
VERSION 5.00
Begin VB.Form Simple
Caption = "Simple Demo"
ClientHeight = 4245
ClientLeft = 165
ClientTop = 735
ClientWidth = 5775
LinkTopi
www.eeworm.com/read/150609/5690028
vbp simple.vbp
Type=Exe
Form=simple.frm
Form=..\Config.frm
Form=..\About.frm
Module=Mxtool; ..\MxTool.bas
Module=Global; ..\Global.bas
Module=PComm; ..\Pcomm.bas
IconForm="Simple"
Startup="Simple"
HelpFile=
www.eeworm.com/read/150609/5690050
bc simple.bc
#
# Borland makefile for SIMPLE
# Please set BC command line environment first.
# (PATH ; INCLUDE; LIB)
# Requires PComm.dll
#
# To use: "make -f simple.bc"
#
EXPATH = ..
LIBPATH = ..\..\
www.eeworm.com/read/150609/5690051
c simple.c
/************************************************************************
Simple.c
-- Main module for simple dumb terminal example program.
Description:
1.Select "setting..."
www.eeworm.com/read/150609/5690052
vc simple.vc
#
# Microsoft makefile for SIMPLE
# Please run VC tool first to set environment:
# vcvars32 x86
#
# To use: "nmake -f simple.vc"
#
EXPATH = ..
LIBPATH = ..\..\..\lib
CCFLAGS = -c -DWIN
www.eeworm.com/read/150609/5690053
rc simple.rc
/*
Simple example resource file.
*/
#include
#include "resource.h"
#include "pdlg.rc"
IDM_SIMPLE MENU DISCARDABLE
BEGIN
POPUP "&Port"
BEGIN
MENUITEM "&Open",
www.eeworm.com/read/150609/5690073
dpr simple.dpr
program Simple;
uses
Forms,
SimpleM in 'SimpleM.pas' {SimpleForm},
MxTool in '..\MxTool.pas',
ExGlobal in '..\ExGlobal.pas',
ReadThd in '..\ReadThd.pas',
Config in '..\Config.pas'