搜索资源列表

  1. UKF

    0下载:
  2. 自己写的UKF滤波程序,使用2n+1Sigma点采样-UKF filter written by myself, using 2n+1 Sigma-point sampling
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:ZHUANG
  1. find_the_middle_number

    0下载:
  2. 设X[0:n-1]和Y[0:n-1]为两个数组,每个数组中都有n个已经排好序的数字,试设计一个O(logn)时间的算法,找出X和Y的2n个数的中位数。-Set X [0: n-1] and Y [0: n-1] for the two arrays, each array has n good order have been ranked the number and try to design a O (logn) time algo
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:ylong.zh
  1. Billing_NS

    0下载:
  2. Billing system for telephone station 2N,LG
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:5176320
    • 提供者:kabesot
  1. 2n_ukf

    0下载:
  2. 比较特殊的unsented 卡尔曼滤波器 只采用了2n个sigma points而不是2n+1 减少了运算时间-2N sigma point kalman filter
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:157696
    • 提供者:chai
  1. FFT

    0下载:
  2. FFT算法的基本原理是把长序列的DFT逐次分解为较短序列的DFT.按照抽取方式的不同可分为DIT-FFT(按时间抽取)和DIF-FFT(按频率抽取)算法.按照蝶形运算的构成不同可分为基2、基4、基8以及任意因子(2n,n为大于1的整数),基2、基4算法较为常-The FFT algorithm s basic principle is decomposes gradually long sequence DFT into short s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:419840
    • 提供者:卡其米奇
  1. hftree

    0下载:
  2. 一开始将所有的2n-1个节点的parent,lchild,rchild都赋初值-1 对于每个非叶子节点ht[i](存放在ht[n]~ht[2n-1]中),从h[0]~ht[i-1]中找到两个最小的且parent=-1(即还未加入到haffuman树中的节点,设为smin,fmin)作为ht[i]左右孩子,并且修改ht[i]的权值ht[i].w=ht[smin].w+ht[fmin].w 如此反复直到所有非叶子节点均已处理完
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:自由鸟
  1. LFSR

    0下载:
  2. 1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length o
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:16384
    • 提供者:zouna
  1. 2divtable

    0下载:
  2. 标准2维表问题 设n 是一个正整数。2 × n 的标准2 维表是由正整数1,2,…,2n组成的2 × n数组,该数组的每行从左到右递增,每列从上到下递增。2 × n的标准2 维表全体记为Tab(n)。 给定正整数n,计算Tab(n)中2×n的标准2维表的个数。 -The question of the standard 2-D table for n is a positive integer. 2 × n table
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:14336
    • 提供者:seabird
  1. hzts

    0下载:
  2. 第一个循环是对矩阵的第一行进行的,第一次循环时除了第一个是1其他都是0,i=0,j=0时H[i + 1, j] =H[1, 0]=0,循环结束时, H[1, 0] =2,i=1,m=3;第二次循环时i=1,j=0,H[i + 1, j] =H[2, 0]=0,循环结束时,H[2, 0] =3,i=2,m=4 ……所以第一个循环相当于把第一行用2到N连续的自然数填充。同样的第二个循环是对最后一列用从N到2N-1的连续自然数进行填充,第三个
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:ttzz
  1. gray

    0下载:
  2. Gray码是一个长度为2n的序列。序列中无相同元素,每个元素都是长度为n位的串,相邻元素恰好只有1位不同。用分治策略设计并实现一个算法对任意的n构造响应的Gray码。-Gray code is a sequence of length 2n. No similar sequence elements, each element is n-bit string length, the adjacent element is only a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:huzhaowei
  1. fplancka

    0下载:
  2. 光学工程类Matlab模拟程序,模拟了2N个透镜阵列的成像-Optical Engineering Matlab simulation program to simulate a lens array of imaging 2N
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:jishi
  1. n_fft_2n

    0下载:
  2. descr iption: 用一个N=32点的fft运算一个2N点的实数序列-fft
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:徐紫
  1. suffix-array

    0下载:
  2. A simple to code implementation of suffix array. Complexity : Nlog^2N
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:sn
  1. Gray

    0下载:
  2. 递归与分治演算Gray码,Gray码是一个长度为2N的序列-Recursive partition calculus with the Gray code, Gray code is a sequence of length 2N
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:林子
  1. CPP_Make_the_to_calculate

    0下载:
  2. 利用以下公式,计算 PI 至小数点后s位 oo --- n L * PI \ (-1) 4 * L L -------- = / [ ------- ( ---------- - -------------- ) ] 4 --- 2n+1 5^(2n+1) 239^(2n+1) n=0 L : 为一大整数 10^s PI : 圆周率-Using the following
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:ken
  1. huffman_coding

    0下载:
  2. 本程序建立了哈夫曼树并求出了各字符哈夫曼编码,但不能对需要编码的文件进行分析,作出最优或 近似最优的决策 建树的时间复杂度:O(nlogn) 求解编码的平均时间复杂度:O(n*d) d为哈夫曼树叶子的深度的期望,最坏情况的d=(n^2+n-2)/2n. 编码的最坏时间复杂度为O(n^2)-This procedure established a Huffman tree and calculated the v
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:刘晓明
  1. c

    0下载:
  2. 1.问题描述 对于给定的正整数n,格雷码为满足如下条件的一个编码序列: (1) 序列由2n个编码组成,每个编码都是长度为n的二进制位串。 (2) 序列中无相同的编码。 (3) 序列中位置相邻的两个编码恰有一位不同。 例如:n=2时的格雷码为:{00, 01, 11, 10}。 -1. Problem Descr iption for a given positive integer n, Gray code to
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:杨小明
  1. VHDLcodes

    0下载:
  2. Behavioral descr iption of ALU, RAM MODULE, ROM MODULE, DIVIDE BY N COUNTER, GENERIC DIVIDER 2n+1, GCD CALCULATOR, GCD FSM CODE, JK FLIP FLOP in VHDL . These are fully synthesized codes with optimization.- Behavioral de
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:Vijay
  1. Priority_Encoder

    0下载:
  2. Unlike a multiplexer that selects one individual data input line and then sends that data to a single output line or switch, an Encoder takes all the data inputs one at a time and converts them to a single encoded output
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:VLSI
  1. Encoder_Using_Assign_Statement

    0下载:
  2. Encoder Using Assign Statements: Unlike a multiplexer that selects one individual data input line and then sends that data to a single output line or switch, an Encoder takes all the data inputs one at a time and conve
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:VLSI
« 1 2 3 4 56 7 8 9 10 »

源码中国 www.ymcn.org