CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数组 最大值

搜索资源列表

  1. ArpSender

    0下载:
  2. ArpSender是C#写的ARP发包器,写的初衷是想试下什么样的ARP包才会引起ARP攻击,构造一些包可能会导致别人上不了网。至于包怎么填,发挥大家的想象吧,嘿嘿。 ArpSender用了SharpPcap这个开源API,有兴趣的到网上查下,用起来挺简单的。编程过程中最大的问题就是线程的问题。发包的代码中用了BackgroundWorker控件,因为参数只能传一个,并且线程是不允许直接调用主窗口控件,后来用了一个结构体struct ArpPac来传,感觉还是很麻烦啊!不过还好在Backg
  3. 所属分类:WinSock-NDIS

  1. big_second

    0下载:
  2. 求数组中最大、次大值 本程序运用了算法思想,如果数据很大的时候,就可以看出本程序的效率了-Array for the largest and second largest value of this procedure to use the algorithm of thought, a lot of time if the data, we can see that the efficiency of this procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1029
    • 提供者:lfk
  1. xx

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得 递归进栈的数据很多,消耗系统空间很大,所以最多 处理的个数经测试不超过70个,可见在设计程序时,考虑 空间的使用也是很必要的!)-The realization of the program of one-dimensional data point near the axis of the most used method of solving the pro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1954
    • 提供者:梅国伟
  1. fast

    0下载:
  2. 首先我们选择一个中间值middle程序中我们使用数组中间值,然后 把比它小的放在左边,大的放在右边(具体的实现是从两边找,找到一对后交换)。然后对两边分别使 用这个过程(最容易的方法——递归)。 -First of all, we choose a middle value between the use of an array of programs between our values, then it is smaller than put on the left, large on th
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-14
    • 文件大小:2647
    • 提供者:曹萍
  1. java3

    0下载:
  2. 3、求一组数中的最大与最小值。 用一维数组来存放以Math.random ()方法产生的一组随机数。 程序运行结果: table:84 40 16 3 10 49 28 76 94 70 Max=94 Min=3 -3, seeking a set number of maximum and minimum values. With one-dimensional array to store in order to Math.random () method produ
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6847
    • 提供者:胡海
  1. pyexcelerator-0.6.4.1

    0下载:
  2. Excel文件读取 安装: python setup.py install from pyExcelerator import * sheets = parse_xls( d:/a.xls ) 很简单,与 xlrd 不同。xlrd 需要先调用book = xlrd.open_workbook(filename)打开文档,然后再调用sh = book.sheet_by_index(i)来得到第几个sheet,然后再使用sh.cell_value(i, j)得到i行
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:173654
    • 提供者:kevin
  1. PowerBuilderDetailedfunction

    0下载:
  2. PowerBuilder函数详解 都是经常用到的函数 • LowerBound() LowerBound()功能得到指定数组第n维的下界。 语法LowerBound ( array {, n } ) 参数array:数组名n:数值类型,可选项,指定要得到数组哪一维的下界。缺省值为1返回值Long。函数执行成功时返回array数组第n维的下界。如果n的值超过了指定数组的最大维数,那么该函数返回-1。如果任何参数的值为NULL,LowerBound()函数返回NULL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:41605
    • 提供者:fb
  1. ArrayMinMax

    0下载:
  2. 用来计算二维数组中的最大最小值,可以在图像处理中用这个程序来实现种子点的选取-Used to calculate the maximum and minimum in two-dimensional array, using this procedure to select the seed point in image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:234704
    • 提供者:jiayangvivid
  1. 2M

    0下载:
  2. 找出2*M整形二维数组中最大元素的值,并将此值返回调用函数-To find 2* M plastic two-dimensional array of elements in the largest value and this value is returned to the calling function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1058
    • 提供者:户佳
  1. Java

    0下载:
  2. Java数组的应用: 1、二维数组中求最大最小值 2、数字排序_字母 3、数组的经典算法 4、数组的逆序 5、杨辉三角-Java array of applications: 1, two-dimensional array in seeking maximum and minimum 2 letters numbers sort _ 3, the array of classic algorithms 4, 5 Yang Hui triangle array reverse
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3540
    • 提供者:weio
  1. find-Saddle-point

    0下载:
  2. 寻找一个特定多维数组的鞍点,即在行上最大的的同时是列上最小值-To find the saddle point
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:826
    • 提供者:徐晓乐
  1. cPP

    0下载:
  2. C++编程——从键盘上输入10个整数,存放在一维数组中,请编程输出其中的最大元素、最小元素的值以及它们的下标。-C++ programming- 10 integer input from the keyboard and stored in the one-dimensional array, the programming output of which the largest element, the minimum value of the element, as well as the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:699
    • 提供者:李玉
  1. CPPprogram

    0下载:
  2. 编写程序实现输入整数n,输出如下所示由数字组成的菱形。 输入4×4的数组,编写程序实现: (1)求出对角线上各元素的和; (2)求出对角线上行、列下标均为偶数的各元素的积; (3)找出对角线上其值最大的元素和它在数组中的位置。 用递归法将一个整数n转换成字符串。例如,输入483,应输出字符串“483”。n的位数不确定,可以是任意位数的整 有一字符串,包含n个字符。写一函数,将此字符串中从第m个字符开始的全部字符复制成为另一个字符串。 -Write a progra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3810
    • 提供者:
  1. sort

    0下载:
  2. 简单的c++排序算法一:高级排序算法它的工作看起来仍然象一个二叉树。首先我们选择一个中间值middle程序中我们使用数组中间值,然后把比它小的放在左边,大的放在右边(具体的实现是从两边找,找到一对后交换)。然后对两边分别使用这个过程(最容易的方法——递归)。-Simple c++ sorting algorithm: Advanced sorting algorithm it still looks like a binary tree. First, we chose an intermedi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:622
    • 提供者:文华
  1. mp

    0下载:
  2. /*冒泡排序-----从大到小 *前一个和后一个两两比较,若小于则交换,直到最后一个元素,即小的冒泡,大的下沉 *每一循环都会从待排序的数中找出一个最小值,排到这组数据的最末端或首段,即冒泡 *对于n个数冒泡排序的最大趟数是n - 1,每一趟排序都会在这组待排序的数中产生一个最小值, */-/* Bubble sort----- from largest to smallest* before and after a twenty-two, if less than the ex
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:868
    • 提供者:雷海军
  1. qianrushishiyan

    0下载:
  2. 以瑞萨M16C/62P嵌入式单片机为平台,实现了加减法的实现 寻找数组的最大(小)值和均值 使用定时中断的方式,实现计数或日历格式显示等,包括c语言程序及报告分析。 -Renesas the M16C/62P embedded microcontroller platform, to achieve the realization of addition and subtraction to find an array of the maximum (minimum) value and mea
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:86610
    • 提供者:郭志
  1. CPP-common-mothod

    0下载:
  2. 面向对象源码 常用算法 累加 阶乘 求最大最小值 求最大公约数 数组元素-For object source commonly used algorithms accumulate factorial seeking maximum and minimum demand the greatest common divisor of array elements
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:2751
    • 提供者:亻宁
  1. rice

    0下载:
  2. 首先进行边缘检测,然后进行填充。然后进行开运算,可以使一些轻微连着的米粒分开来。然后是遍历图片,把各米粒进行标号,从1开始从小到大标号。每个米粒的各像素点值相同,第i个米粒的各像素点值均为i。其中采用了队列,用数组模拟。最大的米粒标号便是米粒的总个数。最后,遍历一遍图像数组,便可求出各米粒的面积。-First, edge detection, and then filled. Then open computing can make some minor attached rice grains
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:8192
    • 提供者:李大齐
  1. Microsoft-Word-

    0下载:
  2. 2、 下面的程序中,调用了findmax()函数,该函数寻找数组中的最大元素,将该元素的下标通过参数返回,并返回其地址值,编程实现findmax()函数。-2, the following program, called findmax () function, the function to find the largest element in the array parameter returns the subscr ipt of the element, and returns its
  3. 所属分类:assembly language

    • 发布日期:2017-12-03
    • 文件大小:3986
    • 提供者:zengsuisui
  1. gdfg

    0下载:
  2. 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
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:8782
    • 提供者:1010841065
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com