CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 锁

搜索资源列表

  1. pll

    0下载:
  2. 本文讲述锁相环的工作原理,锁相环路实际上是一个相差自动调节系统。-This article describes the working principle of PLL, PLL is actually a difference between the automatic adjustment system.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:407638
    • 提供者:shu
  1. Hostithm

    0下载:
  2. 联锁进路敌对信号的搜索算法设计Hostile signal interlocked path search algorithm-Hostile signal interlocked path search algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:190330
    • 提供者:fei2080
  1. PLL

    1下载:
  2. matlab-simulink的锁相环模型-pll model
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6837
    • 提供者:叶明
  1. Lagrange1

    0下载:
  2. 已知n个自变量锁对应的函数值,可用该代码求出Lagrange唯一一个n阶差值多项式。-N independent variables are known to lock the corresponding function value, the code can be obtained only n-order differential Lagrange polynomial.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:686
    • 提供者:王静
  1. bankerc

    0下载:
  2. 为了避免死锁产生和避免的情况,用银行家算法实现系统资源分配。-In order to avoid deadlock and avoid the situation arising, with banker' s algorithm for system resource allocation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2417
    • 提供者:博程
  1. dsss

    0下载:
  2. dsss有关的位同步帧同步数字锁相法实现位同步-dsss the bit synchronization method to achieve frame synchronization bit synchronous digital lock
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1784099
    • 提供者:liufei
  1. Bankers-Algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dy
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1430
    • 提供者:岳豪
  1. yinhangjia

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。 -ankers algorithm is one of the most representative avoid deadlock algorithm. In avoiding deadlocks method allows processes to dynamically appli
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1693
    • 提供者:baichaochao
  1. FLL

    4下载:
  2. 锁频环又称为自动频率控制(AFC)环,其利用反馈回路对输入频率变化进行调整,最后达到对频率的跟踪,广泛应用于雷达,卫星导航等领域对多普勒频率的跟踪。-Locked loop, also known as automatic frequency control (AFC) loop, the use of feedback loop to adjust the input frequency changes, and finally achieve frequency tracking is wi
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1513
    • 提供者:刀刀
  1. 110519PLL

    0下载:
  2. 一个锁相环路,同相正交环路,一阶锁相环,做毕业设计时遇到的。-A phase-locked loop, quadrature-phase loop, the first order PLL, the design experience to do graduate.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1232
    • 提供者:曹俊
  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. bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dy
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1736
    • 提供者:zhsenl
  1. DPLL

    0下载:
  2. 模数转换的数字锁相环,代码中有详细的说明-digital phase lock loop
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1799
    • 提供者:
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法:程序模拟预防进程死锁的银行家算法的工作过程-Banker' s algorithm: program to simulate the process of deadlock prevention algorithms work process banker
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:523859
    • 提供者:踏雪
  1. Mode_Locked

    0下载:
  2. 自己编写的锁模激光器原理模拟,很简单有助于理解锁模激光脉冲的性质。-I have written a mode-locked laser simulation principle is very simple to help understand the nature of mode-locked laser pulses.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:20818
    • 提供者:郑大海
  1. 4

    0下载:
  2. 编程实现银行家算法 通过实例模拟银行家算法实现死锁预防。 掌握银行家算法实现死锁预防的原理 要求:输入实例,能够使用银行家算法判断资源分配后是否存在安全序列。 -Programming by example simulation banker bankers algorithm deadlock prevention algorithm. Master bankers, deadlock prevention algorithm principle requirements: i
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:656
    • 提供者:瓜哥
  1. Matlab-dq-transformation-

    0下载:
  2. Matlab中基于dq变换的锁相环仿真研究.-Matlab based on dq transformation of phase-locked loop simulation.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:145675
    • 提供者:castlezju
  1. s223_PLL_10b

    0下载:
  2. 自己搭的三相锁相环模拟电路,作业经过运行验证,能够很迅速的锁定电压电流相位。-Take their own three-phase PLL analog circuits, after running the verification, the lock can be very rapid phase of voltage and current.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:17633
    • 提供者:有梦最美
  1. Deadlock-contracted-algorithm

    2下载:
  2. 死锁环路判定的系统资源分配图约简算法的设计与实现.(1)系统资源分配图输入(界面) • 按资源分配图的形式定义,输入进程名字、资源类名字及其个数、申请/占有边。 (2)运行结果(界面) • ① 以图形的形式输出原资源分配图; • ② 以图形的形式动态输出原资源分配图约简过程 • 实现 -Deadlock loop system to determine resource allocation graph reduction
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2571617
    • 提供者:Jack
  1. bank

    0下载:
  2. 银行家算法避免死锁问题,用C语言编程实现-Bankers algorithm avoid deadlock, with the C programming language
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:228707
    • 提供者:曹书芹
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com