this is a book introducing how to debug program
标签: introducing program debug this
上传时间: 2013-12-24
上传用户:李梦晗
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)
上传时间: 2015-09-21
上传用户:sunjet
算法界里仅次于the art of computer programming的重量级书籍 压缩包里包含有introduction to algorithms的第二版英文版 习题解答与教师手册(非常难得)
标签: introduction programming algorithms computer
上传时间: 2013-12-19
上传用户:qwe1234
WinFilter is a software tool provided as freeware to design digital filter.
标签: WinFilter freeware software provided
上传时间: 2013-12-17
上传用户:qiao8960
This program demonstrates using watchdog timers to invoke deadline handlers. CoordinatorTask sends data to the organizer. OrganizerTask receives data from the coordinatorTask, and resets the coordinatorTask when no data is sent by the coordinatorTask in the past five seconds (deadline time). This demonstration program is automatically stopped after twenty seconds.
标签: CoordinatorTask demonstrates deadline handlers
上传时间: 2015-09-21
上传用户:大融融rr
tServer task executes functions at low priority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer s priority. First tServer task executes the i() system call to print the summary of tShell task. Next an address exception is caused in tServer task by trying to execute a funtion at non-aligned word boundry. As a result SIGBUS signal is raised automatically. Signals (setjmp() and longjmp()) are used to allow the tServer task to recover gracefully from an address error exception. For more information about signals, please refer to sigLib manual pages.
标签: serverSend functions executes priority
上传时间: 2015-09-21
上传用户:tianjinfan
DESCRIPTION - Provides the functionality to display the contents of sysPhysMemeDesc array.
标签: sysPhysMemeDesc functionality DESCRIPTION the
上传时间: 2014-01-04
上传用户:啊飒飒大师的
This design calculator uses to controls an attribute value the establishment, function skill and so on compilation, has met the practical requirements. Truly realized the contact surface succinctly, has been artistic, the function consummated, the unification goal.
标签: establishment calculator attribute controls
上传时间: 2015-09-22
上传用户:Yukiseop
A toolbox to handle 2D curve and multiresolution representation of curve
标签: curve multiresolution representation toolbox
上传时间: 2015-09-23
上传用户:thinode
If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
标签: sorted individually respect vectors
上传时间: 2015-09-23
上传用户:comua