代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/123453/14631779

version

1.3.1 This file contains the version number of the gateway. It is stored on the first line. Nothing else should be there. Note that if you get this file from CVS, it will just say "cvs" instead of a
www.eeworm.com/read/123453/14631835

c dict.c

/* * dict.c - lookup data structure using octet strings as keys * * The Dict is implemented as a simple hash table. In the future, it * might be interesting to use a trie instead. * * Lars Wirz
www.eeworm.com/read/123453/14631975

h gwmem.h

/* * gwmem.h * * This is a simple malloc()-wrapper. It does not return NULLs but * instead panics. * * We have two wrappers. One that just checks for allocation failures and * panics if they ha
www.eeworm.com/read/123453/14632481

version

1.3.1 This file contains the version number of the gateway. It is stored on the first line. Nothing else should be there. Note that if you get this file from CVS, it will just say "cvs" instead of a
www.eeworm.com/read/123453/14632517

c dict.c

/* * dict.c - lookup data structure using octet strings as keys * * The Dict is implemented as a simple hash table. In the future, it * might be interesting to use a trie instead. * * Lars Wirz
www.eeworm.com/read/123453/14632640

h gwmem.h

/* * gwmem.h * * This is a simple malloc()-wrapper. It does not return NULLs but * instead panics. * * We have two wrappers. One that just checks for allocation failures and * panics if they ha
www.eeworm.com/read/123143/14645374

m anfismex.m

function anfismex %ANFISMEX Core MEX function for ANFIS. % This is the core MEX function for ANFIS. Do not use this function % directly, use ANFIS instead. ANFIS provides a consistent and comp
www.eeworm.com/read/120089/14813099

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the
www.eeworm.com/read/119287/14834255

py fileinfo_fromdict.py

"""Framework for getting filetype-specific metadata. This is the same as fileinfo.py with one difference: instead of inheriting from UserDict, we inherit directly from dict. This capability was intro
www.eeworm.com/read/214177/15111682

c dialog.c

/* dialog.c * Copyright (C) 1998 David Cole * * Dialog box message routing. * * Instead of getting the main message loop to remember which dialogs * are current, dialogs are registered her