代码搜索结果
找到约 2,917 项符合
Strip 的代码
makefile
CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
EXEC_PUT = gpio_test
OBJS_PUT = gpio_test.o
all: $(EXEC_PUT)
$(EXEC_PUT): $(OBJS_PUT)
$(CC)
strip.m
function net = strip(net, tolerance)
% STRIP
%
% Delete support vectors from a support vector classification network for which
% the magnitude of the corresponding weight is less than a given to
makefile
# EnderUNIX Aget Makefile
# http://www.enderunix.org/aget/
OBJS = main.o Aget.o Misc.o Head.o Signal.o Download.o Resume.o
CFLAGS = -g -Wall -W -pedantic
LDFLAGS = -pthread
CC = gcc
STRIP = strip
a
makefile.freebsd
# EnderUNIX Aget Makefile
# http://www.enderunix.org/aget/
OBJS = main.o Aget.o Misc.o Head.o Signal.o Download.o Resume.o
CFLAGS = -g -Wall -W -pedantic
LDFLAGS = -pthread
CC = gcc
STRIP = strip
a
strip.m
function net = strip(net, tolerance)
% STRIP
%
% Delete support vectors from a support vector classification network for which
% the magnitude of the corresponding weight is less than a given to
m
make rsa_t 2>err
strip rsa_t
p1-48.cpp
#include
main()
{
//声明字符型数组和指针变量
char str[10];
char *strip=str;
//输入输出
coutstr; //用字符数组输入字符串
cout
p1-48.cpp
#include
main()
{
//声明字符型数组和指针变量
char str[10];
char *strip=str;
//输入输出
coutstr; //用字符数组输入字符串
cout
.fr400pdk2_board.o.flags
ifeq (setup.o led.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += fr400pdk2_board.o
endif
makefile_demo.linux
CFLAGS= $(COPS)
COPS = -O2 -finline-functions -g -march=armv4 -mtune=arm9tdmi
CC = arm-linux-gcc
AS = arm-linux-as
STRIP = arm-linux-strip
clean:
rm -f *.o *.a fmad.* fmad
fmad:
$(CC) $(CFL