代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/184890/9068065
cpp memtest.cpp
//: C07:MemTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Testing the Mem class
//{L} Mem
www.eeworm.com/read/282441/9093279
h ipaddress.h
/* ipaddress.h
*
* Copyright (c) 1998, 1999, Alexander Neundorf, Lukas Pustina
* alexander.neundorf@rz.tu-ilmenau.de
* lukas@tronet.de
*
* You may distribute under the terms of th
www.eeworm.com/read/281673/9142321
cpp memtest.cpp
//: C07:MemTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Testing the Mem class
//{L} Mem
www.eeworm.com/read/380129/9161352
h string.h
// String.h: interface for the String class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STRING_H__B4BE3995_5704_4EA6_890F_85E088401091__INCLUDED_)
www.eeworm.com/read/376028/9337598
htm 8.1.htm
创建正则表达式
var myString="这是第一个正则表达式的例子";
var myregex = new RegExp("一个"); // 创建正则表达式
if (myreg
www.eeworm.com/read/376028/9337601
htm 8.3.htm
exec()方法应用
var myString="aaa 111 bbb 222 ccc 1111 222ddd";
var regex = /111/; //创建正则表达式对象
var array=regex.exec(myString)
www.eeworm.com/read/375908/9344015
cpp rinexobs.cpp
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RinexObs.h"
#include "fstream.h"
#include "GlobleDefine.h"
#include "fstream.h"
///
www.eeworm.com/read/177031/9474012
java test.java
/****************************
****************************/
package flayer;
import java.text.DateFormat;
import java.util.Calendar;
import java.util.Date;
public class Test {
/**
* @p