代码搜索:StringTest
找到约 144 项符合「StringTest」的源代码
代码结果 144
www.eeworm.com/read/455642/1609754
java stringtest.java
class StringTest {
public static void main(String[] args) {
// TODO Auto-generated method stub
char chars[]={'S','t','u','d','y',' ','j','a','v','a','!'};
String s1 = new String(chars);
www.eeworm.com/read/241991/4556623
java stringtest.java
package org.jgroups.tests;
/**
* @author Bela Ban
* @version $Id: StringTest.java,v 1.1 2005/04/20 10:27:04 belaban Exp $
*/
public class StringTest {
final int NUM=1000000;
long start, st
www.eeworm.com/read/222161/4822207
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/214350/4909128
java stringtest.java
/*
* $Header$
* $Revision$
* $Date$
*
* ====================================================================
*
* Copyright 2005 Elliotte Rusty Harold
* All rights reserved.
*
* Redistributio
www.eeworm.com/read/190661/5183124
java stringtest.java
package org.bouncycastle.asn1.test;
import java.io.IOException;
import org.bouncycastle.asn1.DERBitString;
import org.bouncycastle.asn1.DERUniversalString;
import org.bouncycastle.util.test.SimpleTe
www.eeworm.com/read/177565/5323857
cpp stringtest.cpp
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
/*
* Copyright (C) 2006 Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
*
*/
#incl
www.eeworm.com/read/171479/5394979
groovy stringtest.groovy
class StringTest extends GroovyTestCase {
void testString() {
def s = "abcd"
assert s.length() == 4
assert 4 == s.length()
// test polymorphic size() meth
www.eeworm.com/read/339163/3310575
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/334688/3363504
java stringtest.java
package com.des.test;
public class StringTest {
public static void main(String[] args) {
String key_string = "123456789A";
System.out.println(key_string.substring(5));
String zeros = "00
www.eeworm.com/read/331534/3410455
h stringtest.h
//
// StringTest.h
//
// $Id: //poco/1.3/Foundation/testsuite/src/StringTest.h#1 $
//
// Definition of the StringTest class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineer