代码搜索结果

找到约 3,568 项符合 Strip 的代码

makevalues

# This file is part of the KDE libraries # # Copyright (C) 1999 Waldo Bastian (bastian@kde.org) # # This library is free software; you can redistribute it and/or # modify it under the ter

rderiv.m

function fprime = rderiv(zp,z,beta,c,L,zs) %RDERIV Derivative of the rectangle map. % RDERIV(ZP,Z,BETA,C,L) returns the derivative at the points of ZP of % the Schwarz-Christoffel rectangle map

go.bat

asm %1.asm > %1.raw type %1.raw strip8 %1.raw %1 copy %1.mif ..

dft.h

void dft(double *, long, double *, double *); void idft(double *, long, double *, double *); long strip_primes(long);

go.bat

asm %1.asm > %1.raw type %1.raw strip8 %1.raw %1 copy %1.mif ..

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

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

makefile.am

SUBDIRS = compat doc include src AM_CPPFLAGS = @STRIP_BEGIN@ \ -I$(top_srcdir)/include \ -I$(top_builddir)/include \ @STRIP_END@

resources.c

#include #include #include "gamedefs.h" #include "resources.h" SDL_Surface *ship_strip; /* rotating ship in 2-degree increments */ SDL_Surface *front_star_tiles; /* for the paral

resources.c

#include #include #include "gamedefs.h" #include "resources.h" SDL_Surface *ship_strip; /* rotating ship in 2-degree increments */ SDL_Surface *front_star_tiles; /* for the paral