资源列表
pep-for-AIX
- C Code File For Wrapper Routine.-C Code File Wrapper For Routine.
c--.h.tar
- Lex and Yacc file. Neccessary c minus file.
tn3
- 自动Telnet并执行命令,用于修改路由器配置方面。-Automatic implementation of Telnet and command, for modifying the router configuration.
route
- 用于计算最短路径的,用C语言写的,大家可以参考-Used to calculate the shortest path, using C language to write, you can refer to
makefilemodel
- makefile最常用的语法,该文件内含有两个最简单的makfefile模板,可在此基础上修改-Makefile most commonly used in the grammar, the file containing the two most simple makfefile templates, can be modified on this basis
elf32_fsize
- Return the size of an object file type.
SVGPaintServerLinearGradient
- SVG Paint Server Linear Gradient for linux API Driver.
SelectorNodeList
- Selector Node List QT Source Code for Linux.
s5p_mfc_intr
- C file for Samsung MFC (Multi Function Codec - FIMV) driver.
X509CRLEntry
- Abstract base class for entries in a certificate revocation list (CRL).
FilePermissionCollection
- Collects FilePermission objects and allows to query whether a particular permission is implied by it.
Title-Description
- 题目描述 传说中有一种蜜汁序列特别甜,所以爱吃甜的强渣学长特别喜欢这种序列。。。 蜜汁序列的定义如下:对于一个长度为n的序列a1,...,an,如果这个序列的n个前缀和全部非负,即若a1> 0,a1+a2> 0,...,a1+a2+...+an> 0,则称a序列是蜜汁序列。。。 显然一些蜜汁序列可以分成更多的蜜汁序列,例如1 2这个蜜汁序列可以分成1和2两个蜜汁序列,现在有一个长度为n的蜜汁序列,要求你把他分成若干连续的段,使得每段都是一个蜜汁序列