代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/198409/7936276
java polygon.java
public class Polygon
{
public int sides;
public double area;
public int getNumberOfSides()
{
System.out.println("the number of sides are "+sides);
return sides;
}
public
www.eeworm.com/read/396434/8107704
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Edit1: TEdit;
www.eeworm.com/read/145545/12714779
java telnumber.java
package examples.classes;
/** A class definition to show how a method name
* can be overloaded
*/
public class TelNumber {
/** Print a telephone number
* @param s the telephone
www.eeworm.com/read/246163/12753188
ash lstring.ash
;------------------------------------------------------------------------------
; LSTRING.ASH Lstring definition macro. Defines a string in Pascal format:
; ,[,CR[
www.eeworm.com/read/244543/12857297
cs uploadprogressbar.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Ilungasoft.Fr
www.eeworm.com/read/243813/12915022
java checkpalindrome.java
// CheckPalindrome.java: Check whether a string is a palindrome
public class CheckPalindrome
{
// Main method
public static void main(String[] args)
{
// Prompt the user to enter a str
www.eeworm.com/read/243531/12935823
pas psmfwlog.pas
unit PSMFWLog;
interface
uses
Windows, Registry,SysUtils,Classes,StrUtils,IdTrivialFTPBase,WinSock;
type TPSMFWLog=class
public
mTime: string;
mDirection:string;
mPermi