代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/346639/11734489
cs xmlpeopleprovider.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Xml;
using System.Xml.Schema;
using System.IO;
using System.Collections.Generic;
///
///
www.eeworm.com/read/346639/11734491
cs sqlpeopleprovider.cs
using System;
using System.Configuration;
using System.Web.Configuration;
using System.Data.SqlClient;
using System.Collections.Generic;
///
/// class SqlPeopleProvider
/// P
www.eeworm.com/read/346312/11755057
cs myrichtext.cs
//Author contact: Thanh.Dao@gmx.net
using System;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using System.Drawing;
namespace WSDLParser
{
public class MyRichText : Ric
www.eeworm.com/read/346309/11755281
cs myrichtext.cs
//Author contact: Thanh.Dao@gmx.net
using System;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using System.Drawing;
namespace WSDLParser
{
public class MyRichText : Ric
www.eeworm.com/read/344240/11893679
java checkstring.java
class CheckString {
public static void main(String[] arguments) {
String str = "Nobody ever went broke by buying IBM";
System.out.println("The string is: " + str);
S
www.eeworm.com/read/343626/11939335
java utils.java
package chapter1;
/**
* Static utility methods.
*/
public class Utils
{
/**
* Return a string of length len made up of blanks.
*
* @param len the length of the output
www.eeworm.com/read/153407/12035328
m explode.m
function [split,numpieces]=explode(string,delimiters)
%EXPLODE Splits string into pieces.
% EXPLODE(STRING,DELIMITERS) returns a cell array with the pieces
% of STRING found between any of t
www.eeworm.com/read/255790/12056161
pas combas.pas
unit combas;
interface
uses
Windows,Forms,MSCommLib_TLB,SysUtils,messages;
const
Wm_Send_Data=Wm_User+16;//TzForm's Command
Wm_Data_Refresh=Wm_User+22;//DQBForm's Command
type
m_
www.eeworm.com/read/340916/12124168
cpp ex4_18.cpp
// Ex4_18.cpp : main project file.
// Creating a custom format string
#include "stdafx.h"
using namespace System;
int main(array ^args)
{
array^ values = { 2, 456,
www.eeworm.com/read/340615/12143323
java tools.java
/**
*
*/
package com.intohotel.util;
import java.awt.Color;
import java.util.*;
import java.io.*;
/**
* @author majh
*
*/
public class Tools {
/** This array contains the 16 hex d