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

搜索资源列表

  1. gads

    0下载:
  2. #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:795
    • 提供者:海波
  1. quanpaixu

    0下载:
  2. 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:720567
    • 提供者:zero
  1. guofuskksjhithhgnuoi

    0下载:
  2. 数字时控器 题目要求: 1、 在定时范围1分钟内,用开关设置两个任意时刻t1和t2,到t1时能够自动启动某一过程,t2时停止该过程. 2、 定时精度1s 3、 时间由数码管显示. 4、要求计数器具有异步清零功能,计数控制功能 -figures controller topics : 1, the scope of a regular minutes, Switching set two arbitrary time t1 and t2, t1 can be automa
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1894351
    • 提供者:Johnny
  1. problem-2479

    0下载:
  2. Given a set of n integers: A={a1, a2,..., an}, we define a function d(A) as below: t1 t2 d(A) = max{ ∑ai + ∑aj | 1 <= s1 <= t1 < s2 <= t2 <= n } i=s1 j=s2 Your task is to calculate d(A).
  3. 所属分类:Windows编程

    • 发布日期:2014-01-16
    • 文件大小:4645
    • 提供者:张磊
  1. ch1

    0下载:
  2. 数据结构代码,关于数据结构的实验一 void main() { timeb t1,t2 long t double x,sum=1,sum1 int i,j,n printf(\"请输入x n:\") scanf(\"%lf%d\",&x,&n) ftime(&t1) // 求得当前时间 for(i=1 i<=n i++) { sum1=1 for(j=1 j<=i j++)
  3. 所属分类:Shell编程

    • 发布日期:2014-01-17
    • 文件大小:3391
    • 提供者:冰河
  1. ImgRotate

    0下载:
  2. Dim DP() As Byte, c As Long, d As Long Dim i As Long, j As Long Dim Color As Long, SRad As Double, CRad As Double Dim p As Double, q As Double, m As Double, n As Double Dim m1 As Double, n1 As Double, m2 As Double, n2 As Double, t As RGB, t1
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:108822
    • 提供者:zhou
  1. T2

    0下载:
  2. k阶斐波那契序列-Fibonacci Sequence
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1321
    • 提供者:李然
  1. smdk2440-T2-DM9000-200806014

    0下载:
  2. 扬创yc2440-t2-dm9000 ce 5.0 bsp,3.5寸nec屏,百兆网卡
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:7537519
    • 提供者:arm720
  1. DVB-T2-CSP-03-01-00

    2下载:
  2. BBC开发的DVB-T2系统的matlab仿真平台,编码的每步结果都输出在特定的TXT文件,可以用作结果验证!-BBC developed the DVB-T2 system Matlab simulation platform, every step of the coding results are output in a specific TXT file can be used for results validation.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:677997
    • 提供者:王晋
  1. ADuC824

    0下载:
  2. ADUC824串口通信,可实现与上位机通信,用T2定时器作为波特率发生器-ADUC824 serial communication, enabling communication with the host computer, as a baud rate generator with timer T2
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:24015
    • 提供者:River
  1. CC2530-5

    0下载:
  2. CC2530基础实验,T2的使用,绿灯亮,红灯闪烁-CC2530 basic experiment, T2' s use of green light, red light flashes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:22155
    • 提供者:陆小磊
  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. bone-arthrosis-T2-map

    0下载:
  2. 这是关于骨关节T2成像的一些英文文献,耗费我大量精力整理,希望能对各位有帮助吧~-It s about T2 mapping on the bone arthrosis and all of them were written by English ,you can t get them easily so they may help you
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8666757
    • 提供者:anyishuo
  1. dvb-t2

    0下载:
  2. ldpc and bch code on dvb-t2
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:endoftime
  1. IEEE

    0下载:
  2. Constellation Rotation in DVB-T2
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:2434048
    • 提供者:Dina.Ibrahim
  1. matlab实现dvbt2_syn

    2下载:
  2. DVB-T2帧同步模块,先做了matlab实现可以实现效果,再转到FPGA上进行了实现;里面还有复数小数转二进制以及二进制转复数小数的代码(The DVB-T2 frame synchronization module is implemented first by MATLAB, and it can achieve the effect. Then it is implemented on FPGA. There are also codes for complex decimal to b
  3. 所属分类:其他

  1. 串口T2

    0下载:
  2. 串口的调试和传输 用于两个串口间的发送与接受(Serial port debugging and transmission is used for sending and receiving between two serial ports.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:61440
    • 提供者:486684
  1. DVB-T2-CSP-03-00-00_origin

    1下载:
  2. BBC开发的通用仿真平台可以对DVB-T2进行结果验证(Simulation platform)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:976896
    • 提供者:二分法粪我
  1. 恒生统一接入平台_周边接口规范(T2)

    2下载:
  2. 恒生T2接口,用于调试恒生的服务的接口说明文档(Hang Seng T2 interface)
  3. 所属分类:其他

    • 发布日期:2019-11-01
    • 文件大小:435200
    • 提供者:Mr. C
« 12 3 »
搜珍网 www.dssz.com