CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - numerical method

搜索资源列表

  1. N-0.5fenpinqi

    1下载:
  2. vhdl N-0.5分频方法设计,可以输入任意数值N,即分得到N-0.5的频率。-vhdl N - 0.5-frequency method, we can input arbitrary numerical N, namely, to be N - 0.5 frequencies.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:4509
    • 提供者:孔标
  1. 1019

    1下载:
  2. 课程 1019 NUM: PIC® 单片机的数值计算方法 课程简介 本课程讲解了一系列数值计算方法的理论和实践方法,并突出了在8位单片机嵌入市场的实际应用。具体包括数值表示、 误差分析和传递、系统方程求解、积分和微分以及Cordic变换等。包括一个实时复杂计算的例子。-Course 1019 NUM: PIC ® MCU numerical method Course Descr iption This course on a series of
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:779837
    • 提供者:lajie
  1. project01

    0下载:
  2. you can solve numerical method with this source code
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1107
    • 提供者:iman
  1. numericalmethod

    0下载:
  2. 数值方法与计算机实现.常用算法都可实现,不错的参考!- numerical method
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:53112
    • 提供者:robust
  1. shukongweijirar

    1下载:
  2. 微机数控加工程序译码的C语言实现方法.很好的论文-Computer numerical control processing method of decoding of the C language. A very good paper
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-04-24
    • 文件大小:153192
    • 提供者:jacy
  1. NA_HW01_SN2005730151

    0下载:
  2. Numerical Method least largeset number of computer
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:87471
    • 提供者:Ryu
  1. pers.-linier

    0下载:
  2. numerical method for linier equation
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:785
    • 提供者:aydan
  1. Analysis-of-RC-RL

    0下载:
  2. 用数值计算方法分析RC、RL串联电路暂态过程及数值计算方法在其他复杂电路分析中的应用举例。主要是用辛普生法则求积分的方法来求得流经R的电量,用隐性欧拉公式求一阶微分方程的方法来求得电压随时间的变化规律。系统的研究了RC电路和RL电路的暂态过程。 -Analysis of numerical methods with RC, RL series circuit transient process and numerical methods in analysis of other comple
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:489106
    • 提供者:bailuer
  1. the-numerical-control-dc-power

    1下载:
  2. 本文主要论述了一种基于51单片机为核心控制器的数控直流电源的设计原理和实现方法。该电源具有电压可预置、可步进调整、输出的电压信号和电流信号可同时显示功能。文章介绍了系统的总体设计方案,其主要由微控制器模块、稳压控制模块、电压/电流采样模块、显示模块、键盘模块、电源模块五部分构成。-The method of this paper based on the 51 microcontroller core of the numerical controller DC power supply des
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-12-27
    • 文件大小:291329
    • 提供者:任林
  1. clock_1

    1下载:
  2. 在单片机开发板上实现的一个电子钟程序。采用了模块化的设计方法,将头文件和源文件分开来写。时间用6个数码管显示,用按键可以随时调节时钟的时,分,秒,设计了三个有效按键,分别为功能选择键,数值增大键和数值减小键。每次按下键,(蜂鸣器鸣响一次),利用板上at24c02设计实现断电自动保护显示数据的功能,当下次上电时会接着上次断电前的时间数据继续运行。-Microcontroller development board, an electronic clock program. Uses a modul
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:41051
    • 提供者:chengjie
  1. QR

    0下载:
  2. 数值分析中的双步移位QR方法,只包含一个CPP文件-Numerical analysis of double-step shift QR method, contains only one CPP file
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2152
    • 提供者:cheang0840
  1. ytyey

    0下载:
  2. Numerical solution of differential equations method, The entire training process BP neural network, Synthetic Aperture Radar (SAR) imaging simulation target.
  3. 所属分类:DSP编程

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:peijoufang
  1. plusewidth(time_prescaler)

    0下载:
  2. STM32F103VE芯片,可以实现两个端口测量脉冲的频率以及占空比,为了防止溢出,将其进行了分频处理,可以测量出50Hz左右的脉冲,如果频率过大,则精确度会下降,需要重新更改分频数,程序中不包含输出部分,需要自己添加输出程序,建议直接读取TIM3_CCR2,TIM3_CCR1寄存器的值,然后自己进行转化。程序里面有大概的转换方法,但数值上并不合适,需要进行修改。(STM32F103VE chip, can achieve two port measurement of pulse freque
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-15
    • 文件大小:4577280
    • 提供者:EGlym
  1. jai_km87

    0下载:
  2. Arrival process is a Poisson process, EULER numerical analysis method, Realization of 10 digital audio recognition progra.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:5120
    • 提供者:sunsinggai
  1. jp741

    0下载:
  2. Realize image watermarking, de-noising, plus noise and other functions, Using wavelet denoising thought, EULER numerical analysis method.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:5120
    • 提供者:mangniulang
  1. vx068

    0下载:
  2. Accuracy can reach 98%, ICA (Principal Component Analysis) algorithm and procedures, Numerical solution of differential equations method.
  3. 所属分类:单片机开发

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:liujielaonan
  1. 5271

    0下载:
  2. Course designed to prepare the matlab program code, In matlab R2009b debugging through, EULER numerical analysis method.
  3. 所属分类:单片机开发

  1. kmint

    0下载:
  2. Consider shadow rain attenuation and multipath effects Numerical solution of differential equations method, Energy entropy calculation.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:pexjs
  1. nai-V1.6

    0下载:
  2. Several new methods sar image denoising, EULER numerical analysis method, Future line prediction, error analysis.
  3. 所属分类:uCOS

    • 发布日期:2017-12-29
    • 文件大小:5120
    • 提供者:vhmtchv
  1. sb133

    0下载:
  2. Based on SVPWM three-level inverter matlab simulation, It describes the application of load forecasting, EULER numerical analysis method.
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-23
    • 文件大小:10240
    • 提供者:leijuiyiuhan
« 12 3 4 »
搜珍网 www.dssz.com