代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/150781/12262996
c sshzlib.c
/*
* Zlib (RFC1950 / RFC1951) compression for PuTTY.
*
* There will no doubt be criticism of my decision to reimplement
* Zlib compression from scratch instead of using the existing zlib
*
www.eeworm.com/read/251851/12314926
m piha.m
function piha(sys)
% Polyhedral invariant hybrid automaton compiler
%
% This compiler uses a modified method to create a PIHA from the switched
% continuous system. Instead of dividing the entire st
www.eeworm.com/read/251851/12314931
m~ piha.m~
function piha(sys)
% Polyhedral invariant hybrid automaton compiler
%
% This compiler uses a modified method to create a PIHA from the switched
% continuous system. Instead of dividing the entire st
www.eeworm.com/read/250756/12385870
c sshzlib.c
/*
* Zlib (RFC1950 / RFC1951) compression for PuTTY.
*
* There will no doubt be criticism of my decision to reimplement
* Zlib compression from scratch instead of using the existing zlib
*
www.eeworm.com/read/230043/14308188
txt readme.txt
This file briefly describes SVM^python.
--------
WHAT IT IS
This is SVM^struct, except that all of the C API functions (except those dealing with C specific problems) instead call a function of the
www.eeworm.com/read/121688/14742817
syntax css.syntax
# Don't edit this syntax file - it is generated from a perl script(./css.pl)
# Edit the perl script instead.
wholechars ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_
context default
www.eeworm.com/read/119269/14835669
c sshzlib.c
/*
* Zlib (RFC1950 / RFC1951) compression for PuTTY.
*
* There will no doubt be criticism of my decision to reimplement
* Zlib compression from scratch instead of using the existing zlib
*
www.eeworm.com/read/220223/14846749
borland readme.borland
In ptw32_InterlockedCompareExchange.c, I've added a section for
Borland's compiler; it's identical to that for the MS compiler except
that it uses /* ... */ comments instead of ; comments.
[RPJ:
www.eeworm.com/read/118194/14882781
py cccursor.py
#
# ccCursor.py: baseCursor to handle "+" instead of "||"
#
from baseCursor import baseCursor
def gfs(s):
if s:
return s.replace("||", "+")
def gft(x):
if x:
if ty
www.eeworm.com/read/210091/15207109
pas wwdotdot.pas
{
//
// Components : TwwDBCustomCombo, TwwDBComboDlg
//
// Copyright (c) 1996-2001 by Woll2Woll Software
//
//
// 2/25/98 - Call IsValidChar instead of checking [32..255] in KeyDown method
//