代码搜索结果
找到约 3,568 项符合
Strip 的代码
subnetmask.bas
Attribute VB_Name = "SubNetMask"
'*******************************说明**********************************************************
'*在模块里面添加如下代码
makefile.uclibc
#
# Tiny C Compiler Makefile for linking to uClibc
#
# Get the latest uClibc, compile it and install it; then
# use this makefile to build tcc
#
# NOTE: you must enable floating point (HAS_FLOATING_PO
enciph.c
/*
* Program to encipher text using Blum-Goldwasser Probabalistic
* Public Key method
* See "Modern Cryptology - a tutorial" by Gilles Brassard.
* Published by Springer-Verlag, 1988
bsdinst.sh
#! /bin/sh
#
# This accepts bsd-style install arguments and executes them
#
die()
{
echo "$*" 1>&2
exit 1
}
dest=""
src=""
strip="false"
owner=""
group=""
mode="755"
while [ -n "$1" ]
do
makefile
LINUX_SRC := /usr/src/arm-linux-2.6/linux-2.6.14-fa
CC = arm-linux-gcc
STRIP =arm-linux-strip
INCLUDE = -I$(LINUX_SRC)/include/
INCLUDE += -I/usr/src/arm-linux-2.6/module/I2C
TARGET1=iaccess
all:
$(
display.h
//*************************************************************************
// MODULE : Display header for the RCOS operating system simulator *
// AUTHOR : Ron Chernich
mpeg_sc_0_debug_strip0_srf.viz
/* #SCHEDVIZ_VERSION=2.0 */
/* #FUS=srf */
/* #BLOCKS="imin= 0, imax=422, smax=0, depth=0 " */
/* #DEPTYPES=normal */
/* #NO_TRACKS */
/* #ZOOM_MODE=nonprop */
/* begin op labels */
b0 [label
kernel.asm
; 编译链接方法
; (ld 的‘-s’选项意为“strip all”)
;
; [root@XXX XXX]# nasm -f elf kernel.asm -o kernel.o
; [root@XXX XXX]# ld -s kernel.o -o kernel.bin
; [root@XXX XXX]#
[section .text] ; 代码在此
global