代码搜索:wanted

找到约 570 项符合「wanted」的源代码

代码结果 570
www.eeworm.com/read/117608/14911618

syn perl.syn

; Syntax file for perl - contributed by Andrea Ferguson. ; Note that the choice for keyword placement is based on how I wanted ; to see things colored. ; 21-Jun-00: Modified by Lee Goddard
www.eeworm.com/read/16793/691034

h parser.h

/* parser.h -- Everything you wanted to know about the parser, but were afraid to ask. */ /* Copyright (C) 1995-2010 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Ag
www.eeworm.com/read/480930/1311900

txt spinlocks.txt

On Fri, 2 Jan 1998, Doug Ledford wrote: > > I'm working on making the aic7xxx driver more SMP friendly (as well as > importing the latest FreeBSD sequencer code to have 7895 support) and wanted > to
www.eeworm.com/read/195013/5122852

txt spinlocks.txt

On Fri, 2 Jan 1998, Doug Ledford wrote: > > I'm working on making the aic7xxx driver more SMP friendly (as well as > importing the latest FreeBSD sequencer code to have 7895 support) and wanted > to
www.eeworm.com/read/178760/5313252

c string.c

/* Dumb strings stub. Wanted a quick hack for now - will use the libc version later. */ char *_strcpy(char *dest, const char *source) { char *d = dest; const char *s = source; while (*d
www.eeworm.com/read/341382/3251874

properties cbfinder_en.properties

cb_home = CB Home clan = Clan clan_info = Clan Information date = Date exact_match = However an exact match was found. If this is not the clan that you wanted, then retry the search with either t
www.eeworm.com/read/292705/3949341

txt spinlocks.txt

On Fri, 2 Jan 1998, Doug Ledford wrote: > > I'm working on making the aic7xxx driver more SMP friendly (as well as > importing the latest FreeBSD sequencer code to have 7895 support) and wanted > to
www.eeworm.com/read/439082/1819365

txt spinlocks.txt

On Fri, 2 Jan 1998, Doug Ledford wrote: > > I'm working on making the aic7xxx driver more SMP friendly (as well as > importing the latest FreeBSD sequencer code to have 7895 support) and wanted > to
www.eeworm.com/read/430518/1928285

txt spinlocks.txt

On Fri, 2 Jan 1998, Doug Ledford wrote: > > I'm working on making the aic7xxx driver more SMP friendly (as well as > importing the latest FreeBSD sequencer code to have 7895 support) and wanted > to
www.eeworm.com/read/396844/2407859

m kmeans.m

function [io,c,nx] = kmeans(x,nc) % KMEANS : k-means clustering % c = kmeans(x,nc) % x - d*n samples % nc - number of clusters wanted % c - calculated membership vector % algori