代码搜索结果
找到约 2,917 项符合
Strip 的代码
makefile.linux
CFLAGS= $(COPS)
COPS = -O2 -finline-functions -g -march=armv4 -mtune=arm9tdmi -static
CC = arm-linux-gcc
AS = arm-linux-as
STRIP = arm-linux-strip
clean:
rm -f *.o *.a fmad.* fmad
fmad:
$(C
spiralplane.m
%SPIRALPLANE Archimedean spiral of N turns
% This script "bends" the strip (strip.mat) in order to get
% a spiral
%
% The following parameters need to be specified:
%
% Number of turns
makefile
CROSS_COMPILE=
CC=$(CROSS_COMPILE)gcc
STRIP=strip
LIB= -lpthread
LIB+=-lcurses
LIBPATH=/home/yangzq/dvs7004/Centaur/linux-2.6.9/lib
EXEC=das-server
OBJS=$(EXEC).o
all:$(OBJS)
$(CC) -o $(EXEC) $(OBJS)
047-filedict.py
def load_dictionary(filename):
f = file(filename, "r")
dict = {}
for line in f:
key, value = line.split(":")
dict[key.strip()] = value.strip()
f.close()
return dic
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)
makefile
EXEC = cat1025
OBJS = cat1025.o
CROSS = arm-linux-
CC = $(CROSS)gcc
STRIP = $(CROSS)strip
CFLAGS = -Wall -g
#-march=armv5t -O2
all: clean $(EXEC)
$(EXEC):$(OBJS)
$(CC) $(CFLAGS) -o $@ $(OBJ
makefile
EXEC = ad-test
OBJS = ad-test.o
CROSS = arm-linux-
CC = $(CROSS)gcc
STRIP = $(CROSS)strip
CFLAGS = -g -O2
#-march=armv5t -O2
all: clean $(EXEC)
$(EXEC):$(OBJS)
$(CC) $(CFLAGS) -o $@ $(OBJS)
makefile.test
TOP_DIR = $(shell pwd)
OBJS = ds13xx_test.o
EXEC = ds1337_test
CROSS = /usr/local/arm/bin/arm-linux-
CC = $(CROSS)gcc
STRIP = $(CROSS)strip
CFLAGS += -g -I/home/pyl/linux-2.4.20/include -L/home/
spiralplane.m
%SPIRALPLANE Archimedean spiral of N turns
% This script "bends" the strip (strip.mat) in order to get
% a spiral
%
% The following parameters need to be specified:
%
% Number of turns
example2_text.html
Example2
Example 2
This example shows how to set up a strip-chart using the graphing c