代码搜索结果
找到约 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)
p1-48.cpp
#include
main()
{
//声明字符型数组和指针变量
char str[10];
char *strip=str;
//输入输出
coutstr; //用字符数组输入字符串
cout
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
p1-48.cpp
#include
main()
{
//声明字符型数组和指针变量
char str[10];
char *strip=str;
//输入输出
coutstr; //用字符数组输入字符串
cout
.pnp.a.flags
ifeq (isapnp.o,$(strip $(subst $(comma),:,$(EXTRA_ARFLAGS) $(LX_OBJS) $(L_OBJS))))
FILES_FLAGS_UP_TO_DATE += pnp.a
endif
strip-exec
#
# strip-exec: Try to build the smallest executable possible from the current
# source.
#
#
# Slack 3.4 standard gcc -- change if you need to, but gcc 2.7.2.3 typically
# generates much smaller code
makefile
CROSS = arm-linux-
CC = $(CROSS)g++
STRIP = $(CROSS)strip
OBJS = net.o packet.o debug.o main.o
CFLAGS = -D_REENTRANT -Wall -O2
camserv : $(OBJS)
$(CC) $(CFLAGS) $(CPPFLAGS) -lpthread -lcrypt -o $@
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
p1-48.cpp
#include
main()
{
//声明字符型数组和指针变量
char str[10];
char *strip=str;
//输入输出
coutstr; //用字符数组输入字符串
cout
compile_install
#### Automatic compile and install###
#!/bin/sh
#####################################
su -c "./autogen.sh --prefix=/usr && make && strip src/gnome-telnet && make install && ./install_shared"