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

搜索资源列表

  1. 5

    0下载:
  2. 利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动-Use Dijkstra algorithm to find the shortest path network diagram to find the starting point P1 to the end of Pn from the
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:9174
    • 提供者:jack
  1. lunwen

    0下载:
  2. 扩频通信中pn序列码的仿真与研究,m序列,M序列,gold序列-Pn sequence spread spectrum communication and research simulation codes, m series, M series, gold sequence
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:265683
    • 提供者:wenchongyang
  1. 25880982m_sequence_3

    0下载:
  2. 伪随机码或称PN码,是扩频通信中不可缺少的一种序列。扩频通信,简单的说来就是通过一组相关性很强的伪随机序列,使原有的信号按照伪随机序列的特性出现。-Said pseudo-random code or PN code, spread spectrum communication is an indispensable sequence. Spectrum, simple to say is highly relevant by a group of pseudo-random sequence,
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:850
    • 提供者:郭云
  1. sanjiguanyuanli

    0下载:
  2. 三极管的原理,带你了解什么是PN结,电流是怎样放大的,适合初学者-Transistor theory, take you to understand what is PN junction, current is how to enlarge, and for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:194404
    • 提供者:黑车
  1. BANK

    0下载:
  2. 银行家算法 设计程序模拟预防进程死锁的银行家算法的工作过程。假设系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生-Banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1353
    • 提供者:freedom265442
  1. 01bag_problem

    0下载:
  2. 特殊的01背包(原算法分析题4-3) 问题描述:01背包是在N件物品取出若干件放在空间为C的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn,并取得最大价值。普通的01背包中物品的重量和价值没有明确的关系,这里定义一种特殊的01背包:向背包中放入的物品的价值和体积成反比,也就是价值越高,体积越小,注意这里物品价值和体积的乘积并不是固定值。例如:如下的物品满足这个“特殊的01背包”,5件物品: 物品1,价值 v=6,体积w=20 物品2,价值 v=1,体
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:671515
    • 提供者:毛骏
  1. OFDM-PN

    0下载:
  2. 该M文件为水声信道仿真,必出的图形,是一个基础图形,有注释,可以帮助初学者很好的理解整体思路,框架结构!-The M file for underwater acoustic channel simulation, will be out of the graphics, is a basic graphics, there are comments that can help beginners a good understanding of the whole idea, framework
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1309111
    • 提供者:张鹏
  1. PN_corr

    0下载:
  2. MATLAB自带的函数XCORR好象有点像卷积,如果要是求一个PN序列的自相关,我看一般的资料都是用我这个办法求PN序列相关的。-MATLAB comes with seems a bit like a function XCORR convolution, if the request if the autocorrelation of a PN sequence, I see the general information are seeking ways to use my PN sequ
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:554
    • 提供者:LIMING
  1. bandaoti

    0下载:
  2. 半导体的基本原理及应用,PN结的形成过程和机制。工业制备。-he basic principle and application of semiconductor, PN junction forming process and mechanism. Industrial preparation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1454050
    • 提供者:殷皓君
  1. PN-(2)

    0下载:
  2. 伪随机序列FPGA 通过仿真 M3-Pseudo-random sequence M3000 FPGA simulation
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:217051
    • 提供者:wyq
  1. PN-code

    0下载:
  2. psuedo noise code in matlap-psuedo noise code in matlap
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6112
    • 提供者:hamada
  1. yemianzhihuan

    0下载:
  2. 设计程序模拟先进先出FIFO,最佳置换OPI和最近最久未使用LRU页面置换算法的工作过程。假设内存中分配给每个进程的最小物理块数为m,在进程运行过程中要访问的页面个数为n,页面访问序列为P1, … ,Pn,分别利用不同的页面置换算法调度进程的页面访问序列,给出页面访问序列的置换过程,计算每种算法缺页次数和缺页率。-Design program to simulate FIFO FIFO, the best and most recent displacement most-recently-us
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1703632
    • 提供者:gst
  1. yinhangjiasuanfa

    0下载:
  2. 设计程序模拟预防进程死锁的银行家算法的工作过程。假设有系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生。-Process simulation program designed to prevent deadlock bankers algorithm works. Suppose the s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1118750
    • 提供者:gst
  1. 0-1-knapsack-problem

    0下载:
  2. 01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。求出获得最大价值的方案。在本例中所有数值均为整数-01 M items in the backpack is out of a number of pieces on the space W of the backpack, the size of each item as W1, W2 ... ... Wn, corresponding to the value of
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:136369
    • 提供者:阿四
  1. SimulinkSpreadModem

    0下载:
  2. 基于Simulink的扩频调制模块设计 基于Simulink的扩频调制模块设计-Simulink PN modem
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:236204
    • 提供者:liu
  1. 2n2222

    0下载:
  2. 2n2222 NPN转换晶体管,能够变换pn结,具体描述可以参见内容-2n2222 NPN transistor conversion to transform the pn junction, the specific descr iption of the content can be found
  3. 所属分类:Project Manage

    • 发布日期:2017-04-25
    • 文件大小:47442
    • 提供者:tianxia
  1. keilC51v7hanhua

    0下载:
  2. verilog语言编写的PN码程序 经过调试的-PN code written in verilog program after debugging
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-02
    • 文件大小:722300
    • 提供者:tom
  1. verlag111

    0下载:
  2. verilog语言编写的PN码程序 经过调试的-PN code written in verilog program after debugging
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-01
    • 文件大小:614221
    • 提供者:tom
  1. Pseudo-Random-Generator(Autokorelation-function-o

    0下载:
  2. Pseudo-Random Generator(Autokorelation function of PN secvence)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:162257
    • 提供者:meshuggah
  1. code1pnfinal

    0下载:
  2. Pn code generation in simulink
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:6992
    • 提供者:Nabi
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 26 »
搜珍网 www.dssz.com