搜索资源列表

  1. root

    0下载:
  2. tq2440在linux下根文件系统,有详细介绍。-tq2440 under linux root file system, described in detail.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:17827840
    • 提供者:2668100
  1. root

    0下载:
  2. 一个很小的程序,主要是用二分法求方程的根,适合初学者-A small program, the main dichotomy is the root of Equation for beginners
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:886784
    • 提供者:殇幻之星
  1. MATLAB

    1下载:
  2. 阵列信号处理方面的经典程序,包括MUSIC算法,ESPRIT 算法,Root-MUSIC算法面阵中二维角度估计 Unitary -ESPRIT算法,空间平滑MUSIC算法,传播算子DOA估计算法-Classical array signal processing procedures, including the MUSIC algorithm, ESPRIT algorithm, Root-MUSIC algorithm for tw
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:黄磊
  1. 3.Root-MUSIC

    0下载:
  2. Root-MUSIC算法MATLAB程序,分布式信源信号处理-Root-MUSIC algorithm MATLAB program- Distributed Source Signal Processing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:happy0
  1. root_files

    0下载:
  2. android root for adroid devices enjoy-android root for adroid devices enjoy
  3. 所属分类:android开发

    • 发布日期:2024-05-19
    • 文件大小:675840
    • 提供者:okicu
  1. DOA

    0下载:
  2. DOA估计的算法,其中包括Music算法、空间平滑Music算法、Root-Music算法、ESPRIT算法MVDR(最小方差无失真)算法等,便于比较-DOA estimation algorithms, including algorithms Music, Music spatial smoothing algorithm, Root-Music algorithm, ESPRIT algorithm MVDR (minimum v
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:韩科
  1. rootmusic

    0下载:
  2. 用matlab基本算法之一,ROOT-MUSIC方法估计波达方向-One of the basic algorithm with matlab, ROOT-MUSIC DOA estimation methods
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:tsaoway
  1. different_music

    0下载:
  2. 这里面有很多的music算法仿真程序,一维经典music,ESPRIT 算法,Root算法,和二维面阵music算法,L型算法,空间平滑music,传播算法,以及现场测试程序。尤其是这个现场测试程序,理论与实践还是有一定的距离。这是一个居于现场实测实验的music算法,其与经典的music算法有一个很大的不同,是一个均匀四元阵两个信号的程序,对于一些在现场测试实验不能得到与经典算法理想的结果有很大的帮助。希望对实测实验的有帮助,自己摸索
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:林铭团
  1. Newton-iteration-root-of-Equation

    0下载:
  2. 牛顿迭代法求方程的根,用这种方法更加简捷快速准确-Newton iteration root of Equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:阿宁
  1. Primitive-root

    0下载:
  2. 给定大素数P,如果求其原根?给出算法描述。并编程实现具体功能。 利用随机数生成大素数q,P是形如2*q+1的大素数,P也为素数,若P不为素数,则重新生成大素数q,重复上述步骤。生成随机数g,1<g<p-1,要满足:g^2 mod p!=1, g^q mod p!=1, 则g为P的本原根。-Given a large prime number P, if you find its original roots? Algo
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:绿茶
  1. DS-root

    0下载:
  2. 数据结构中图的基本运算 以邻接矩阵的形式 用图的深度遍历找图是否有根定点-root group
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:张波
  1. Square-Root-Raised-Cosine-Filter

    0下载:
  2. 根升余弦基带成形滤波器的设计及其DSP实现.最后利用系数对称特性,在某软件无线电电台系统的DSP 芯片中编程, 实现均方根升余弦滤波器的成形滤波算法-First this essay introduces baseband shaped filter theory and requirements of an SDR system on shaped filtering. And, the author introduc
  3. 所属分类:DSP编程

    • 发布日期:2024-05-19
    • 文件大小:117760
    • 提供者:程文翔
  1. root-finding

    0下载:
  2. 三种方法求方程的根,二分法,最近邻法,和错点法-three methods for getting the root of equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:208896
    • 提供者:xulubo
  1. a-square-root-algorithm

    0下载:
  2. 介绍一种高速高精度的开方算法它适用于最一般开方运算形式汉, 算法将数据映射 至(0,1000)区间, 进而将该区间进行非均匀分段, 并用查表与线性插值相结合的方法, 既实现了高速、高精度开方运算, 又使数据表格占用较少的存贮单元这种算法还很容易推广应用于其他幂函数计算-Introduced a high-speed high-precision square root algorithm, it applies to the Han
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-19
    • 文件大小:2412544
    • 提供者:sunshine
  1. 169-square-root-

    0下载:
  2. 用430单品机做得一个整数开方实验,经过测试大家-use 430mcu An integer square root experiment
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:liyubo
  1. Square-root

    0下载:
  2. 从键盘输入任意一个正整数,计算其平方根并输出。-From the keyboard input any a positive integer, calculating the square root and output.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:ma
  1. root-qtopia-em2440

    0下载:
  2. Root qtopia YAFFS tools for EM2440
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-19
    • 文件大小:21981184
    • 提供者:ihapenciuc
  1. For-approximate-root

    0下载:
  2. 用递推式法求解;用二分法,牛顿迭代法,迭代法求解方程的近似根-Using recursive method for solving with the dichotomy, Newton iteration method, iteration method for solving the approximate root
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:龙在
  1. Square-root

    0下载:
  2. 这是一个简单的,通过移位操作,得到数字平方根的算法。已在vc6.0++上实验成功-This is a simple shift operation, figure the square root algorithm. Successful experiment in vc6.0++
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:226304
    • 提供者:蔡杰
  1. root-program-design-

    0下载:
  2. 基于牛顿迭代算法——拉尔夫根程序设计,这是我们导师要求我们做的一个练习,利用DSP实现的开放运算。要用最少的资源实现迭代开放算法。-Based on Newton s iteration algorithm- Ralph the root program design
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:刘far
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org