代码搜索:splitting

找到约 525 项符合「splitting」的源代码

代码结果 525
www.eeworm.com/read/322022/13390899

java split.java

package com.ronsoft.books.nio.regex; import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.charset.Charset; import java.util.regex.Pattern; /** * Test regex splitting. Splitting
www.eeworm.com/read/322022/13390904

java regexsplit.java

package com.ronsoft.books.nio.regex; import java.util.regex.Pattern; /** * Test regex splitting. Remember to quote the input args. * * @author Ron Hitchens * @version $Id: RegexSplit.java,v 1.1
www.eeworm.com/read/320816/13417758

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/318725/13473453

h ibgd.h

/* last edit: Ilja Schmelzer -------------- 10-JUN-1994 15:08:01.93 */ /************************************************************************/ /*
www.eeworm.com/read/316923/13514283

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/315631/13539256

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/308442/13700993

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/301198/13863785

c split.c

#include #include #include void main (void) { char *path_1 = "C:\\SUBDIR\\FILENAME.EXT"; char *path_2 = "SUBDIR\\FILENAME.EXT"; char *path_3 = "FILE
www.eeworm.com/read/108668/6181554

bte stringhelper.bte

String Helper Methods for formatting, manipulating, and querying Java Strings.
www.eeworm.com/read/102395/6233310

txt for.txt

The splitting-loop is implemented as an infinite loop. It is left with a \tt break \rm if the pointers meet. This approach is a typical example for the usefulness of \tt break.