代码搜索:SubString
找到约 5,777 项符合「SubString」的源代码
代码结果 5,777
www.eeworm.com/read/119039/14841953
java substringbuffer.java
class subStringBuffer
{
public static void main(String[] args)
{
//创建字符串缓冲区
StringBuffer buf = new StringBuffer("The Java Class Libraries");
//调用subString方法
System.out.print
www.eeworm.com/read/212596/15152503
java substringbuffer.java
class subStringBuffer
{
public static void main(String[] args)
{
//创建字符串缓冲区
StringBuffer buf = new StringBuffer("The Java Class Libraries");
//调用subString方法
System.out.print
www.eeworm.com/read/201061/15417010
java stringexam.java
public class StringExam
{
public static void main(String args[])
{
String s1=new String("This is an demo of the String method.");
char c[]={'a','b','c'};
String s
www.eeworm.com/read/112603/15481977
java substringbuffer.java
class subStringBuffer
{
public static void main(String[] args)
{
//创建字符串缓冲区
StringBuffer buf = new StringBuffer("The Java Class Libraries");
//调用subString方法
System.out.print
www.eeworm.com/read/408235/11401132
exports data-structures.exports
##sys#substring-ci=?
##sys#substring-index
##sys#substring-index-ci
##sys#substring=?
##data-structures#reverse-string-append
->string
alist-ref
alist-update!
always?
any?
atom?
binary-search
butlast
www.eeworm.com/read/271940/10975732
m ox.m
%OX represent Davis's Order Crossover
%OX was proposed by Davis. It can be viewed as a kind of variation of PMX with a different repairing procedure.
%OX works as follows:
%
%Procedure: OX
%Step
www.eeworm.com/read/323119/13354148
test func_str.test
# Description
# -----------
# Testing string functions
--disable_warnings
drop table if exists t1,t2;
--enable_warnings
set names latin1;
select 'hello',"'hello'",'""hello""','''h''e''l''l''o''',"h
www.eeworm.com/read/318416/13479384
m ox.m
%OX represent Davis's Order Crossover
%OX was proposed by Davis. It can be viewed as a kind of variation of PMX with a different repairing procedure.
%OX works as follows:
%
%Procedure: OX
%Step
www.eeworm.com/read/308994/13684711
m matlab遗传算法ox变换的源代码.m
%OX represent Davis's Order Crossover
%OX was proposed by Davis. It can be viewed as a kind of variation of PMX with a different repairing procedure.
%OX works as follows:
%
%Procedure: OX
%Step