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

搜索资源列表

  1. small

    0下载:
  2. 从键盘输入一串字符到文件t1.txt,并将其复制到t2.txt,在屏幕上显示 -A string of characters from the keyboard input to file t1.txt, and copy it to t2.txt, on the screen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:484069
    • 提供者:朱超
  1. yyfx

    0下载:
  2. 实验目的 通过上机实习,加深对语法制导翻译原理的理解,掌握将语法分析所识别的语法成分变换为中间代码的语义翻译方法. 实验要求 采用递归下降语法制导翻译法,对算术表达式、赋值语句进行语义分析并生成四元式序列。 实验的输入和输出 输入是语法分析提供的正确的单词串,输出为三地址指令形式的四元式序列。 例如:对于语句串 begin a:=2+3*4 x:=(a+b)/c end# 输出的三地址指令如下: (1) t1=3*4 (2) t2=2+t1 (3
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:179904
    • 提供者:zhangjuan
  1. 51shiyongC

    0下载:
  2. 44键盘C51单片机程序,51单片机的软件复位程序,单片机IO驱动74LS164的C51程序,单片机T2定时器实现1秒精确定时程序,单片机做的AD转换程序( adc0809程序 ),电子钟程序,流复杂一点的水灯程序-44 keyboard C51 single-chip procedure, 51 single-chip software reset procedures, single-chip IO driver 74LS164 procedures of the C51, single-c
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:8653
    • 提供者:cdm
  1. river

    1下载:
  2. 贪心算法作业的解题报告和源代码。问题描述:在深夜里,n 个人想要尽快地通过一条河。河上有一座狭小的桥,每次最多只能两个人一起过河。由于桥上的道路一片漆黑,他们必须用仅有一个手电筒,来照亮道路。已知 n 个人过河分别需要 t1,t2,…,tn 的时间,两个人一起过河所需要的时间是取决于速度较慢的人所需要的时间。请计算出 n 个人过河所需要的最小时间。-Greedy algorithm for solving the report and source code. Problem Descr ipt
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:193114
    • 提供者:吴钦阳
  1. inituart

    0下载:
  2. 我的串口驱动。包含3个波特率(19200.57600.115200(用T2)) 可用#define _comboud 19200(57600/115200)选择 //定时器2为波特率发生器 // 定时器2 用于定时器操作与波特率发生器有所不同,它在每一机器周期 //(1/12晶振周期)都会增加;然而,作为波特率发生器,它在每一机器状态 //(1/2晶振周期)都会增加。波特率计算公式如下: //模式1或3的波特率=晶振频率/(32*(65536-(RCAP2H,R
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:829
    • 提供者:付茂可
  1. Rotated_Constellations

    0下载:
  2. Rotated QAM Constellations to Improve BICM Performance for DVB-T2 旋转星座图技术是DVB-T2标准中一项重大技术创新点,2008年的这篇文章详细描述了这个技术.-Rotated QAM Constellations to Improve BICM Performance for DVB-T2 technology constellation rotation is the standard DVB-T2 in a major te
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:145157
    • 提供者:arlong
  1. lowerfilter

    0下载:
  2. ex5_11 频率采样技术:低通,朴素法 ex5_12 频率采样技术:低通, 最优法T1 & T2 分别用朴素法和最优法,并且在时域和频域进行比较。-ex5_11 sampling frequency: low-pass, a simple method ex5_12 sampling frequency: low-pass, optimal method T1 & T2, respectively, and the optimal use of a simple law, an
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-10
    • 文件大小:1408
    • 提供者:rongyiyin
  1. CC2430-5

    0下载:
  2. CC2430 基础实验五 T2 的使用 1. 实验介绍 用定时器2 来改变小灯的状态,T2 每发生一次中断小灯改变状态一次。-CC2430 experimental basis for the use of T2 5 1. Experiment 2 introduced the use of timer to change the status of a small lamp, T2 interrupt for each occurrence of a change in the sta
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:36125
    • 提供者:swuyan
  1. CC2430-5

    0下载:
  2. CC2430 基础实验五 T2 的使用 用定时器 2 来改变小灯的状态,T2 每发生一次中断小灯改变状态一次。-CC2430 experimental basis for the use of five T2 timer with 2 to change the status of a small lamp, T2 interrupt for each occurrence of a change in the status of a small lamp.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:26927
    • 提供者:
  1. signalmeasure

    0下载:
  2. 单片机的C51 方波频率检测程序 运用单片机的T2定时器-Square-wave frequency of the C51 single-chip testing procedures
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:25974
    • 提供者:xcxscf
  1. t2

    0下载:
  2. If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2099
    • 提供者:xxxx
  1. FreMe

    0下载:
  2. 基于C8051F020的测频程序。T0定时中断进行频率计算,T2工作再捕获方式,计数脉冲个数。-C8051F020-based procedures for measuring the frequency. T0 timer interrupt frequency calculation, T2 work to capture the way, counting the number of pulses.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1409
    • 提供者:Yangpeng
  1. mrifid

    0下载:
  2. Its a matlab code to calulate and display the FID signal decay. with vaious output files includes. another file is added with the name mir to calculate and plot the T1 AND T2 decay curves for the given values of the tissue samples.-Its a matlab c
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:81038
    • 提供者:harsh
  1. CC2430

    0下载:
  2. CC2430基础实验--包括定时器T1、T2、T3的使用,串口的调试,还有系统睡眠状态的进入和唤醒-CC2430-based experiments- including the timer T1, T2, T3 of the use of serial debugging, as well as system sleep and wake-up access
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:886932
    • 提供者:吕云峰
  1. hysthresh

    0下载:
  2. matlab code-Function performs hysteresis thresholding of an image. All pixels with values above threshold T1 are marked as edges All pixels that are adjacent to points that have been marked as edges and with values above threshold T2 are als
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1538
    • 提供者:mahmood
  1. CC2430-5

    0下载:
  2. 这是CC2430的基础实验五,这是定时器T2的使用,通过对LED的控制来体现。-This is the basis of CC2430 experiment 5, which is the use of timer T2, through the LED control to manifest.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:14381
    • 提供者:李琳
  1. t2

    0下载:
  2. Column generation for solve linear problems in GAMS
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1136
    • 提供者:free
  1. t2

    0下载:
  2. this for avr128 for kuniv dge t-this for avr128 for kuniv dge too
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:320401
    • 提供者:kang
  1. DVB

    0下载:
  2. DVB系统中交织器和解交织器设计的FPGA实现-DVB system, the reconciliation Interleaver Interleaver design FPGA implementation
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:708405
    • 提供者:程钢
  1. CC2430BasicExperiment

    0下载:
  2. cc2430内外围设备的基本应用程序,目录如下: CC2430-1 自动闪烁 CC2430-2 按键控制开关 CC2430-3 按键控制闪烁 CC2430-4 T1的使用 CC2430-5 T2的使用 CC2430-6 T3的使用 CC2430-7 T4的使用 CC2430-8 定时器中断 CC2430-9 外部中断 CC2430-10 片内温度 CC2430-11 1/3AVDD CC2430-12 AVDD
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:427479
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com