代码搜索结果
找到约 3,568 项符合
Strip 的代码
cowstrip.c
/*
cowstip.c : CWINDOWS.H stripper
cowstrip : given list of files, read then in, include from BEGIN to END
NOTE : begin & end symbols MUST be on the start of a line
Also strips whitespace l
makefile
#
# This dir holds all of the images for PPC machines.
# Tom Rini January 2001
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
$(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlin
cowstrip.c
/*
cowstip.c : CWINDOWS.H stripper
cowstrip : given list of files, read then in, include from BEGIN to END
NOTE : begin & end symbols MUST be on the start of a line
Also strips whitespace l
ip_dn.java
package net;
import java.awt.HeadlessException;
import java.net.*;
import javax.swing.*;
public class IP_DN {
public static void main(String[] args) {
String strIP = JOptionPane.sho
readme.txt
re2c lesson 002_strip_comments, (c) M. Boerger 2006
In this lesson you will learn how to use multiple scanner blocks and how to
read the input from a file instead of a zero terminated string. In the
rootfilesystem
#!/bin/bash
#
dd if=/dev/zero of=DEVICE bs=1k count=4400
# After this command,you should select yes, press 'y' and ENTER
mke2fs -m0 -i 2000 DEVICE
#
mount -t ext2 -o loop DEVICE /mnt
mkdir -p /mnt/{de
rmap.m
function wp = rmap(zp,w,beta,z,c,L,qdat)
%RMAP Schwarz-Christoffel rectangle map.
% RMAP(ZP,W,BETA,Z,C,L,QDAT) computes the values of the
% Schwarz-Christoffel rectangle map at the points in
progen
#!/usr/bin/perl
############################################################################
# $Id: progen,v 1.20 1998/08/26 10:16:19 hanord Exp $
#
# Generates a tmake project file.
#
# Copyright (C)
如何实现类似于显示属性的分页效果.txt
你 可 以 使 用 VB的 Tabbed Dialog控 件 或 Common Controls中 的 TabStrip控 件 来 实 现 这 样 的 效 果 ( 参 考 QA002803 “Tabbed Dialog控件和tab strip控件有什么不同”) 。 你 可 以 在 VB6中 选 择 菜 单 “ 工 程 |添 加 窗 体 ” , 然 后 在 对 话 框 中 选 择 “ 选 项 对 话
makefile
MINGW=S:\ProgRaw\MinGW
GCC=$(MINGW)\bin\gcc
LIB=$(MINGW)\lib
CFLAGS=-O2 -masm=intel -std=c99
LINKFLAGS=-mconsole -nostartfiles -Wl,--strip-all
load : load.o
$(GCC) $(LINKFLAGS) -o loa