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

搜索资源列表

  1. cpphs

    0下载:
  2. Haskell,纯正的函数式程序设计语言。特别是利用很简单的叙述就可以完成[链表]、[矩阵]等数据结构。压缩包里有10几个例程 -Haskell, single-function programming language. In particular the use of very simple descr iption can be completed [List], [Matrix] data structure. 10 compression bag several routines
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17.45kb
    • 提供者:鲍军波
  1. Introduction to Functional Programming with Haskel

    0下载:
  2. Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:63.16kb
    • 提供者:鲍军波
  1. Haskell教程

    0下载:
  2. Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12.32kb
    • 提供者:鲍军波
  1. 数学优化分析综合工具软件包

    6下载:
  2. 1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发, 拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指; 1stOpt 应用范围 1) 模型自动优化率定 2) 参数估算 3) 任意模型公式线性,非线性拟合,回归 4) 非线性连立方程组求解 5) 任意维函数,隐函数极值求解 6) 隐函数根求解,作图,求极值 7) 线
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-23
    • 文件大小:7.08mb
    • 提供者:zhangqi
  1. cgep

    0下载:
  2. 利用C语言实现的基因表达式编程算法,用于函数挖掘-Using C language of the gene expression programming algorithm for function mining
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:7.32kb
    • 提供者:birdwing
  1. C++youhuajisuan

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码,可以通过修改目标函数进行各种计算。-Quasi-Newton method (DFP) DFP algorithm c/c++ Source, you can by modifying the objective function for a wide variety of computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3.97kb
    • 提供者:wangyangpeihua
  1. MGA

    0下载:
  2. 这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot po
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5.3kb
    • 提供者:huwentao
  1. rectangle

    2下载:
  2. 用matlab编程绘制矩形窗函数的幅频特性,窗函数形状的长度为10,20,50,100.-Programming using matlab draw rectangle window function of the amplitude-frequency characteristics, the shape of window function of length of 10,20,50,100.
  3. 所属分类:matlab例程

    • 发布日期:2013-01-15
    • 文件大小:1.93kb
    • 提供者:hithit
  1. bnb20

    0下载:
  2. 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:135.39kb
    • 提供者:wangjunxia
  1. ARtesting

    0下载:
  2. 在MATLAB平台,利用AR模型对时间序列进行预测,采用ar()函数编程-In the MATLAB platform, the use of AR time series model to predict, using ar () function programming
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.21kb
    • 提供者:shari
  1. jump

    0下载:
  2. 跳频信号的产生,以函数方法编程,使用时直接传进参数即可。-Frequency hopping signals so as to function programming, the use of mass directly into the parameter.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:889byte
    • 提供者:杨保国
  1. Addison.Wesley.Essential.C++

    0下载:
  2. • Generic programming and the Standard Template Library (STL) • Object-based programming and class design • Object-oriented programming and the design of class hierarchies • Function and class template design and use ̶
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:649.61kb
    • 提供者:udo
  1. haskell-programming

    0下载:
  2. 本书是haskell语言设计简介,从什么是函数语言到haskell语言,到它的解释器hug,还有一huffman树的实例-This book is haskell language design profile, what is the function from the haskell language to language, to its interpreter hug, there should be an instance of a huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.93mb
    • 提供者:赵朴
  1. MATLABoptimization

    20下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:37.54kb
    • 提供者:百位过
  1. smvp

    0下载:
  2. N-S方程算法内容,网格读取函数,是自己编程用,不用商品软件,2D版-NS equation algorithm content, grid read function, programming their own use, not commercial software, 2D version of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:796byte
    • 提供者:薛永飞
  1. Multi-objective-programming

    0下载:
  2. 对于给定的多个优化目标,用fgoalattain函数,解决简单的多目标规划问题-For a given number of optimization goals, with fgoalattain function, multi-objective programming to solve simple problems
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:68.58kb
    • 提供者:yy
  1. MATLAB-Common-Function

    1下载:
  2. MATLAB常用函数参考,包含了通用命令、运算符和特殊运算符、编程语言结构、基本矩阵函数和操作、基本数学函数、坐标变换、向量运算等特殊函数等常用函数的说明。-MATLAB function reference,it contains the common commands, operators and special operators, programming languages, basic matrix functions and operators, basic math functio
  3. 所属分类:matlab例程

    • 发布日期:2013-08-09
    • 文件大小:223.43kb
    • 提供者:zhang yue
  1. S-function-sample

    0下载:
  2. matlab中关于S函数用法的简单示例,帮助初学者快速理清S函数编程格式-simple example on the usage of the S function in the matlab help beginners sort out the S-function programming format
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:7.6kb
    • 提供者:周连俊
  1. S-Function编写指导

    0下载:
  2. S- FUNCTION PROGRAMMING HANDBOOK
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:990kb
    • 提供者:issacwy
  1. sfun_example

    0下载:
  2. simulink中s-function编程输入输出的的事例。(Examples of input and output of S-function programming in Simulink.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:3kb
    • 提供者:鬼魅轩
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com