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

搜索资源列表

  1. POSTagger

    0下载:
  2. (1)从已经标注好词性的语料中统计得到词性标记的二元转移矩阵,以及每个词以确定的词性标记出现的次数等数据(训练阶段) (2)利用动态规划算法快速选取词性标记路径,得到词性标记结果 (3)可以选择不同的词性标记集 -(1) has been marked from the Corpus POS good statistical POS be labeled binary transfer matrix, and every word to determine the POS m
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:96434
    • 提供者:丁淑彬
  1. sdgshjd

    0下载:
  2. 数字系统设计这是有关的相关源代码,有简易CPU 除法器、计数器等 ...[fpdiv_vhdl.rar] - 四位除法器的vhdl源程序 [vhdl范例.rar] - 最高优先级编码器8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使 BR> ... -Digital System Design This is the underlying source code, a simple C
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:838
    • 提供者:张瑞
  1. pwm

    0下载:
  2. 用2407控制三相交流电机的程序,c语言-with 2,407 three-phase AC motor control procedures, language c
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:86704
    • 提供者:张金密
  1. Lattice Boltzmann Method 模拟单相流体

    2下载:
  2. Lattice Boltzmann Method 模拟单相流体,LBM simulation for single phase flow
  3. 所属分类:并行运算

    • 发布日期:2017-03-25
    • 文件大小:2072
    • 提供者:袁浩
  1. rdvv.rar

    0下载:
  2. hex code for controlling a TSA5511 phase locked loop chip using a PIC16F84 Also drives a standard 16x1 LCD display. function 16F84(A) L.C.D. notes 0V 5 1, 5 +5 volt 4, 14 2, 3 Display enable 2 6 SCL 17 needs 10k pullup to +
  3. 所属分类:assembly language

    • 发布日期:2016-01-26
    • 文件大小:2148
    • 提供者:Nev
  1. The_Buffer_Bomb

    2下载:
  2. 缓冲区溢出实验(The Buffer Bomb lab)解答及实验报告。-Buffer overflow test (The Buffer Bomb lab) answers and lab reports.
  3. 所属分类:assembly language

    • 发布日期:2016-01-24
    • 文件大小:84642
    • 提供者:wq
  1. ychen_jasp_software

    0下载:
  2. MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms 1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction
  3. 所属分类:source in ebook

    • 发布日期:2017-03-27
    • 文件大小:54443
    • 提供者:lzn
  1. cgh

    0下载:
  2. 计算全息close all clc clear A=zeros(64) A(15:20,20:40)=1 A(15:50,20:25)=1 A(45:50,20:40)=1 A(30:34,20:35)=1 % ppp=exp(rand(64)*pi*2*i) A=A.*ppp % Author s email: zjliu2001@163.com figure imshow(abs(A),[]) Fa=fft2(fftshift(A)) Fs=fftshi
  3. 所属分类:source in ebook

    • 发布日期:2017-03-22
    • 文件大小:3640
    • 提供者:ccfu
  1. ward

    0下载:
  2. 词法分析 1 试验目的 设计,编制并调试一个此法分析程序,加深对此法分原理的理解. 2 试验要求 1)待分析的简单语言的词法 * 关键字: begin if then while do end 所有关键字都是小写. 2)运算符和界符: : = + * - / < <= <> > >= = ( ) # 3)其他单词是标识符(ID)和整数型常数(NUM),通过一下正规式定义: ID=lette
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:11349
    • 提供者:HUGO
  1. 2

    0下载:
  2. 《天地志》第二期,学习Actionscr ipt3.0的好资料,pdf格式。推荐下载- Heaven topology, the second phase, learning Actionscr ipt3.0 good information, pdf format. Recommended Downloads
  3. 所属分类:Editor

    • 发布日期:2017-06-11
    • 文件大小:18540469
    • 提供者:liuweijun
  1. Orbit

    0下载:
  2. SX28 Assembler Source to generate 2 phase referenced frequencies. Simulate a bi-phase clock source.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:11237
    • 提供者:ottow
  1. MC145151-2

    0下载:
  2. 基于单片机的锁相频率合成器的设计:MC145151-2芯片-Based on single-chip phase-locked frequency synthesizer design: MC145151-2 chip
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:11296
    • 提供者:张三
  1. matlabxueqi

    1下载:
  2. 小学期的源程序 1.试编MATLAB程序。信号 sinc(10*t),-2<=t<=2 m(t)= 0,其它 用100hz的载波来产DSB信号并解调。完成下列工作: 画出已调信号; 求已调信号的频谱,并用图像表示。 画出解调信号; 求解调信号的频谱,并用图像表示。 2.信号 sinc2(100t),|t|≤t0 m(t)= 0, 其它 采用频率调制调制为1000HZ的载波。频偏常数为kf=50,t0=0.2
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:2709
    • 提供者:张静
  1. jiaotongdeng

    0下载:
  2. 设有一十字路口,1、3为南北方向,2、4为东西方向。每个路口均有红、黄、绿三个灯,初始状态为四个路口的红灯亮,2秒之后,1、3路口的绿灯亮,2、4路口的红灯亮,1、3路口通车;延时50秒后,1、3路口绿灯闪烁5秒后绿灯灭,黄灯亮,5秒后,1、3路口的红灯亮,而同时2、4路口的绿灯亮,2、4路口开始通车;延时30秒后,2、4路口绿灯闪烁5秒后绿灯灭,黄灯亮,5秒后,2、4路口的红灯亮,同时1、3路口的红灯亮(即四个路口的红灯亮),2秒之后,1、3路口的绿灯亮,2、4路口的红灯亮,重复上面的过程。-
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:24260
    • 提供者:Jeromy
  1. en_300726v080001p

    0下载:
  2. ETSI EN 300 726 Digital cellular telecommunications systems (Phase 2+) Enhanced Full Rate (EFR) speech transcoding (GSM 06.60)-ETSI EN 300 726 Digital cellular telecommunications systems (Phase 2+) Enhanced Full Rate (EFR) speech transcoding
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:390564
    • 提供者:swiss
  1. Encoder

    0下载:
  2. Purpose: Contains example code to use a two-phase encoder with an ATmega2561. The encoder phases are connected to PORTF bits 0 & 1 and the switch is connected to PORTF bit 2. Timer 1 is configured to interrupt at 1024Hz. At startup, the enco
  3. 所属分类:assembly language

    • 发布日期:2016-01-21
    • 文件大小:1905
    • 提供者:centema
  1. IR

    0下载:
  2. 对IQ接收器最重要的两个参数,即I和Q两路分量之间的幅度一致性和相位正交性,可采 用如下办法计算:把I、Q 两路信号分别作FFT ,找出频域内信号的幅度,即可算得两路分量的幅度一 致性 把I、Q两路信号合成一个复数信号,作FFT ,对得到的频谱求镜像抑制比(即频域内的信号与信号镜像的幅度比) ,通过镜像抑制比和幅度一致性,可求出接收机的I和Q两路分量之间的相位正交性。-IQ receiver for the two most important parameters, namely
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:1112
    • 提供者:chinaafxp
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:67759
    • 提供者:程光
  1. FFT-(2)

    0下载:
  2. 实现FFT谱分析,并进行全相位FFT谱与传统FFT谱的比较-To achieve FFT spectrum analysis, and comparison of all phase FFT spectrum with the traditional FFT spectrum
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:9687
    • 提供者:xu
  1. siegun-V1.2

    0下载:
  2. 插值与拟合的matlab实现,三相光伏逆变并网的仿真,图像的光流法计算的matlab程序。- Interpolation and fitting matlab implementation, Three-phase photovoltaic inverter and network simulation, Image optical flow calculation matlab program.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:赵哲权
« 12 »
搜珍网 www.dssz.com