代码搜索:StringTest
找到约 144 项符合「StringTest」的源代码
代码结果 144
www.eeworm.com/read/331534/3410554
cpp stringtest.cpp
//
// StringTest.cpp
//
// $Id: //poco/1.3/Foundation/testsuite/src/StringTest.cpp#1 $
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
//
www.eeworm.com/read/305566/3772707
c stringtest.c
#include "../../include/cwpdefs.h"
int mystrlen(s)
string s;
{
string base = s;
while ( *s++ ) ;
return (int) (--s - base);
}
int mystrchr(s, c)
string s;
char c;
{
string base;
for ( base =
www.eeworm.com/read/305285/3776279
java stringtest.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
www.eeworm.com/read/290300/3980380
java stringtest.java
package chapter3;
class StringTest
{
public static void main(String[] args)
{
System.out.println("’");
System.out.println("Good morning,Sir!");
System.out.println("Si
www.eeworm.com/read/287078/4030923
cpp stringtest.cpp
// stringtest.cpp
#include
#include
using namespace std;
int main(int argc, char** argv)
{
string myString = "Hello, World";
cout
www.eeworm.com/read/277150/4159104
java stringtest.java
public class StringTest {
public static void main(String args[]) {
String s = "This is a test String!";
System.out.println("before changed, s= " +s);
String t = s.toLowerCase();
Syste
www.eeworm.com/read/275576/4174390
groovy stringtest.groovy
class StringTest extends GroovyTestCase {
void testString() {
def s = "abcd"
assert s.length() == 4
assert 4 == s.length()
// test polymorphic size
www.eeworm.com/read/271683/4225385
java stringtest.java
public class StringTest{
String myString1;
String myString2=new String();
String myString3="It is a string";
void print(){
System.out.println("My strig after declaration="
www.eeworm.com/read/444101/1736624
java stringtest.java
package com.nine.java;
import java.text.*;
import java.util.*;
public class StringTest {
String s = "";
StringBuffer sb = new StringBuffer();
SimpleDateFormat data = new SimpleDateFormat(
www.eeworm.com/read/444101/1736656
java stringtest.java
package com.nine.java;
import java.text.*;
import java.util.*;
public class StringTest {
String s = "";
StringBuffer sb = new StringBuffer();
SimpleDateFormat data = new SimpleDateFormat(