代码搜索结果

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

sizes.tok

# Sizes for bottom strip / status line used in QBASIC/EDIT for DOS5 # Created by Terry Farrell. (terryf) # January 1990. These tokens are for the file uinhelp.src and they # produce the file u

sizes.tok

# Sizes for bottom strip / status line used in QBASIC/EDIT for DOS5 # Created by Terry Farrell. (terryf) # January 1990. These tokens are for the file uinhelp.src and they # produce the file uinhel

file2fun.sci

function [FunName]=File2Fun(FileName) // the file's name to function name FunName=stripblanks(FileName); // strip blank len=length(FunName); if (len

mkprep.c

/* * Makes a prep bootable image which can be dd'd onto * a disk device to make a bootdisk. Will take * as input a elf executable, strip off the header * and write out a boot image as: * 1) defa

showmethods17.java

// typeinfo/ShowMethods17.java // TIJ4 Chapter Typeinfo, Exercise 17, page 593 // Modify the regular expression in ShowMethods.java to additionally // strip off the keywords native and final (hint:

showmethods17.java

// typeinfo/ShowMethods17.java // TIJ4 Chapter Typeinfo, Exercise 17, page 593 // Modify the regular expression in ShowMethods.java to additionally // strip off the keywords native and final (hint:

showmethods17.java

// typeinfo/ShowMethods17.java // TIJ4 Chapter Typeinfo, Exercise 17, page 593 // Modify the regular expression in ShowMethods.java to additionally // strip off the keywords native and final (hint:

showmethods17.java

// typeinfo/ShowMethods17.java // TIJ4 Chapter Typeinfo, Exercise 17, page 593 // Modify the regular expression in ShowMethods.java to additionally // strip off the keywords native and final (hint:

stripedmap.java

package net.jcip.examples; import net.jcip.annotations.*; /** * StripedMap * * Hash-based map using lock striping * * @author Brian Goetz and Tim Peierls */ @ThreadSafe public class Strip