CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - combination

搜索资源列表

  1. itoolbox

    0下载:
  2. 包含间隔偏最小二乘,组合偏最小二乘,和间隔主成分分析-Contains the interval partial least squares, combination of partial least squares, and spacing of principal component analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:932722
    • 提供者:zwerbc
  1. COMBINAT

    0下载:
  2. 關於組合數學及離散數學的題目,有gary碼、分割方式、排列方式、組合方式-On the combination of mathematics and discrete mathematics topics, and code gary, fragmented, arrangement, composition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7331
    • 提供者:c2535103
  1. Associativity

    0下载:
  2. 求乘法结合律的个数-Combination of law for the number of multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:819
    • 提供者:Maker
  1. 5

    0下载:
  2. 试题 也许是因为有 10 个手指的原因,所以我们把 0~9 十个数字组合起来表达任意的数值,但这并不是唯一可能的记数法。在某个外星球居住着一种智慧生物,他们的手跟我们的手构造不同,他们的记数法也很奇特。他们用三个记号’0’,’1’,’-’的组合来表达数值,这三个记号分别对应数值 0,1,-1。-Questions may be because of the reasons for the 10 fingers, so we have 0 ~ 9 to 10 the number of combi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1092
    • 提供者:hjx
  1. sas

    0下载:
  2. 本文提出了商业公司的订货问题,包括货物从工厂到仓库,再到分店销售两部分,是经济管理中的优化问题。根据改进的综合了贮存与运输的模型,我们建立了非线性整数规划模型进行求解,得出初步的优化订货及运输方案,并在问题2和问题3中增加了一些实际考虑因素,将问题拓展。-In this paper, the company' s orders for commercial issues, including goods from the factory to the warehouse, to sales
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:187678
    • 提供者:wb
  1. permutation

    0下载:
  2. 给出一字符串,计算出其所有不同的字符排列子集。即,接收用户输入的一字符串,将此字符串中的不同字符找出,并将找出的字符进行组合,再把组合的结果进行全排列。-Given a string, calculate the arrangement of all of its different character subsets. That is, to receive user input a string of different characters in this string to find,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1547
    • 提供者:lt
  1. OPG_VIEW

    1下载:
  2. 实现了opengl框架的可重用性,与vc结合使用,做后处理效果很好-Opengl framework to achieve the reusability, and vc used in combination, do a very good post-treatment effect
  3. 所属分类:Algorithm

    • 发布日期:2016-08-27
    • 文件大小:2107367
    • 提供者:玉树
  1. sushu

    0下载:
  2. 使用Eratosthenes算法编写程序,求20000以内的素数,每隔500为一个测试点,每个测试点计算五次,记录每次的运行时间求平均值,结合计算机硬件配置以及运行时间随数据规模的增大的变化情况分析计算机性能。-To write programs using the Eratosthenes algorithm, find the prime numbers less than 20,000, every 500 to a test point, the calculation for each
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:936575
    • 提供者:康丽丽
  1. xhcljyy

    0下载:
  2. 是一本结合信号处理研究和在计算机上实践的书本,理论联系实际能更好的让读者接受,而且该书上还有一些新的成果-Is a combination of signal processing research and practice on the computer books, theory with practice can be much better for readers to accept, but the book there are some new results in
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:4169095
    • 提供者:林培炬
  1. risecos

    0下载:
  2. 用升余弦函数及其导函数线性组合生成UWB脉冲-With raised cosine function and its derivative a linear combination of UWB pulse generation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:120668
    • 提供者:蒋潺潺
  1. SA

    1下载:
  2. 模拟退火算法和最速下降法的结合,既有模拟退火算法的全局性,搜索过程中最速下降法确定搜索方向,提高了收敛速度。-Simulated annealing algorithm and a combination of steepest descent method, both simulated annealing algorithm for the global nature of the search process in the steepest descent method to determ
  3. 所属分类:Algorithm

    • 发布日期:2014-12-22
    • 文件大小:2135
    • 提供者:cuiping5122
  1. romberg

    0下载:
  2. 用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。-With two adjacent approximate formula (where the latter formula is a formula from the previous one and a half received) is a linear combination of better appro
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:173561
    • 提供者:Emily
  1. Maths_in_ACM

    0下载:
  2. acm竞赛中必用的知识,能增强认得编程能力和本领。详细的介绍了组合数学在ACM的简单应用-acm contest will use the knowledge and can enhance the ability to recognize and programming skills. Detailed descr iption of the combination of the simple application of mathematics in the ACM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:970076
    • 提供者:雷东多
  1. combo

    0下载:
  2. 排列组合中的不完全组合算法实现源代码VC6.0-Permutations and combinations of the incomplete combination of algorithm source code VC6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8421
    • 提供者:prettywolf
  1. filter1

    0下载:
  2. new approach for filtering used combination of wavelet and Kalman filters
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:641104
    • 提供者:Nickolay Grin
  1. MONTE_CARLO_TECHNIQUE

    0下载:
  2. MONTE CARLO TECHNIQUE This file details the Microsoft Excel macro for performing combination of random and sine loads using Monte Carlo technique. Place Asi n in column 1, Crran in column 2, leave column 3 blank, select all three columns, and r
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:911
    • 提供者:ali
  1. INVERSE-INTEGRATION_TECHNIQUE

    0下载:
  2. This file details the Microsoft Excel macro, DOS batch runstream, and Mathematica Kernal text input file for performing combination of random and sine loads using inverse-integration technique. Place Asi n in column I, ¢ 3ran in column 2, lea
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1109
    • 提供者:ali
  1. DFT_filter_RDFT_coeffi

    0下载:
  2. 傅立叶变换,滤波,傅立叶逆变换,计算离散数据空间自相关系数的组合编程源代码-Fourier transform, filtering, inverse Fourier transform, discrete data calculated from the correlation coefficient of the combination of space programming source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:287988
    • 提供者:menglin
  1. calc_combination

    0下载:
  2. 计算组合函数C(M, N),并逐条输出算出的组合及剩余元素,输出串的顺序稳定递增.用模板类实现,输入数据支持任意类型,效率很高.-Calculated combination function C (M, N), and calculated one by a combination of the output and the remaining elements of the order of stability of the output string of increases. With
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1717
    • 提供者:朋朋
  1. FFTdesin

    0下载:
  2. 傅里叶变换能将满足一定条件的某个函数表示成三角函数(正弦和/或余弦函数)或者它们的积分的线性组合。在不同的研究领域,傅里叶变换具有多种不同的变体形式,如连续傅里叶变换和离散傅里叶变换。最初傅里叶分析是作为热过程的解析分析的工具被提出的-Fourier transform to meet certain conditions can be expressed as a function of trigonometric functions (sine and/or cosine functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:25978
    • 提供者:jxy
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com