码迷,mamicode.com
首页 >  
搜索关键字:particular    ( 262个结果
poj 2299 Ultra-QuickSort
题目连接http://poj.org/problem?id=2299Ultra-QuickSortDescriptionIn this problem, you have to analyze a particular sorting algorithm. The algorithm process...
分类:其他好文   时间:2015-06-12 20:42:41    阅读次数:111
matlab secant method
% Matlab script to illustrate the secant method% to solve a nonlinear equation% this particular script finds the square root of a number M% (input by ...
分类:其他好文   时间:2015-06-05 11:32:42    阅读次数:131
CodeComplete阅读笔记(三)
2015-05-26 628 Code-Tuning Techniques ——Even though a particular technique generally represents poor coding practice, specific circumstances might ma....
分类:其他好文   时间:2015-06-03 19:05:45    阅读次数:119
poj2299 Ultra-QuickSort
Description In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacent sequence elements until the seque...
分类:其他好文   时间:2015-06-03 15:48:26    阅读次数:108
hdu4217 Data Structure?
Problem Description Data structure is one of the basic skills for Computer Science students, which is a particular way of storing and organizing data in a computer so that it can be used efficientl...
分类:其他好文   时间:2015-05-31 11:01:30    阅读次数:113
UVA12186--- Another Crisis (树形dp)
Description Download as PDFA couple of years ago, a new world wide crisis started, leaving many people with economical problems. Some workers of a particular company are trying to ask for an increase...
分类:其他好文   时间:2015-05-29 10:08:53    阅读次数:122
Magento遇到Serialization is not allowed
It is quite famous error. It means that somewhere you save object of?SimpleXMLElement?class (or its child) to the session. In your particular case it is?Mage_Core_Model_Config_Element?class. Wh...
分类:其他好文   时间:2015-05-09 20:41:04    阅读次数:122
C++ Design Pattern: What is a Design Pattern?
Q: What is a Design Pattern?A: Design Patterns represent solutions to problems what arise when developing software within a particular context. ...
分类:编程语言   时间:2015-05-07 21:50:15    阅读次数:187
poj 2299 Ultra-QuickSort(树状数组 / 求逆序数)
Ultra-QuickSort Time Limit: 7000MS   Memory Limit: 65536K Total Submissions: 46080   Accepted: 16763 Description In this problem, you have to analyze a particular sorting...
分类:编程语言   时间:2015-04-21 22:49:23    阅读次数:209
阻止putty变成inactive
Frequent users of putty should have encountered the Putty (inactive) problem. This happens because servers are usually configured to disconnect idle sessions after they are inactive for a particular t...
分类:其他好文   时间:2015-04-19 13:16:21    阅读次数:208
262条   上一页 1 ... 17 18 19 20 21 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!