搜索资源列表
find_maximum_and_second_maximum
- 在长度为n的数组a中,寻找最大值和第二大值-Find the value of the maximum and the second largest
zuidazhi
- 题目:输入一个整形数组,数组里有正数也有负数。数组中连续的一个或多个整数组成一个子数组,每个 子数组都有一个和。求所有子数组的和的最大值。要求时间复杂度为O(n)。 -Title: Enter a plastic array, the array positive also negative. Continuous one or more integer array is composed of a sub-array, and each has a sub-array and. Fin
queue
- 1.利用数组实现优先队列; 2.利用链表实现优先队列; (注:默认以最大值为优先级最高,思考:如何实现用户指定优先级(最大优先或最小优先)) -Using an array of priority queues using a linked list priority queue (Note: The default maximum value for the highest priority, thinking: how to implement user-specified
Desktop
- 求一个输入数组的最大值,并返回其值。配合C的dsp实现-Seeking a maximum input array and returns its value. With C dsp implementation
gdfg
- duilib 源 码 分 析 文 档 - 1 stdAfx.h * lengthof(x) 计算数组长度宏 * MAX 两值最大 * MIN 两值最小 * CLAMP(x,a,b) x在a,b之间则取x否则取最小 2 UIBase * UI_WNDSTYLE_ 窗口风格属性 * UI_CLASSSTYLE_ 窗口类属性 * TRACE(LPCTSTR pstrFormat, ...) 功能 - 调试信息 参考 - 参考printf-duilib sou
MAXIMUM
- 一维数组中找出最大值和最小值,并显示出来。-One-dimensional array to find the maximum and minimum values, and displayed.
handlingArray
- 实现数组常见操作,包括: (使用输入值初始化数组) (使用随机数初始化数组) (打印数组) (对所有元素求和) (找出最大元素) (找出最大元素的最小下标值) (随意打乱) (移动元素) -Implementing common operations of array, including: (Use input values to initialize the array) (using a random number to
homework
- 用数组计算斜抛运动水平距离,得出最大值,并画出对应曲线-Calculated using an array of Projectile Motion horizontal distance, draw the maximum, and draw the corresponding curve