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

搜索资源列表

  1. hafumanbianma

    1下载:
  2. c语言编写的哈夫曼编码。设需要编码的字符集为{d1, d2, …, dn},它们出现的频率为 {w1, w2, …, wn},应用哈夫曼树构造最短的不等长编码方案。 数据结构与算法 typedef char *HuffmanCode //动态分配数组,存储哈夫曼编码 typedef struct { unsigned int weight //用来存放各个结点的权值 unsigned int parent,LChild,RChild //指向双亲、孩子结点的指针
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:51514
    • 提供者:SongLY
  1. tbarcode

    0下载:
  2. TBarcode (Descr iption/Installation) Descr iption: ------------ TBarcode is a 16/32-bit programming tool for Borlands Delphi compiler versions (D1, D2, D3, D4, D5). It supports the most common barcode types: EAN-8, EAN-13, UPC-A, UPC
  3. 所属分类:Delphi VCL

  1. LED

    0下载:
  2. 1设计要求 PC6,PC7,PD6,PD13 LED快速交替闪烁。 2 硬件电路设计 在开发板上通用I/O口PC6,PC7,PD6,PD13作为控制D1,D2,D3,D4的控制线。 3软件程序设计 根据设计任务要求,软件程序主要包括: (1) 配置GPIO口,将PC6,PC7,PD6,PD13配置为上拉输出模式。 (2) 延时控制相应端口的置位和复位。 4 运行过程 (1) 使用Keil uVision3 通过
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:496494
    • 提供者:xuanfangli
  1. Automatically-find-its-way-demo

    0下载:
  2. 首先生成8个方向的节点,tmp(tmpe)用于记录生成的节点对应的节点号 ** ** 新生成的节点的指针(d1 -表示离开起始点的 距离)指向生成他的父节点 ** **, 按该点到目的地的大小nude(i).d2 排序后加入opened列表, ** ** (opened 总是指向离 目的地最近的点)然后再从opened表中取出一个节点,生成新的节点** ** ** 按8个方向生成新的节点,如果要生成的节点 已经存在(在tmp(tmpe) 中)就比较以下 ** **
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:34533
    • 提供者:赵金柯
  1. D2

    0下载:
  2. 传统液晶1602显示程序,初始化清屏设置,清晰显示字符数字-Traditional liquid crystal display program 1602, initialization clear screen set, character figures clearly show
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:43515
    • 提供者:吴韬
  1. Matlabwaveenergy

    0下载:
  2. 对信号f(x)进行三层小波变换,得到小波系数d1,d2,d3和逼近系数a3,我想求出各个频率段的能量(能量=小波系数的平方和),很不错的应用程序-The signal f (x) for three wavelet transform, wavelet coefficients d1, d2, d3 and approximation coefficients a3, I would like to find the energy of each frequency band (energy =
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:581
    • 提供者:ifengdoo
  1. d2

    0下载:
  2. 应变仪完整C语言代码,已经在实际产品中应用,对大家编写测量程序有很大帮助-Strain gauge full C language code has been applied in the actual product, the measurement procedure we write a great help
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:8518
    • 提供者:戴超
  1. D2

    0下载:
  2. 基于慧净开发板的一个闹钟程序,设计温度,时间,闹钟,液晶屏的使用,键盘驱动,以及使用模块化编程,驱动模块可以直接拿出使用.-An alarm clock program based on the HJ-3G development board. Designed the temperature, time, alarm clock and the LCD screen, keyboard-driven. It uses modular programming, the driver module
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:8224
    • 提供者:Hachman
  1. db4fengjie6

    0下载:
  2. 用db4小波分解六层:s=a6+d6+d5+d4+d3+d2+d1-db4 wavelet decomposition of six layers: s = a6+ d6+ d5+ d4+ d3+ d2+ d1
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:841
    • 提供者:车队
  1. Sources

    0下载:
  2. 本程序是飞思卡尔HCS908_QG8 TIMER模模块的例程,所用资源为单片机模定时器MTIM,所接器件为LED灯,其中D2与PTA0,D3与PTA1相连接!-This program is a module routine TIMER mode, the resources used for the single-chip mode timer the MTIM access devices for the LED lights, D2 the PTA0, D3, and PTA1 conne
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:4535
    • 提供者:羽毛球
  1. xiaobobao

    0下载:
  2. ch3=softt(h3,thr1 clear clc I=imread( lena512.bmp ) imshow(I) I=double(I) II=I+30*randn(size(I)) figure imshow(II,[]) [a1,h1,v1,d1]=dwt2(II, sym8 ) [a2,h2,v2,d2]=dwt2(a1, sym8 ) [a3,h3,v3,d3]=dwt2(a2, sym8 ) sigma=
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:643
    • 提供者:张志强
  1. software

    0下载:
  2. its project for ALtera D2 developement
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:7542
    • 提供者:waqar
  1. D2

    0下载:
  2. DS1602的高级精确显示 msp430f149-DS1602' s advanced precision display msp430f149
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:48699
    • 提供者:
  1. DE2_115_TV

    0下载:
  2. D2-115TV编码与解码源码 VGA显示-D2-115TV encoding and decoding source VGA display
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:12275333
    • 提供者:LD
  1. DE2_115_Default

    1下载:
  2. D2-115学习源码,功能配置,音频功能,LCD控制,视频同步产生器-Learning source D2-115, the functional configuration of the audio function, LCD control, video sync generator
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-23
    • 文件大小:2600608
    • 提供者:LD
  1. DE2_115_i2sound

    0下载:
  2. D2-115学习源码,功能配置,音频功能,按键控制-D2-115 learning source, feature configuration, the audio function keys control
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:122019
    • 提供者:LD
  1. DE2_115_IR

    0下载:
  2. D2-115学习源码,功能配置,无线控制-D2-115 learning source, configuration, wireless control
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-08
    • 文件大小:4363330
    • 提供者:LD
  1. pdpfa

    0下载:
  2. 通常假设在雷达信号处理机I、Q两路通道中存 在的噪声是服从N(0,d2)分布的,经过FFT处理再取 模之后的噪声分布为瑞利分布。-Usually the noise present in the radar signal processor I, Q two channels is assumed to obey the distribution of N (0, d2) after FFT processing and then after the modulo noise distr
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:1805
    • 提供者:周森山
  1. eee

    0下载:
  2. 杨氏双缝干涉 两相干光源到接收屏上P点距离r1=(D2+(y-a/2)2)1/2, r2=(D2+(y+a/2)2)1/2, 满足相干条件的光波叠加后,对于观察屏上某一确定点,即r1、r2确定后,叠加后的光强为 式中λ为光波的波长, 、 ,令相位差φ=2π(r2-r1)/λ, 最后可得公式如下: , 最后光强I=4I0cos2(Φ/2)。 观察相干光叠加后光强的分布. -Young' s double slit interference two cohere
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:39470
    • 提供者:王明
  1. 11

    0下载:
  2. 广告流水灯程序 ORG 00H MOV P2,#80H START:MOV A,#0FFH 赋初值 CLR C MOV R2,#8 LOOP:RRC A 带进位右移 MOV P1,A CALL DELAY DJNZ R2,LOOP MOV R2,#7 LOOP1:RLC A 带进位左移 MOV P1,A CALL DELAY DJNZ R2,LOOP1 JMP START DELAY:MOV R3,#20
  3. 所属分类:assembly language

    • 发布日期:
    • 文件大小:1925
    • 提供者:yoauni
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com