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

搜索资源列表

  1. learning-matlab6.5

    0下载:
  2. 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导者初会MATLAB 基本用法。第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面 设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环境
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3457380
    • 提供者:zhangting
  1. matlab-toolbox

    0下载:
  2. MATLAB符号计算工具箱,里面讲到了有关MATLAB符号工具箱的使用及功能-MATLAB symbolic computation toolbox, which talked about the use of MATLAB symbolic toolbox and function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:22215
    • 提供者:彭筱
  1. MATLAB

    0下载:
  2. MATLAB教程:有入门介绍,符号计算,数值计算,数组,可视化编程-MATLAB Tutorial: Getting Started with introduction, symbolic computation, numerical computation, arrays, visual programming, etc.
  3. 所属分类:matlab

    • 发布日期:2017-06-14
    • 文件大小:21518958
    • 提供者:王子
  1. Base-and-applition-of--MATLAB

    0下载:
  2. 本书以Matlab6.1版为基础,详细介绍了基本原理、操作、运算以及数据的可视化处理、二维三维图形绘制与修饰、数据处理、数值计算、符号计算、simlink仿真等。 -Book Matlab6.1 version, based on detailed basic principles, operations, computing and data visualization, 2D and 3D graphics rendering and modification, data process
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4617799
    • 提供者:刘胡
  1. MATLABfuhaoyufa

    0下载:
  2. 此文重点介绍一下matlab 的相关语法运用,及一些符号的意义-This article will introduce how to use matlab syntax related, and some symbolic significance
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:118076
    • 提供者:zhaozhiqiang
  1. Matlab-symbolic-toolkit-introduction

    0下载:
  2. matlab 工具箱介绍_各函数及算法介绍-matlab toolbox functions and algorithms described _ Introduction of
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7738
    • 提供者:liujia
  1. CTFShchsym

    1下载:
  2. 采用符号计算法求一个周期内连续时间函数的三角级数展开系数,并绘出前七次-Using symbolic computation method for a period of continuous function of time Fourier series expansion coefficients, and draw seven times before
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1183
    • 提供者:chancie
  1. compareODEsols

    0下载:
  2. Solving IVP ODEs using Symbolic MATH "dsolve", Laplace Transforms and MuPAD for analytic solutions and ODE45, ODE113 and Simulink for numeric solutions of the given 2nd order ODE is shown in this scr ipt.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:9630
    • 提供者:Karthi
  1. OYKX_Install_1.7

    0下载:
  2. 它是一款性化的个人博客系统(个人网站系统),为了更好的防止SQL注入程序,所以后台密码不支持符号,后台密码请在安装时请设置字母加数字组成密码,否则将会登录不了后台.-It is the nature of a personal blog system (personal Web site system), in order to better procedures to prevent SQL injection, so the password does not support symboli
  3. 所属分类:.net

    • 发布日期:2017-05-08
    • 文件大小:1544675
    • 提供者:胡广来
  1. Calculator-Sourcecode

    0下载:
  2. 1、实现十进制下的四则运算(加、减、乘、除)和四则混合运算 2、实现十进制转化为二进制或十六进制 3、实现进行一些常用的函数运算(比如sin、cos、tan、cot、sqrt、ln等) 4、实现“(”,“)”符号的表达式的计算-1 decimal, under the four operations ( addition, subtraction, multiplication, addition) and four mixed computing 2, decimal conv
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:12973
    • 提供者:陆远
  1. soft-links-and-hard-links

    0下载:
  2. 硬链接是利用Linux中为每个文件分配的物理编号——inode建立链接。因此,硬链接不能跨越文件系统。(用ls –i命令可以查看目录下文件的inode编程)。 软链接(符号链接)是利用文件的路径名建立链接。通常建立软链接使用绝对路径而不是相对路径,以最大限度增加可移植性。 -Hard link is to use Linux distribution for each physical file number- inode link is established. Therefore,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:83027
    • 提供者:wu
  1. Python-Scientific-Calculation

    1下载:
  2.   本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设计
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4609269
    • 提供者:
  1. height

    0下载:
  2. 要求用户使用一个整数指出自己的身高(单位为英寸),然后将身高转换为英尺和英寸。程序使用下划线字符来指示输入位置,使用const符号常量来表示转换因子。-Requires the user to use an integer that their height (in inches), then the height converted to feet and inches. The program uses the underscore character to indicate the inp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:564125
    • 提供者:陈佳
  1. symbolicmath

    0下载:
  2. symbolic maths descr iptiongudie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:311376
    • 提供者:vinod
  1. matlab-Tutorial

    0下载:
  2. 介绍了:一、MATLAB概述 二、MATLAB的数值运算、符号运算 三、MATLAB的二维、三维绘图 四、图形化仿真程序设计 五、MATLAB工具箱与跨平台接口 六、MATLAB 6 简介 七、MATLAB程序设计 -Introduced: an Overview of MATLAB? MATLAB numerical computing, symbolic computation? The three MATLAB 2D and 3D graphics? Graphical simula
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2304960
    • 提供者:陈花
  1. MATLAB

    0下载:
  2. 北京工业大学MATLAB课件,包括:MATLAB概述 ,MATLAB的数值运算、符号运算,MATLAB的二维、三维绘图 ,图形化仿真程序设计 等。-Beijing University of MATLAB courseware, including: MATLAB Overview, MATLAB numerical computation, symbolic computation, MATLAB two-dimensional, three Dimensional drawing, Grap
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2448040
    • 提供者:王贞
  1. mathematica-tutorial

    0下载:
  2. Mathematica是美国Wolfram研究公司生产的一种数学分析型的软件,以符号计算见长,也具有高精度的数值计算功能和强大的图形功能。-Mathematica, Wolfram Research produced a mathematical analysis software, known Symbolic Computation, also has high-precision numerical calculation capabilities and powerful graphic
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1629934
    • 提供者:hongwei
  1. CSharpPAE

    0下载:
  2. 基于C#的AE课程设计,包含路径分析,缓冲区分析,符号化,连接EDE等功能!-AE curriculum design based on C#, including path analysis, buffer analysis, symbolic connection EDE
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2135619
    • 提供者:旷雄
  1. chufaqi

    0下载:
  2. 介绍了一种使用可编程逻辑器件FPGA和VHDL语言实现32位除法器的设计方法。该除法器不仅可以实现有符号数运算,也可以实现无符号数的运算。-A programmable logic device FPGA and VHDL design of the 32 divider. The divider can be achieved not only symbolic arithmetic, unsigned op.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1850
    • 提供者:guoting
  1. fuhaohua

    0下载:
  2. ARCGIS开发,符号化开发,地理信息系统-The ARCGIS development, symbolic development, geographic information systems
  3. 所属分类:GIS program

    • 发布日期:2017-03-31
    • 文件大小:11174
    • 提供者:sun
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com