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

搜索资源列表

  1. divide

    0下载:
  2. 一个基于CPLD/FPGA的半整数分频器的设计的文档资料
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:18056
    • 提供者:linew
  1. 比较典型的pid处理程序

    1下载:
  2. 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-This is a typical PID p
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:10881
    • 提供者:伊强
  1. 分而治之

    0下载:
  2. 本程序是根据分而治之的思想来解决比赛的时间表的问题-this program is based on divide and rule of the game thinking to solve the problem of the timetable
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6185
    • 提供者:hanhan12345
  1. crc32源码及资料

    1下载:
  2. CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same. Polynomial and subtract oper
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:4967260
    • 提供者:陈少良
  1. searchmin

    0下载:
  2. 根据分治算法策略,来实现对一个系列中最小数的查找.-under the divide-and-conquer strategy to achieve a series of the smallest number of search.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1004
    • 提供者:郭宏慧
  1. divide and conquer

    0下载:
  2. 这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:唐海浪
  1. divfile

    0下载:
  2. 一个将大文件分割的程序,并可自动生成批处理文件,双击批处理文件就可将多个小文件合并-The big document file divide procedure, and may automatically live the batch processing document, double-clicks the batch run document to merge many small files
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:87968
    • 提供者:张南
  1. bc_mfc

    0下载:
  2. 使用Binomial Cofficient的演算法,並以Divide-and-Conquer以及Dynamic Programming的方式來實作,並以比例尺來做比較-use of the algorithms, and Divide - and-Conquer and Dynamic Programming is the way to make and do more to Scale
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16351
    • 提供者:阿哲
  1. 动态规划----矩阵连乘问题

    0下载:
  2. 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic prog
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27011
    • 提供者:莫非
  1. 模拟固定分区存储管理的分配与回收

    0下载:
  2. 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to are
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:haha
  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:2050142
    • 提供者:ayungerstudio
  1. foundation of wireless_communication

    0下载:
  2. 这是一份讲述无线通信的原理的资料,原作者是美国加利福尼亚大学教授Divide Tse。侧重于无线通信的信道的理论分析和原理阐述。
  3. 所属分类:文档资料

    • 发布日期:2010-12-27
    • 文件大小:4437704
    • 提供者:hzddyx@163.com
  1. divide

    0下载:
  2. 所属分类:VHDL编程

    • 发布日期:2011-05-17
    • 文件大小:3358
    • 提供者:carl413
  1. divide

    0下载:
  2. 所属分类:VHDL编程

    • 发布日期:2011-05-20
    • 文件大小:3358
    • 提供者:carl413
  1. 最近点对问题,分别用蛮力法和分治法进行了求解

    0下载:
  2. 最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:2052959
    • 提供者:zhou
  1. matrixcode.rar

    1下载:
  2. 矩阵运算,包括加,减,乘,除,行列式,逆阵的求解,伴随矩阵求解,Matrix operations, including add, subtract, multiply, divide, determinant, inverse matrix to solve, with the matrix solution of
  3. 所属分类:MPI

    • 发布日期:2016-06-07
    • 文件大小:8047
    • 提供者:刘石
  1. Calculator.rar

    0下载:
  2. 用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,还有平方根、倒数、百分数等运算功能,方便日常生活。,Users can enter to participate in the mouse followed by the numerical calculation, to add, subtract, multiply, divide operations such as mixing, as well as the square root, reciprocal, such
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:103483
    • 提供者:胡晓
  1. Aitch.rar

    0下载:
  2. AITCH是一个FORTRAN90程序解决H形区域的流场计算。 更具体地说, AITCH旨在模拟不可压缩非稳态的二维下的Navier Stokes方程。 这项计划只是初步素描如何划分区域的方式,你可按照自己的内容需要进行修改,以产生有限元解决方案。,AITCH is a FORTRAN90 program which solves for flow in an H-shaped region. More specifically, AITCH is intended to
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-31
    • 文件大小:41208
    • 提供者:maxwang
  1. Simplecalculator

    0下载:
  2. 利用Visual C++实现一个简易计算器。其类似于windows附件中自带的计算器,能够进行加、减、乘、除、平方、立方、对数、倒数、开方、exp(x)、三角函数、等运算。-Visual C++ implementation using a simple calculator. Its similar to the calculator that comes with windows in the annex, to add, subtract, multiply, divide, square
  3. 所属分类:Windows编程

    • 发布日期:2017-05-15
    • 文件大小:3769674
    • 提供者:曾仕琪
  1. calculator

    0下载:
  2. 基于51单片机和液晶1602的简易计算器,可进行加减乘除浮点型运算和清除、即时显示等功能-51 single-chip microcomputer and LCD based on the 1602 simple calculator, can add, subtract, multiply and divide floating point operations and clear, type instantly shows etc. Function
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2119
    • 提供者:zhuhanghua
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com