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

搜索资源列表

  1. matlab-simulink-Inverted-Pendulum

    2下载:
  2. 本论文中,以一级倒立摆为研究对象,对它的起摆以及稳定控制做了研究,主要研究工作如下: 1.首先介绍了倒立摆系统的组成和控制原理,建立了一级倒立摆的数学模型,对倒立摆系统进行定性分析,但在平衡点是能控的、能观的。 2.分析了倒立摆的起摆过程,对倒立摆的起摆能量反馈控制进行分析与说明。 3.在matlab2014a的simulink库下对倒立摆构造单级倒立摆状态反馈控制系统的仿真模型和构造具有状态观测器的单级倒立摆状态反馈控制系统的仿真模型。 4.对这次仿真的总结。-In this
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:381210
    • 提供者:张鹏
  1. Runge_Kutta

    0下载:
  2. 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在数学支持的基础之上的。数值计算中经常用到,四阶龙格库塔经常被称为“RK4”或者就是“龙格库塔法”。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. Due to the high
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:12665
    • 提供者:yangxu
  1. robotsV2

    0下载:
  2. VC 工业机器人控制源码 #include<windows.h>//包含基本数据类型定义 #include<stdlib.h> //数学函数库 #include<string.h> //数学函数库 #include<stdio.h>//输入输出库 #include math.h #include winio.h #define ID_MYBUT50 50//自动运行 #define ID_MYBUT51 51//
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:169335
    • 提供者:尚当
  1. testalglib

    0下载:
  2. alglib是一个数学函数库,包括线性方程、傅里叶变换等,可以作为坐标转换的基础工具。-alglib is a mathematical function libraries, including linear equations, Fourier transform, etc., can be used as the basis of the coordinate conversion tool.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-25
    • 文件大小:8570880
    • 提供者:肖春桥
  1. MSPMathLib

    0下载:
  2. MSPMathLib是TI为MSP430F5xx、MSP430F6xx 以及 MSP430FR5xx系列单片机开发的数学函数库,主要用于三角函数的浮点运算,比标准MATH库函数计算速度提高数十倍。 TI在官网上说是免费提供,但都是捆绑到CCS6和IAR6的安装包中,无法移植到早期IAR版本中。 这是以前下载的头文件和静态库文件,可以直接在IAR中使用,具体使用方法见TI官方PDF,编号slau499。-MSPMATHLIB is an accelerated floating
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:18393
    • 提供者:acermouse
  1. 56800Ex_MLIB

    0下载:
  2. 适用于 Freescale 56F800E(X)系列芯片,含数学计算式中常用的加减乘除,移位,倒数等功能,原函数用汇编编写,做成库函数,令相应芯片的相关程序执行效率更高。-This reference manual describes the Math Library (MLIB) for the Freescale 56F800E(X) family of Digital Signal Controllers. This library contains optimized fun
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:1557009
    • 提供者:cheng
  1. numpy-dev

    0下载:
  2. 这是python一个数学计算库,非常有用,而且python在处理科学计算时经常会用到它-This is a mathematical calculation python library is very useful, but when dealing with scientific computing python often use it
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4560106
    • 提供者:aallen.xu
  1. ViennaMath

    0下载:
  2. 学院派的完全C++模板化的数学计算库,主要用来进行学术研究,及展示C++模板库的各种高深用法-Academic completely templated C++ math library, mainly used for academic research, and demonstrate a variety of C++ template library advanced usage
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:241229
    • 提供者:haungyzh
  1. TykClassLibrary

    0下载:
  2. 1元多次方程求实根及其它数学公式求解类库-Class library to get multi-order equation real root, and to solve other mathematical formula.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:17856
    • 提供者:tanyankui
  1. armfly-DSP-tutorials-Chapter-8

    0下载:
  2. 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程开始学习ARM官方的DSP库,这里我们先从基本数学函数开始。本期教程主要讲绝对值,加法,点乘和乘法四种运算。-This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
  3. 所属分类:DSP program

    • 发布日期:2017-05-03
    • 文件大小:691508
    • 提供者:安富莱电子
  1. longgekuta

    0下载:
  2. 数学计算用的经典龙格库塔算法,可以用于随机共振系统输出求解。附带一个使用的实例-Solving mathematical calculations of classical Runge-Kutta algorithm can be used to output stochastic resonance system
  3. 所属分类:mathematica

    • 发布日期:2017-04-12
    • 文件大小:1202
    • 提供者:那落
  1. dsplib_c6400

    0下载:
  2. TI公司C6000的数学算法处理库,运行效率特别高,对做TI C6000开发有特别重要的作用-C6000 TI of the of the mathematical algorithm, the operating efficiency is particularly high, the development of C6000 TI to do a particularly important role
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:581002
    • 提供者:Fu
  1. source

    0下载:
  2. 德州仪器(TI)的TMS320C28x维特比的,复杂的数学和CRC 单元(VCU)库是高度优化的应用程序的集合 功能于C28x+ VCU写。这些功能使 程序员加速的高性能通信基础 算法多达8倍以上的C28x单独的一个因素。本文档 提供包括在库中的每个函数的描述。-The Texas Instruments TMS320C28x Viterbi, Complex Math and CRC Unit (VCU) Library is a collection of highl
  3. 所属分类:Energy industry

    • 发布日期:2017-04-29
    • 文件大小:40274
    • 提供者:Qingfeng Ma
  1. the-use-of-stack

    0下载:
  2. 利用栈进行简单的多项式数值计算(可使用库里面带的各种数学函数)-Use a simple polynomial stack numerical (you can use inside the library with a variety of mathematical functions)
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2506
    • 提供者:叶良辰
  1. gmp61

    1下载:
  2. GMP6.1是The GNU MP Bignum Library,是一个开源的数学运算库,它可以用于任意精度的数学运算,包括有符号整数、有理数和浮点数。它本身并没有精度限制,只取决于机器的硬件情况。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no prac
  3. 所属分类:Algorithm

    • 发布日期:2016-11-18
    • 文件大小:4008960
    • 提供者:qdzhaowei
  1. MathLib

    0下载:
  2. TMS320C674x的数学函数库,所有使用TMS320C674x为核心的芯片/开发板可用-TMS320C674x math libraries, all use TMS320C674x core chip/board available
  3. 所属分类:DSP program

    • 发布日期:2017-04-30
    • 文件大小:88567
    • 提供者:AppleLi
  1. GNUScientificLibrary

    0下载:
  2. GNU Scientific Library (GSL)是一个开源的科学计算的函数库,里面有大量的数学计算函数,非常强大。-GNU Scientific Library (GSL) is a scientific computing library of open source, there are a lot of mathematical functions, very powerful.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-29
    • 文件大小:11560047
    • 提供者:pk
  1. gmp-6.1.0

    0下载:
  2. GMP 大数库是 GNU 项目的一部分,诞生于 1991 年。作为一个任意精度的大整数运算库,它包括了任意精度的整数、浮点数的各种基本运算操作。它是一个 C 语言的库,但是官方提供了 C++ 的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。 GMP 库的运行速度非常快,它的官方网站上称自己为地球上最快的大数库,但是 GMP 库所提供的只是数学运算功能,并没有密码学相关的高级功能。 -GMP large numbers library is part of the GNU pr
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4869334
    • 提供者:yehuohan
  1. glm-0.9.5.3

    0下载:
  2. GLM是一个整体用法和GLSL很相似的数学运算库,开发者也声称“GLSL + Optional features OpenGL Mathematics (GLM)”。可以用来帮助我们操作矩阵-GLM GLSL+ Optional features OpenGL Mathematics (GLM)
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4077373
    • 提供者:jdf35ffe
  1. Matlabalgorithmlibrary

    0下载:
  2. MATLAB算法库,包含K均值聚类-分类模型,logistics回归-用于决策,非线性拟合,回归分析模型,支持向量机SVM-用于分类决策,主成分分析PCA-用于决策,TXT格式,适用于数学建模-MATLAB algorithm library, including K-means clustering- classification model, logistics regression- for decision making, nonlinear fitting, regression an
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5209
    • 提供者:yuyuan
« 1 2 ... 10 11 12 13 14 1516 17 »
搜珍网 www.dssz.com