CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - distribution

搜索资源列表

  1. stereo-matching

    0下载:
  2. 关于自适应窗口算法的描述,很详细,是最经典的自适应窗口算法,值得学习-We present a method to select an appropriate window by evaluating the local variation of the intensity and the disparity. We employ a statistical model of the disparity distribution within the window. This mod
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1297001
    • 提供者:丁亚芳
  1. nqueens

    0下载:
  2. 输入皇后数量N,输出一种N皇后的分布排列方法-Arrangement of the distribution of the number of input Queen N, O N Queen
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:537
    • 提供者:程序员
  1. dynamic-array-distribution

    0下载:
  2. 在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3784
    • 提供者:zhusujie
  1. corsair

    0下载:
  2. 一伙海盗抢劫一艘商船后,共截获重量不等的N 个金币。海盗试图按重量平分金币,但由于金币 不可分割,所以他们想确定最多可以将这批金币平均分给多少个海盗。请编写程序确定分配方案。 【输入】 输入包含两行: 第一行为一个正整数N,表示金币总数。 第二行包含N 个正整数,表示N 个金币的重量,以空格分隔。 【输出】 只有一行:包含一个正整数,表示输入给定的N 个金币最多可以平均分给多少个海盗。
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2072229
    • 提供者:Yalei Tan
  1. TemplateFun

    0下载:
  2. :(1) Ddscat计算消光谱。 (2) Ddfield计算电场分布,需要的参数有网格。 (3) Calltarget生成粒子形状。 -: (1) Ddscat calculate the extinction spectrum. (2) Ddfield calculate the electric field distribution, the required parameters grid. (3) Calltarget generate the particle shape.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3771
    • 提供者:殷超
  1. datastructure

    0下载:
  2. 实现一个内存分配模拟系统,分配的原则参见“伙伴系统”。 要点:使用链表保存各块内存信息,同一个链表中保存的各块大小相同。 链表中的每个结点形式如下: 从键盘输入欲分配的块的大小,系统给出分配结果,并在屏幕上显示出来(图示方式或文本方式)。 -A memory allocation simulation system, the principle of allocation see the " buddy system" . Po
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:30206
    • 提供者:luokun
  1. Equipment-management

    0下载:
  2. 设备管理的概念和任务,掌握独占设备的分配、回收等主要算法的原理并编程实现。-Equipment management concepts and tasks, to grasp the principle of exclusive equipment distribution, recycling and other major algorithms and programming.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1208
    • 提供者:常凤娇
  1. QAniimprovedqu

    0下载:
  2. 量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是设计了一种基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快快与全局搜索能力强的特点.通通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法与传统进化算法. -Quantum evolutionary algorithm performance is directly affected by
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:371352
    • 提供者:
  1. kmp

    0下载:
  2. kmp算法说明:该运行实例中,令文本串长度为18,随机产生的文本串为asasasqmqmqmypypyp,分布在3个节点上;模式串长度为3,随机产生的模式串为qmq。最后,节点1上得到两个匹配位置,由+表示出来。 -kmp algorithm Descr iption: The running instance, so the length of the text string 18, random text string asasasqmqmqmypypyp, and distributi
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:3814
    • 提供者:汪婷
  1. Backtracking-method

    0下载:
  2. 分派问题: 给n个人分派n件作业, 把工作j分派给第i个人的成本为cost(i, j), 设计、编程、测试回溯算法, 在给每个人分派一件不同工作的情况下使得总成本最小-Distribution: distribution of n to n personal job, the job j is assigned to the i-th individual cost cost (i, j), design, programming, testing backtracking algorithm,
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:99349
    • 提供者:张丹丹
  1. probaility-of-coin-drop

    0下载:
  2. 对投币过程进行模拟,采用近似算法,绘制正态分布概率分布-Simulate the process on the coin, the use of approximation algorithms, rendering normal probability distribution
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:8755
    • 提供者:Xixi
  1. rsa

    0下载:
  2. rsa数据加密算法实现,上传发放点福利,试试效果-rsa encryption algorithm, upload distribution points welfare, try the effect
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9774
    • 提供者:蔷槿
  1. danlianbiao

    0下载:
  2. 利用单链表比较所给的特定数字的大小,并输出。 规定数字都是“三位数”,其中num[0]~num[2]分别存储百位数、十位数和个位数,num[3]为字符串结束符。 从"个位关键字"开始,进行反复的分发和收集,最后得出结果。-Comparison to the use of a single list of specific numbers in size and output. Requirement figures are " three-digit" , where n
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1671
    • 提供者:weiling
  1. BOX_MULLER

    0下载:
  2. box muller方法生成正态分布随机数-Box muller method to generate normal distribution random number
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:666
    • 提供者:augjiw
  1. 34-feeder

    0下载:
  2. system data of a simple 34 bus power system for distribution load flow analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8087
    • 提供者:tahomatab
  1. algorithm-interview-questions

    0下载:
  2. 各大公司的算法面试题,包括逆序输出、回文判断、组合问题、随机分配等。-Each big company algorithm interview questions, including reverse output, palindrome judgment, combinatorial problems, stochastic distribution.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:31568
    • 提供者:德静
  1. fsqp

    0下载:
  2. 二次规划(Quadratic programming),在运筹学当中,是一种特殊类型的最佳化问题。-Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copi
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4140
    • 提供者:qiao
  1. weibuer

    0下载:
  2. 威布尔分布的参数估计,计算速度快,准确度高,值得深究-Parameter Weibull distribution estimates, calculation speed, high accuracy, worth studying
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:808
    • 提供者:邻家
  1. test

    0下载:
  2. 数据分布算法,用于测试、原型研究分析-this is test program for distribution
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-15
    • 文件大小:6682
    • 提供者:vonfking
  1. sofmware_menefit_character

    0下载:
  2. 模式识别中,对于服从多元正态分布的样本的一个分类器的实现,-Pattern recognition, for the sample of multivariate normal distribution on the implementation of a classifier,
  3. 所属分类:Data structs

    • 发布日期:2017-12-16
    • 文件大小:36864
    • 提供者:bjiaekmq
« 1 2 3 45 »
搜珍网 www.dssz.com