代码搜索:SubString
找到约 5,777 项符合「SubString」的源代码
代码结果 5,777
www.eeworm.com/read/230643/7147416
java videotype.java
package controlVideo;
public class VideoType {
public VideoType() {
}
public String guessContentType(String url)throws Exception {
String[] sURL=splitURL(url);
String ex
www.eeworm.com/read/463299/7183946
m simplestringkernel.m
%Computes the string kernel for contiguous strings of length seqLength
%between the strings in proteinStrings.
%Arthur Gretton
function [K]=simpleStringKernel(seqLength,proteinStrings);
disp('Comp
www.eeworm.com/read/463299/7183948
m mismatchstringkernel.m
%Computes the string kernel for contiguous strings of length seqLength
%between the strings in proteinStrings.
%Arthur Gretton
function [K_mismatch]=mismatchStringKernel(seqLength,proteinStrings);
www.eeworm.com/read/459989/7259399
js whutils.js
// WebHelp 5.10.004
var gsFileName="";
var gsDivName="";
var xmlDoc=null;
var sdocPath=null;
var gsInsertBeforeEndHTML="";
var sReplaceStringsSrc=new Array();
var gsDivName="dataDiv";
var gnLo
www.eeworm.com/read/458247/7301325
js ystat.js
/* test */
function _st_u_en(str) { var en="",i=0; for(i=0;i=0&&str.charCodeAt(i)
www.eeworm.com/read/458247/7301327
js urchin.js
//-- Google Analytics Urchin Module
//-- Copyright 2007 Google, All Rights Reserved.
//-- Urchin On Demand Settings ONLY
var _uacct=""; // set up the Urchin Account
var _userv=1; // service mode
www.eeworm.com/read/458124/7304054
js s_code.js
var s_account="mathmain"
var s=s_gi(s_account)
s.dynamicAccountSelection=true
s.dynamicAccountList="mathdev=www-external-dev.,www-external-test.,www-external-stage.,www-external-dev2.,www-external-
www.eeworm.com/read/456942/7336277
cpp bo5-51.cpp
// bo5-51.cpp 广义表的书写形式串为SString类型
#include"c4-1.h" // 定义SString类型
#include"bo4-1.cpp" // SString类型的基本操作
void sever(SString str,SString hstr) // 算法5.8 SString是数组,不需引用类型
{ // 将非空串str分割成两部分:hsub
www.eeworm.com/read/456206/7354136
~pas zhrepfrm.~pas
unit ZhRepFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ExtCtrls, StdCtrls, Spin, DsFancyButton;
type
TFrm_ZhRep = class(TFo