代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/480027/6675164
m mp_conic.m
function [X,Y,vals,labI]=mp_conic(optn,varargin);
% MP_CONIC Conic projections
% This function should not be used directly; instead it is
% is accessed by various high-level funct
www.eeworm.com/read/400577/11573217
m fdsc.m
%FDSC Feature based Dissimilarity Space Classification (outdated)
%
% This routine is outdated, use KERNELC instead
%
% W = FDSC(A,R,FEATMAP,TYPE,P,CLASSF)
% W = A*FDSC([],R,FEATMAP,TYPE,P,C
www.eeworm.com/read/157806/11662633
todo
TODO before 0.4 release:
[ DONE ] - Install netGo in '/usr' instead of '/usr/local' (accordning to FHS).
[ DONE ] - Include stdio.h in netgodialog.cpp.
[ DONE ] - Implement another technique for stor
www.eeworm.com/read/157384/11714999
in config.h.in
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
/* Define to 1 if you have the
www.eeworm.com/read/156804/11763657
c iobyevnt.c
/*
* IoByEvnt.c
*
* Sample code for Multithreading Applications in Win32
* This is from Chapter 6, Listing 6-2
*
* Demonstrates how to use event objects instead of
* file handles to sign
www.eeworm.com/read/152785/12084818
h errno.h
/* errno is not a global variable, because that would make using it
non-reentrant. Instead, its address is returned by the function
__errno. */
#ifndef _SYS_ERRNO_H_
extern int errno;
#defi
www.eeworm.com/read/254089/12163133
c protect.c
/* protect.c:
Each function in protect.c generally encapsulates a function from the
standard library.
If the protect.c function is used instead of its standard library
equivalent, then w
www.eeworm.com/read/339051/12264985
c forward.c
/* Some of the code in this file was originally based on the following file:
* gateway.c : Paul Healy, EI9GL, 900818
*
* Rewrote forwarding mechanism to use "X-Forwarded-To" paradigm instead of
www.eeworm.com/read/149908/12333958
c forward.c
/* Some of the code in this file was originally based on the following file:
* gateway.c : Paul Healy, EI9GL, 900818
*
* Rewrote forwarding mechanism to use "X-Forwarded-To" paradigm instead of
www.eeworm.com/read/149124/12402489
makefile
#
# Makefile for the kernel ata, atapi, and ide block device drivers.
#
# 12 September 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
# Note :