代码搜索:Target1
找到约 35 项符合「Target1」的源代码
代码结果 35
www.eeworm.com/read/355017/10301933
mak aix.mak
#
# makefile for Notes C++ API sample program agents/ragents
# AIX version
#
#
# set TARGET to the name of the executable to create
TARGET1 = agents
TARGET2 = ragents
TARGET
www.eeworm.com/read/355017/10301941
mak sol_2x.mak
#
# makefile for Notes API sample program agents/ragents
# Solaris 2 version
#
#
# set TARGET to the name of the executable to create
TARGET1 = agents
TARGET2 = ragents
TARG
www.eeworm.com/read/355017/10301945
mak linux.mak
#===========================================================================
# makefile for Notes C++ API sample linux version
# TARGET = name of src, obj, and exe files
TARGET1 = agents
TARGET2 =
www.eeworm.com/read/321505/13403947
txt 如何使用神经网络控件.txt
BP神经网络控件1.0 测试版
作者 何晓昀
更多信息请访问 www.hexiaoyun.net.cn
如果您有什么意见和建议,请发邮件到 hexymail@tom.com
BP神经网络控件1.0 是为了满足神经网络计算而设计的神经网络控件。
VC 调用该控件的方法如下 (该方法在Visual studio 2005 测试过)
1 打开 visual studio 200
www.eeworm.com/read/387771/8654290
makefile
#****************************************************************************
# Copyright (C) 2001-2006 PEAK System-Technik GmbH
#
# linux@peak-system.com
# www.peak-system.com
#
# This program
www.eeworm.com/read/282153/9116937
makefile
LINUX_SRC := /usr/src/arm-linux-2.6/linux-2.6.14-fa
CC = arm-linux-gcc
STRIP =arm-linux-strip
INCLUDE = -I$(LINUX_SRC)/include/
INCLUDE += -I/usr/src/arm-linux-2.6/module/I2C
TARGET1=iaccess
all:
$(
www.eeworm.com/read/419292/10876663
makefile
CC = gcc
CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -g
TARGET1 = ufs
TARGET2 = init
OBJS1 = ufs.o op.o
OBJS2 = init.o
INC = -pthread -lfuse -lrt -ldl
all:init ufs
init:$(OBJS2)
$(CC) $(OBJS2)
www.eeworm.com/read/387771/8654288
makefile
#****************************************************************************
# Copyright (C) 2001-2006 PEAK System-Technik GmbH
#
# linux@peak-system.com
# www.peak-system.com
#
# This program is fr