代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/371958/9528660
mak hashtbl.mak
# /Fefilename sets the name of the executable
# /Idirectory sets a single include directory
OPTIONS=/nologo /Fehashtbl.exe /I..\..\hecvm
HASHTBL.EXE:
CL.EXE $(OPTIONS) HASHTBL.CPP $(
www.eeworm.com/read/362951/9973416
log build.log
Building standalone executable...
mcc -M -silentsetup -d 'D:/mymatrix/src' -B 'cppsglcom:mymatrix,myfactor,1.0' -i D:/matlab1/Cholesky.m D:/matlab1/LUDecomp.m D:/matlab1/QRDecomp.m
mymatrix_idl.i
www.eeworm.com/read/361503/10050099
log build.log
Building standalone executable...
mcc -M -silentsetup -d 'd:/MATLAB6p5/work/nnToolKit/src' -B 'csglcom:nnToolKit,nnToolKit,2.0' -i D:/MATLAB6p5/work/nnToolKit/lmnet/LmSimu.m D:/MATLAB6p5/work/nnTool
www.eeworm.com/read/360190/10107240
makefile
# executable files for this directory
OBJECTS = screen3.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_mak
www.eeworm.com/read/357852/10200209
makefile-abbreviated
# Exerpts from a makefile
####### Compiler, tools and options
CC = gcc # executable for C compiler
CXX = g++ # executable for c++ compiler
LINK = g++ # exe
www.eeworm.com/read/162604/10291877
h nxconststr.h
/* Interface for the NXConstantString class for Objective-C.
Copyright (C) 1995, 2004 Free Software Foundation, Inc.
Contributed by Pieter J. Schoenmakers
This file is par
www.eeworm.com/read/425160/10376884
makefile
# executable files for this directory
OBJECTS = screen3.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_mak
www.eeworm.com/read/351896/10598888
makefile
# executable files for this directory
OBJECTS = screen3.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_mak
www.eeworm.com/read/277266/10650003
txt readme.txt
Borland JBuilder 6 Enterprise was used to develop this project.
Files included:
API:
CardBus.html
simpleappJava1:
MainClass.java
simpleAppJava.jpx (JBuilder project)
cardbus.jar (Exe
www.eeworm.com/read/469436/6934455
makefile
INC = -I.
SRCS = jpeg_demo.c
OBJS = $(SRCS:.c=.o)
LIBS = ../../lib/linux/libjpegenc.a ../../lib/linux/libjpegdec.a ../../lib/linux/libscaler.a
EXECUTABLE = jpeg_demo
CC = gcc
CFLAGS =-O2 -Wall -Ws