代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/119348/6085228
todo
kses TODO
=========
* remove stuff in between .. and ..
* more attribute value checks
* more types of hooks
* return array of removed elements and attributes
* giv
www.eeworm.com/read/101082/6248870
c move.c
static char Sccsid[] "@(#)move 3.1";
/*
Copies `n' characters from string `a' to string `b'.
*/
struct { int *ip; };
char *move(a,b,n)
char *a,*b;
unsigned n;
{
register char *x, *y;
register int
www.eeworm.com/read/493294/6400338
m svo.m
%SVO Support Vector Optimizer
%
% [V,J] = SVO(K,NLAB,C)
%
% INPUT
% K Similarity matrix
% NLAB Label list consisting of -1/+1
% C Scalar for weighting the errors (optional; default: 1
www.eeworm.com/read/156224/11818241
h config.h
//-< CONFIG.H >------------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Post Relational Database Managemen
www.eeworm.com/read/154775/11927261
questions
1) why the sequence:
for (i = 0; i != struct->nr_disks; i++)
instead of:
for (i = 0; i < struct->nr_disks; i++)
???
www.eeworm.com/read/255755/12058024
m svo.m
%SVO Support Vector Optimizer
%
% [V,J] = SVO(K,NLAB,C)
%
% INPUT
% K Similarity matrix
% NLAB Label list consisting of -1/+1
% C Scalar for weighting the errors (optional; default: 1
www.eeworm.com/read/150905/12249337
m svo.m
%SVO Support Vector Optimizer
%
% [V,J] = SVO(K,NLAB,C)
%
% INPUT
% K Similarity matrix
% NLAB Label list consisting of -1/+1
% C Scalar for weighting the errors (optional; default: 1
www.eeworm.com/read/149739/12353622
m svo.m
%SVO Support Vector Optimizer
%
% [V,J] = SVO(K,NLAB,C)
%
% INPUT
% K Similarity matrix
% NLAB Label list consisting of -1/+1
% C Scalar for weighting the errors (optional; default: 1
www.eeworm.com/read/130965/14165308
changelog
2002-09-09 Sergey Poznyakoff
* rexecd.c: Change to the user's directory after
switching to the user privileges. (Thanks to
Chris Ulherr for reporting.)
Removed u
www.eeworm.com/read/294005/8258097
todo
For bringing this version up to speed with the kernel version and basic sanity:
- Make child connections (FTP, IRC, etc.) work. This appears to be
difficult. Can it be handled with iptables rules i