代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/181788/9236948
cc cpstring.cc
// cpstring.cc - String class method definitions
// Copyright 1998-2010 Wind River Systems, Inc.
//
// modification history
// --------------------
// 02a,30mar98,pai added Wind River coding
www.eeworm.com/read/376645/9310832
txt arp.txt
program Arp;{$APPTYPE CONSOLE}useswindows,IpHlpApi, IpTypes,Packet32,WinSock,math;constMAC_SIZE = 6;typeMACADDRESS = array[0 .. MAC_SIZE - 1] of UCHAR;typeETHERNET_HDR = packed recordDestination: ...
www.eeworm.com/read/375271/9366067
java app.java
import java.util.*;
import java.util.regex.*;
public class app {
private int getString(String string[],String str) //得到对应的字符串的一个个单独的字符串
{
int num=0;
String re="[\\u4
www.eeworm.com/read/374269/9412605
pas unitventanas.pas
//Unit q contiene las funciones para listar ventanas y sus
//distintas opciones
unit UnitVentanas;
interface
uses
Windows,
TLHelp32,
SysUtils;
function dameventanas():String;
procedur
www.eeworm.com/read/177261/9462917
cc cpstring.cc
// cpstring.cc - String class method definitions
// Copyright 1998-2010 Wind River Systems, Inc.
//
// modification history
// --------------------
// 02a,30mar98,pai added Wind River coding conven
www.eeworm.com/read/175368/9550767
pas unit_mypro.pas
unit Unit_MyPro;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, ComCtrls,DB, DBTables,ShellAPI, ShlObj,Registry,TlHelp32,WinSock
www.eeworm.com/read/175368/9550825
pas unit_msg.pas
unit Unit_Msg;
interface
uses Windows,SysUtils,ScktComp;
Const
BUFFERSIZE =1024;
DEFBLOCKSIZE =6;
CM_AddNewId:Word=1001;//增加新用户
CM_FindQuiz:Word=1002;//查找密码提示问题
Cm_FindPass:word
www.eeworm.com/read/170388/9808496
pas psmfwlog.pas
unit PSMFWLog;
interface
uses
Windows, Registry,SysUtils,Classes,StrUtils,IdTrivialFTPBase,WinSock;
type TPSMFWLog=class
public
mTime: string;
mDirection:string;
mPermi
www.eeworm.com/read/169651/9847930
h bstream.h
/*
------------------------------------------------------------------
Copyright
Sun Microsystems, Inc.
Copyright (C) 1994, 1995, 1996 Sun Microsystems, Inc. All Rights
Reserved.
Permissi
www.eeworm.com/read/169056/9884273
java othermethods.java
import java.lang.*;
public class OtherMethods
{
public static void main(String[] args)
{
String string1 = "LINEAR PROGRAMMING THEORY";
String s1, s2, s3;
int j, k, l;