代码搜索:Split

找到约 9,328 项符合「Split」的源代码

代码结果 9,328
www.eeworm.com/read/138727/5814860

dsp split.dsp

# Microsoft Developer Studio Project File - Name="Split" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dyn
www.eeworm.com/read/138727/5814867

dsw split.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/134479/5892456

br split.br

// split.br // trying to force BRCC to multipass a kernel... :) #include kernel void big( float4 arg1[], float4 arg2[], float4 arg3[], float4 arg4[], float4 arg5, out float4 result )
www.eeworm.com/read/134479/5892457

gold split.gold

www.eeworm.com/read/131804/5927858

java split.java

// The MIT License // // Copyright (c) 2004 Evren Sirin // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (
www.eeworm.com/read/131315/5935879

t split.t

#!./perl # $Header: split.t,v 4.0 91/03/20 01:54:42 lwall Locked $ print "1..12\n"; $FS = ':'; $_ = 'a:b:c'; ($a,$b,$c) = split($FS,$_); if (join(';',$a,$b,$c) eq 'a;b;c') {print "ok 1\n";} else
www.eeworm.com/read/131315/5939416

split-man

dviselect -i emacs.dvi -o emacs1.dvi 1-20 dviselect -i emacs.dvi -o emacs21.dvi 21-40 dviselect -i emacs.dvi -o emacs41.dvi 41-60 dviselect -i emacs.dvi -o emacs61.dvi 61-80 dviselect -i emacs.dvi -o
www.eeworm.com/read/131315/5945519

1 split.1

.\" Copyright (c) 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modificat
www.eeworm.com/read/131315/5945521

c split.c

/* * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
www.eeworm.com/read/112192/6148070

c split.c

#include #include /* - split - divide a string into fields, like awk split() = int split(char *string, char *fields[], int nfields, char *sep); */ int /* number of fields,