-
dontextexpertise
SizeDemo_demo 一个非常方便解析,读取xml的类,(SizeDemo_demo a very convenient parsing, read xml class,)
- 2018-11-26 16:38:12下载
- 积分:1
-
简单的UDP隧道的实现源代码,即UDP转发
简单的UDP隧道的实现源代码,即UDP转发-simple UDP tunnel to achieve source code, that is, UDP transponders
- 2022-10-14 20:15:02下载
- 积分:1
-
设置IE的主页,设置范围(ie6下测试通过)
设置IE的主页,设置范围(ie6下测试通过)-IE home page settings, set the scope (ie6 under test)
- 2022-08-31 16:55:03下载
- 积分:1
-
Draw
vc++深入详解画线条的源码,对学习相关知识很有帮助。(vc++ in-depth Detailed drawing lines of source code, to learn relevant knowledge helpful.)
- 2011-08-11 12:28:11下载
- 积分:1
-
基于DEM-CFD耦合的研究
说明: DISCRETE ELEMENT METHOD AND ITS PRACTICE ON EDEM4
- 2020-06-23 03:00:02下载
- 积分:1
-
moshishibiesuanfashiyanshuju
该数据集中的数据是由鸢尾属植物的三种花——Setosa、Versicolor与Virginica——的测量结果所组成,数据集中共包含150组数据信息,每一类别植物有50组数据。( The data in the dataset is composed of three species of Iris flowers- Setosa, Versicolor and Virginica- consisting of the measurement results, the data set contains a total of 150 groups of data, each class plants have 50 sets of data.)
- 2014-02-22 22:18:42下载
- 积分:1
-
NRCDKFQ
说明: 话费语音查询及点歌软件 电信商用,通过电话查询话费,还可以点歌,本版只支持东进语音卡(Telephone fee voice inquiry and song-ordering software telecommunications business, telephone call inquiry fee, but also can order songs, this version only supports Dongjin voice card)
- 2019-04-02 19:28:56下载
- 积分:1
-
HttpRequestParser
Http Request Parser extends Abstract Message Parser Source Code for Andriod.
- 2014-01-03 19:45:42下载
- 积分:1
-
16QAM
16QAM调制与解调程序,使用matlab运行(16QAM modulation and demodulation process, the use of matlab run)
- 2011-10-19 12:13:57下载
- 积分:1
-
ReverseSubstring
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameters: string
Returns: string
Method signature: string findReversed(string input)
(be sure your method is public)
Notes
The substring and its reversal may overlap partially or completely.
The entire original string is itself a valid substring (see example 4).
Constraints
input will contain between 1 and 50 characters, inclusive.
Each character of input will be an uppercase letter ( A - Z ).
Examples
0)
"XBCDEFYWFEDCBZ"
Returns: "BCDEF"
We see that the reverse of BCDEF is FEDCB, which appears later in the string.
1)(Problem Statement You are given a string in put. You are to find the longest substring of proficient ut such that the reversal of the substring is als o a substring of input. In case of a tie. return the string that occurs earliest in input . Definition Class : ReverseSubstring Method : findReversed Parameters : string Returns : Method signature string : string findReversed (string input) (be sure yo ur method is public) The Notes and its substring reversal may overlap partially or completely. The entire original string is itself a valid sub string (see example 4). Constraints will input contain between 1 and 50 characters, inclusive. Each character of input will be an up percase letter (A-Z). Examples 0) "XBCDEFYWFE DCBZ "Returns : "BCDEF" We see the reverse of that is)
- 2007-04-08 00:00:21下载
- 积分:1