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

搜索资源列表

  1. prim_rar

    0下载:
  2. prim算法 是一个比较常见的求最小生成树的算法,它用贪婪准则来编写算法的!-prim algorithm is a more common for the minimum spanning tree algorithm, which used to prepare guidelines for the greedy algorithm!
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:louy
  1. minimumtree

    0下载:
  2. 利用克鲁斯卡尔算法计算最小生成树,以文本形式输出生成树中各条边以及他们的权值。-Using Kruskal minimum spanning tree algorithm to output text in the spanning tree edges and their weights.
  3. 所属分类:Database system

    • 发布日期:2017-04-03
    • 文件大小:47420
    • 提供者:king jin
  1. 1124345436765564

    0下载:
  2. 粒子滤波(PF: Particle Filter)的思想基于蒙特卡洛方法(Monte Carlo methods),它是利用粒子集来表示概率,可以用在任何形式的状态空间模型上。其核心思想是通过从后验概率中抽取的随机状态粒子来表达其分布,是一种顺序重要性采样法(Sequential Importance Sampling)。简单来说,粒子滤波法是指通过寻找一组在状态空间传播的随机样本对概率密度函数 进行近似,以样本均值代替积分运算,从而获得状态最小方差分布的过程。这里的样本即指粒子,当样本数量N→
  3. 所属分类:Database system

    • 发布日期:2017-05-11
    • 文件大小:2380192
    • 提供者:fanlianxiang
  1. sql

    0下载:
  2. SQL语句,用于多表的关联取得平均值,最大值,最小值以及最近值-SQL statement, the association for multi-table to obtain the average, maximum, minimum, and the recent value
  3. 所属分类:SQL Server

    • 发布日期:2017-04-03
    • 文件大小:695
    • 提供者:moon
  1. cxjxc

    0下载:
  2. 史上最小的进出存报表系统,麻雀虽小,五脏俱全-Keep out of the history of the minimum reporting system, small but perfectly formed ......
  3. 所属分类:SQL Server

    • 发布日期:2017-05-06
    • 文件大小:1270054
    • 提供者:唐冲
  1. 1

    0下载:
  2. 已知中国地图,对各省进行着色,要求相邻省所使用的颜色不同,并保证使用的颜色总数最少。-Known map of China, the color of the provinces require the use of the adjacent province of a different color, and to ensure a minimum number of colors used.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-11
    • 文件大小:936
    • 提供者:wangyang
  1. 2

    0下载:
  2. 若矩阵Am?n中的某一元素A[i][j]是第i行中的最小值,同时又是第j列中的最大值,则称此元素为该矩阵的一个鞍点。假设以二维数组存放矩阵,试编写一个函数,确定鞍点在数组中的位置(若鞍点存在时),并分析该函数的时间复杂度。 -If the matrix Am? N of an element A [i] [j] is the minimum value of the i-th row, is also the maximum value of the j-th column in the,
  3. 所属分类:Oracle

    • 发布日期:2017-11-21
    • 文件大小:8621
    • 提供者:王二牛
  1. SQL_Code_G

    0下载:
  2. 选择一个数据库和一个表,收到sintaxe SQL:添加字段,修改字段,Avg,计数,创建索引,创建,删除,层次分明,IndexUnique DistinctRow,滴,滴,滴字段索引表,集团,在,在,插入,最大值、最小值、订单、选择,StDevP StDev、总和、顶部、更新-Select a database and a table, received sintaxe SQL: add fields, modify the fields, Avg, Count, create an inde
  3. 所属分类:SQL Server

    • 发布日期:2017-11-27
    • 文件大小:9916
    • 提供者:爱心小厨师
  1. pingfenchengxu

    0下载:
  2. 设计一个可以输入若干评委分数的表单,可以通过两个for循环分别找出分数的最大值和最小值,存入到两个变量,把评委的分数存入到一个数组中,计算时去掉找出的最大值和最小值即可得出最后得分。 -You can enter a number of judges to design a fractional form, you can find the maximum and minimum scores for each through two loops, credited to two varia
  3. 所属分类:Other Databases

    • 发布日期:2017-04-11
    • 文件大小:528
    • 提供者:无聊
  1. trees

    0下载:
  2. 我自己做的无向图处理程序可生成最小生成树可遍历生成邻接矩阵邻接表-I do no generate a directed graph traversal process can generate a minimum spanning tree adjacency matrix adjacency list
  3. 所属分类:Other Databases

    • 发布日期:2017-04-13
    • 文件大小:3452
    • 提供者:哈哈
  1. 200910yprg

    0下载:
  2. 能将历年的企业景气调查数据进行序列分析,特别找出最大值、最小值等指数水平。-The business survey data for sequence analysis, especially to find the maximum value, minimum value index.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-16
    • 文件大小:22537
    • 提供者:pangpang
  1. LDPC Algorithm realization based on CCSDS

    0下载:
  2. 本文基于 CCSDS 标准上的算法详细研究了校验矩阵的生成算法、快速编码算法、最小 和译码算法,通过仿真对掌握的情况进行验证。虽在文章中最后没有给出在硬件上实现的情 况,但是在硬件上实现时各模块的设计进行了较为详细的介绍,后续工作证明它是行之有效 的。(In this paper, based on the algorithm of CCSDS standard, the generation algorithm of parity check matrix, fast encoding alg
  3. 所属分类:数据库系统

    • 发布日期:2017-12-16
    • 文件大小:231424
    • 提供者:夏妩
搜珍网 www.dssz.com