代码搜索结果
找到约 3,568 项符合
Strip 的代码
ui-strip.tcl
#
# Copyright (c) 1996 The Regents of the University of California.
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose, wi
strip2.m
clear
l=1;
for p=0.3:0.05:0.7
N=80;
b=10;
h=b/N;
a=p*b;
s=(1-p)*N;
s0=fix(s);
x=(1-p)*b-s0*(b/N);
if x>=0.5*h
s=s0+1;
else
s=s0;
end
w=2/(1+sin(pi/N));
We=2*N-1;
H(1:We)=0;
I
strip-comments.sh
#!/bin/bash
# strip-comment.sh: Strips out the comments (/* COMMENT */) in a C program.
E_NOARGS=0
E_ARGERROR=66
E_WRONG_FILE_TYPE=67
if [ $# -eq "$E_NOARGS" ]
then
echo "Usage: `basename $0` C-pr
strip8.bas
DEFLNG A-Z
ON ERROR GOTO FileOpenError
fil = FREEFILE
fil$ = COMMAND$
IF INSTR(fil$, ".") > 0 THEN
fil$ = LEFT$(fil$, INSTR(fil$, ".") - 1)
END IF
IF INSTR(fil$, "\") > 0 THEN
fil$