代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/386291/8757514
java reverse.java
// reverse.java
// stack used to reverse a string
// to run this program: C>java ReverseApp
import java.io.*; // for I/O
///////////////////////////////////////////////////////////
www.eeworm.com/read/430197/8762186
pas upip1.pas
unit Upip1;
interface
uses
Windows,
Winsock2,
winsock;
function CheckURL(data :string): Boolean;
function GetURLPort(data :string): String;
function GetURLURL(data :string): String;
fun
www.eeworm.com/read/286388/8766376
java synchronize1.java
class synchronize1
{
public static void main(String args[])
{
Shared shared = new Shared();
CustomThread thread1 = new CustomThread(shared, "one");
CustomThre
www.eeworm.com/read/286388/8766393
java synchronize3.java
class synchronize3
{
public static void main(String args[])
{
Shared shared = new Shared();
CustomThread thread1 = new CustomThread(shared, "one");
CustomThre
www.eeworm.com/read/286388/8766404
java synchronize2.java
class synchronize2
{
public static void main(String args[])
{
Shared shared = new Shared();
CustomThread thread1 = new CustomThread(shared, "one");
CustomThre
www.eeworm.com/read/429657/8795769
cs testimonial.cs
using System;
using System.Data;
using System.Configuration;
///
/// class Testimonial
/// represents a testimonial
///
public class Testimonial
{
string _id;
www.eeworm.com/read/429657/8795775
cs newsitem.cs
using System;
using System.Data;
using System.Configuration;
///
/// Represents a one piece of news
///
public class NewsItem
{
string _id; // u
www.eeworm.com/read/429657/8795787
cs item.cs
using System;
///
/// Class Item
/// Represents an item the small business sells
/// Typically, an Item could be a product or a service
///
public class Item
{
private
www.eeworm.com/read/429657/8795795
cs category.cs
using System;
///
/// Class Item
/// Represents a category of Items the small business uses to
///classify/organize its Items
///
public class Category
{
private
www.eeworm.com/read/429657/8795798
cs person.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Globalization;
///
/// Represents a person
///
public class Person
{
pri