代码搜索结果
找到约 3,568 项符合
Strip 的代码
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
uclass.h
//---------------------------------------------------------------------------
#ifndef uClassH
#define uClassH
//---------------------------------------------------------------------------
#inclu
makefile
#
# GNU makefile
#
CC = gcc
INCL =
CFLAGS = -O6 -s -I../include
LINK = gcc
STRIP = strip
BIND = coff2exe
RM = del
LFLAGS = -L../lib
LIBS = -lm -lpdc~1 -l
ldump.c
/*
** $Id: ldump.c,v 2.8.1.1 2007/12/27 13:02:25 roberto Exp $
** save precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#include
#define ldump_c
#define LUA_CORE
#include "lua.
ldump.c
/*
** $Id: ldump.c,v 1.15 2006/02/16 15:53:49 lhf Exp $
** save precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#include
#define ldump_c
#define LUA_CORE
#include "lua.h"
#in
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
ldump.c
/*
** $Id: ldump.c,v 2.8.1.1 2007/12/27 13:02:25 roberto Exp $
** save precompiled Lua chunks
** See Copyright Notice in lua.h
*/
#include
#define ldump_c
#define LUA_CORE
#include "lua.
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
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