代码搜索:SubString
找到约 5,777 项符合「SubString」的源代码
代码结果 5,777
www.eeworm.com/read/119694/6082501
java replacementtabletest.java
/*
*
* The DbUnit Database Testing Framework
* Copyright (C)2002-2004, DbUnit.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU L
www.eeworm.com/read/279234/10453349
pl fig09_04.pl
#!/usr/bin/perl
# Fig. 9.4: fig09_04.pl
# Demonstrating basic string functions.
use warnings;
use strict;
my $string = "hello there\n";
print "The original string: ", 'hello there\n', "\n\n"
www.eeworm.com/read/154509/5636794
txt 算法 5.3.txt
算法 5.3
void SubString_Sq( char Sub[ ], char S, int pos, int len) {
// 用Sub返回串S的第pos个字符起长度为len的子串。
// 其中,0≤pos