代码搜索:SubString

找到约 5,777 项符合「SubString」的源代码

代码结果 5,777
www.eeworm.com/read/154509/5637034

txt 算法 5.3.txt

算法 5.3 void SubString_Sq( char Sub[ ], char S, int pos, int len) { // 用Sub返回串S的第pos个字符起长度为len的子串。 // 其中,0≤pos
www.eeworm.com/read/431167/8706321

c ascase.c

/****************************************************************************** * * Module Name: ascase - Source conversion - lower/upper case utilities * $Revision: 1.22 $ * ******
www.eeworm.com/read/101163/15846181

html resourcecontent.html

www.eeworm.com/read/203088/15365567

c test-string-kernels.c

/* ** Copyright (C) 2006 Thai Computational Linguistics Laboratory (TCL) ** National Institute of Information and Communications Technology (NICT) ** Canasai Kruengkrai
www.eeworm.com/read/192685/8361062

txt 调用sql进行模糊查询总是得不到预期得记录集.txt

有 两 种 方 法 : 1.用 Like: Select * From 人 事 表 Where 籍 贯 like '安 徽 %'( 主 持 人 注 : 不 同 的 系 统 中 使 用 的 通 配 符 号 可 能 是 不 同 的 。 ) 2.用 SubString Select * From 人 事 表 Where SubString(籍 贯 ,1
www.eeworm.com/read/376841/9303813

cs nmea2osg.cs

/*********************************************************************** * NMEA2OSG * *
www.eeworm.com/read/366065/9835154

c strstr.c

/* * strstr.c -- * * Source code for the "strstr" library routine. * * Copyright (c) 1988-1993 The Regents of the University of California. * Copyright (c) 1994 Sun Microsystems, Inc. * * See
www.eeworm.com/read/361283/10060576

ini server.ini

[server] substring=a6 [dbname] substring=master [user] substring=sa [password] substring=1
www.eeworm.com/read/361283/10060856

ini server.ini

[server] substring=a6 [dbname] substring=master [user] substring=sa [password] substring=1
www.eeworm.com/read/359099/10166107

sql 示例5.sql

SELECT Name,EmployeeID FROM Employees WHERE SUBSTRING(Name,1,1) ‘A’