搜索资源列表

  1. jiancedianlu

    0下载:
  2. 功能是检测出串行输入数据Sin中的4位二进制序列0101(自左至右输入),当检测到该序列时,输出Out=1;没有检测到该序列时,输出Out=0。-Function is to detect the serial input data Sin the 4-bit binary sequence 0101 (from left to right input), when the sequence is detected, the outpu
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:308224
    • 提供者:wancaihong
  1. key_driver.tar

    0下载:
  2. 可以检测按键长按还是短按功能的一个按键驱动,里面实现了一个小型的状态机,蛮不错的哦。-Keys can be detected long press or short press function a key driver which implements a small state machine, Oh, pretty good.
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:李为猛
  1. STM32--PS2

    0下载:
  2. stm32 鼠标实验,检测到鼠标后,在LCD上显示鼠标位移数据和内容,并转为坐标值,在LCD上显示-stm32 mouse experiments, the mouse is detected, the displacement of the mouse on the LCD display data and content, and converted to coordinate values ​ ​ displa
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:308224
    • 提供者:ljl
  1. uart_delay

    0下载:
  2. 这是串口程序,检测串口工作是否正常,基于P89V51单片机-This is a serial process, the serial port is working properly detected, microcontroller based P89V51
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:张逍菲
  1. DHT11

    0下载:
  2. 该测控系统是以单片机为核心,配合sht11温湿度传感器,以及相关的光耦电路组成。可以接收和控制所测环境的温度和湿度。该装置的工作原理是由温湿度传感器得到测量信号,经电路转换为电信号,然后送到单片机进行数据处理,经软件分析处理后送显示装置,CPU根据检测到的温度和湿度结果,判断温度,湿度是否在界定的范围内,由此启动控制装置,并进行自动调节,直到温度和湿度达到标准范围之内为止。-The control system is a microco
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:811008
    • 提供者:admin
  1. sPWM

    0下载:
  2. MSP430用定时器a做spwm波,测试可行,可在P11,12上检测出方波-MSP430 spwm wave with a timer to do a test feasible, at P11, 12 square wave is detected on
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:15360
    • 提供者:lfz
  1. DisconnectDetect

    0下载:
  2. Disconnect Detected Indy
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:8192
    • 提供者:货单程序
  1. matlab

    0下载:
  2. (1) 读取n副连续有重叠部分的图像,在n副图像中检测SIFT特征,并用SIFT 特征描述子对其进行描述。 (2) 匹配相邻图像的特征点,并根据特征点向量消除误匹配。 (3) 使用RANSAC方法,确定变换参数。 (4) 图像融合 -(1) Read n successive overlapping sub-part of the image, the image of the n sub-SIFT features
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:石梦鑫
  1. EOS-tsunami-DART-2006EO100001

    0下载:
  2. U.S.Warning System Detected the Sumatra Tsunami
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:1170432
    • 提供者:tai
  1. c3-phys

    0下载:
  2. Projection radiography refers to the many “conventional” X-ray studies (e.g., dental, chest, broken bones...) in which X photons transmitted through the body are recorded on film or detected electronically. Typically t
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:145408
    • 提供者:lukeee
  1. IBI_Phys-of-Projection-Radiography

    0下载:
  2. Projection Radiography refers to the many “conventional” X-ray studies (e.g., dental, chest, broken bones...) in which X-ray photons transmitted through the body are recorded on film or detected electronically. Typically
  3. 所属分类:文件格式

    • 发布日期:2024-05-10
    • 文件大小:539648
    • 提供者:lukeee
  1. OpencvdetectionPrectangle

    0下载:
  2. 这是一个目标检测的代码,并对检测的目标求取质心矩形框。希望对opencv学习的朋友有帮助。-This is a target detection code, and the strike target centroid detected rectangle. I hope to learn opencv friends to help.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-10
    • 文件大小:8994816
    • 提供者:于雷
  1. DSPTools

    0下载:
  2. DSP的性能检测工具,可以对DSP的发包收报情况进行检测控制等。-DSP performance testing tool that can be closed at the DSP' s contract were detected control.
  3. 所属分类:组合框控件

    • 发布日期:2024-05-10
    • 文件大小:7036928
    • 提供者:梁生
  1. ExceptionDemo4

    0下载:
  2. Exceptoin中有一个特殊的子类异常RuntimeException 运行时异常。 如果在函数内容抛出该异常,函数上可以不用声明,编译一样通过。 如果在函数上声明了该异常。调用者可以不用进行处理。编译一样通过; 之所以不用在函数声明,是因为不需要让调用者处理。 当该异常发生,希望程序停止。因为在运行时,出现了无法继续运算的情况,希望停止程序后, 对代码进行修正。 自定
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:李明
  1. mubiaojiance

    0下载:
  2. 根据数据关联检测,连续帧中的目标。目标是我自己模拟 的-The target is detected according to the data association, consecutive fr a mes. The goal is to my own simulation
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:ngthest
  1. self_correlation

    0下载:
  2. 利用自相关函数可以检测含有噪声的信号序列中隐含的周期性。-Autocorrelation function can be detected using the noisy signal sequence implicit periodicity.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:B411070007
  1. OFDM

    0下载:
  2. 首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运
  3. 所属分类:软件工程

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:wangkai
  1. AT89S52

    0下载:
  2. AT89S52单片机进行巡回检测,当检测到火灾信号时,单片机进行声光报警,并与上位机进行通信,同时单片机驱动步进电机打开水阀,喷淋装置进行灭火。当火灾信号消失时,与上述过程相反。-AT89S52 microcontroller circuit detection, fire alarm is detected, the microcontroller for sound and light alarm, and to communica
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-10
    • 文件大小:795648
    • 提供者:董晓宇
  1. 485-flag

    0下载:
  2. 采用485环路工作的网络方式,可实时检测到网络开路或者短路的故障状态-Work using 485 loop network mode, real-time network open or short circuit detected a fault condition
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:周瑞
  1. MEMS

    0下载:
  2. This example shows how to configure the MEMS accelerometre to detect acceleration X/Y axis and to detect the click/double click on Z axis. After startup the program checks the MEMS accelerometre status registers a
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-10
    • 文件大小:47104
    • 提供者:VIPS
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org