CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - minimum

搜索资源列表

  1. c51

    0下载:
  2. 一个求数据最大值最小值的程序.-data for a maximum minimum procedures.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:7810
    • 提供者:ygxy
  1. 最大流最小割定理

    0下载:
  2. 最大流最小割定理-maximum flow minimum cut theorem
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2040
    • 提供者:张志明
  1. 基于最小带宽离散小波的故障信号消噪与压缩

    0下载:
  2. 基于最小带宽离散小波的故障信号消噪与压缩.rar-based on the discrete wavelet minimum bandwidth of the fault signal denoising and compression. Rar
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:168114
    • 提供者:郑华珍
  1. 利用双向走动法改进冒泡排序算法C语言源代码

    0下载:
  2. 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4316
    • 提供者:张庚
  1. cctttt

    0下载:
  2. 输入一组整数存放在数组中,比较并输出其中的最大值和最小值,再将数组元素从小到大排序并输出。-importation of a group integer stored in the array, the more output and the maximum and minimum. then array elements from small to large sequencing and output.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4189
    • 提供者:刘建强
  1. DXBBS 是原创开发的一套ASP.NET论坛程序

    0下载:
  2. DXBBS 是原创开发的一套ASP.NET论坛程序,DXBBS论坛系统,以最小的文件体积实现最多的功能。极速的程序运行速度,高度的程序安全性,高贵大方的美工界面等是DXBBS论坛的主要特色。-DXBBS was developed with the original ASP.NET forum, the Forum DXBBS system, the minimum size of the paper to achieve maximum functionality. Ultimate spee
  3. 所属分类:ASPX.NET源码

    • 发布日期:2010-07-01
    • 文件大小:1028089
    • 提供者:张华
  1. Kru

    0下载:
  2. Kruskal算法,Kruskal算法的时间复杂度为 ,与图中边数有关,而与图中的顶点数无关,因此该算法适合与求边稀疏的网的最小生成树。-Kruskal algorithm, the algorithm Kruskal time complexity of, and chart the edge, with map unrelated to the number of vertices, and the algorithm for edge for the sparse network of m
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:6286
    • 提供者:gdfgdfg
  1. GMSKRadioLinkforIndoorRadioCommunications

    0下载:
  2. 一篇有關於高斯最小鍵移調變(GMSK)的相關文章-a Gaussian minimum on the relocation of key changes (GMSK) Related articles
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:33176
    • 提供者:林家民
  1. RunPool

    0下载:
  2. 需求描述: 南水北调工程东线江苏江阴至山东济宁之间,地势北高南低,沿途需要建立一系列大型抽水泵站进行梯级抽水。通常每两个泵站之间需要建设一座水库作为中转。低处泵站将水抽到中转水库,再由高处泵站向更高的中转水库抽水。设有泵站A,B和中转水库C,泵站设有一定数量的抽水机,水库有一定容量,当水位高于允许最高水位,禁止低处泵站注水;当水位低于允许最低水位,禁止高处泵站抽水。 请用面向对象方法设计一个仿真程序,要求: 1, 两座泵站在随机时间,以随机时间长度,随机台抽水机抽水或注水 2,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:bobo
  1. 50402417

    0下载:
  2. 和树类似,图的遍历是图的一种主要操作,可以通过遍历判别图中任意两个顶点之间是否存在路径、判别给定的图是否是连通图并可求得非连通图的各个连通分量,但对于带权图(网),其最小生成树或最短路径都取决于弧或边上的权值,则需要有特定的算法求解。-and similar trees, graph traversal map is a major operation, Discrimination can traverse map between any two vertices existence trai
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8085
    • 提供者:李成军
  1. MSTree

    0下载:
  2. 最少生成树问题,MST(最小生成树),具体功能很容易看懂的-minimum spanning tree problem, MST (minimum spanning tree), specific functions can easily understand the
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:23053
    • 提供者:无名氏
  1. TMS320F2407

    0下载:
  2. TMS320F2407最小系统电路图,TMS320F2407最小系统电路图-TMS320F2407 minimum system circuit diagram, the smallest system circuit TMS320F2407
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:144726
    • 提供者:李明
  1. 528i

    0下载:
  2. blog 又搭工,又打料,几天几宿没睡觉!也挺累的! 增加了系统设置菜单,在此菜单里可以更改回复计划密码,博主图片以及网站顶部的图片。另外博客最低部的说明文字也可以在这里进行修改。在计划管理上,增加了两个菜单,网友可以对你的计划回复进行评价了。另外就是改进了分页功能。 自我感觉这套应该是比较完善的一套。尽管花了很多努力,难免也有不足之出,希望各位兄台能不吝提出来。共同学习,花同进步。 联系方式:278274384,或者:MSX:wangjinbo589@hotmail.com e
  3. 所属分类:ASP源码

    • 发布日期:2008-10-13
    • 文件大小:593564
    • 提供者:sigo
  1. grapher

    0下载:
  2. 用图形用户界面表示的图,数据结构基本应用,最小生成树算法,最短路径,广度、深度优先搜索-graphical user interface with the plan said, the basic data structure application, the minimum spanning tree algorithm, the shortest path, breadth, depth-first search
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:61904
    • 提供者:张旭
  1. SmallTree123

    0下载:
  2. 树的遍历及最小生成树问题解决 采用最新Java编程技术-tree traversal and the minimum spanning tree problem solving using the latest Java programming technology
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3372
    • 提供者:何兴博
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. javaalgorithm

    0下载:
  2. 包括冒泡排序,归并排序,N皇后,最小生成树等经典算法的java实现代码-Including bubble sort, merge sort, N Queen, such as the classic minimum spanning tree algorithm java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:8207
    • 提供者:lrf
  1. ShortestPath

    0下载:
  2. 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:24455
    • 提供者:111
  1. minimum-spanning-tree-by-matlab

    0下载:
  2. minimum spanning tree by matlab
  3. 所属分类:JavaScript

    • 发布日期:2017-11-10
    • 文件大小:1093
    • 提供者:botanmh
  1. Maximum---minimum-and-difference

    0下载:
  2. 编写一个程序,计算一维数组中最大值、最小值及其差值-Write a program that calculates the maximum, the minimum, and the difference between a one-dimensional array
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2593
    • 提供者:潘潘
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com