代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile.am
###########################################################################
# Some rules for building asm files:
STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh
SUFFIXES = .asm
.asm.lo:
$(LIBTOOL) --m
welcome.tpl
{strip}
{lang mkey='admin_welcome'}
{/strip}
makefile
CC = arm-linux-gcc
LD = arm-linux-ld
EXEC1 = burnID
OBJS1 = burn_i2c_gatewayid.o
CFLAGS = -O3 -march=armv4 -mtune=arm9tdmi
LDFLAGS = $(CFLAGS) -lpthread
all: $(EXEC1) $(EXEC2)
$(EXEC1): $(OBJS1)
$
hamaro_reg.c
/* hamaro_reg.c */
/*+++ *******************************************************************\
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------
hamaro_reg.c
/* hamaro_reg.c */
/*+++ *******************************************************************\
*
* Copyright and Disclaimer:
*
* ---------------------------------------------------------
cppoleh.sct
#ifndef __$CAPITALIZE_ALL$CLASS_NAME$_H
#define __$CAPITALIZE_ALL$CLASS_NAME$_H
class CLASS_NAME : public CCmdTarget
COLUMN_TAB(2){
[COLUMN_TAB(4) ATTRIBUTE_TYPE COLUMN_TAB(25) ATTRI
stripper.v
/*******************************************************************/
/* This module implements the strip logic stage */
/* of the Entropy encoder */
/*******************
censocket.cpp
#include "CenSocket.h"
#include "FCDReceive.h"
CCenSocket::CCenSocket(void *pParent, string strIP, unsigned short uPort, int iProtocol)
{
CCenSocket();
SetPara(pParent, strIP, uPort, iProto
localhelperdep.java.svn-base
package gui;
import world.Runway;
import world.Strip;
public class LocalHelperDep {
private String sCallNum;
private Strip sStrip;
private Runway rRunwayCurrent;
private boolean bHold,
dostriptest
#!/bin/sh
x=striptest.xx.$$
y=striptest.yy.$$
cp $1 $x
strip $x
cp $2 $y
strip $y
doobjcmp $x $y
exit
#eof