-
删除多余结点。合并链表
合并链表,删除多余节点,数据结构中的单链表应用(Merge the list, delete the excess node)
- 2017-12-29 15:10:14下载
- 积分:1
-
Cftee5.0
说明: 轻量级c、c++编译器 ,很好用 。。。。。。。。。。。。。。。。。(CFree lightweight c, C + + compiler, very easy to use...)
- 2019-10-12 14:15:50下载
- 积分:1
-
jsoncpp
说明: vulfhf;hfiuvbibu44848919189
- 2020-06-23 17:20:02下载
- 积分:1
-
n!
说明: 计算前n项的阶乘的累加和, n为用户输入的正整数(sun+=n!)
- 2010-04-23 13:42:51下载
- 积分:1
-
ButtonMessage
说明: 在做产品的实验程序,实现分别实现按键的按下和抬起两种消息响应。(In the experimental program of the product, two kinds of message response are realized, one is to press the button and the other is to lift the button.)
- 2019-04-19 11:13:30下载
- 积分:1
-
多线程管理
说明: 安全的多线程管理,便于多线程编程,可供参考学习(Secure multithreading management)
- 2019-04-11 15:48:38下载
- 积分: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
-
api_simulation
一款利用vc调用windows API函数,模拟键盘输入的小程序。仅供参考(use vc calling Windows API functions, simulated keyboard input of small procedures. For reference)
- 2006-11-07 23:15:33下载
- 积分:1
-
绘制曲线
说明: EQ均衡器曲线, SigmaStudio 各种滤波算法实现如全通,高通,低通,带通,EQ等等(EQ equalizer curve, Sigma Studio filtering algorithms such as all-pass, high-pass, low-pass, band-pass, EQ and so on)
- 2020-12-01 21:29:26下载
- 积分:1
-
g723CodeAndDocument
g723语音压缩格式。里面包含了最新的说明文档和代码,可以使用VC来编译。对视频会议或者作VOIP的朋友很有帮助。(voice compression format. The latest of which contains the documentation and code can be used to compile VC. Right for video conferencing or VOIP helpful friends.)
- 2006-07-17 14:02:04下载
- 积分:1