搜索结果

找到约 907 项符合 input 的查询结果

按分类筛选

显示更多分类

单片机编程 3.3v看门狗芯片

The STWD100 watchdog timer circuits are self-contained devices which prevent systemfailures that are caused by certain types of hardware errors (non-responding peripherals,bus contention, etc.) or software errors (bad code jump, code stuck in loop, etc.).The STWD100 watchdog timer has an input, WDI, ...
https://www.eeworm.com/dl/502/31488.html
下载: 189
查看: 1079

加密解密 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0

通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p ...
https://www.eeworm.com/dl/519/384215.html
下载: 142
查看: 1097

单片机编程 基于ROM单片机的汉字输入法的实现

在需要实时大量输入汉字的显示控制处理应用中,利用传统单片机实现显示控制的设计方法是较难实现的。带汉字字库的液晶模块的使用使得小容量ROM单片机的大量汉字信息输入与显示成为可能。提出了针对汉字字库编码的二级索引拼音输入检索方法,介绍了以ST7920作为控制器的带汉字字库的液晶显示模块的接口方法及汉字显示和控制原 ...
https://www.eeworm.com/dl/502/29349.html
下载: 59
查看: 1100

人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS

This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the sc ...
https://www.eeworm.com/dl/650/251849.html
下载: 45
查看: 1149

数据结构 给定正整数n

给定正整数n,计算出n个元素的集合{1,2,?,n}可以划分为多少个不同的非空子集。 由文件input.txt提供输入数据。文件的第1 行是元素个数n。
https://www.eeworm.com/dl/654/356715.html
下载: 150
查看: 1042

VHDL/FPGA/Verilog 16点FFT VHDL源程序

16点FFT VHDL源程序,The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for each of the real and imaginary component of a datum.
https://www.eeworm.com/dl/663/365136.html
下载: 32
查看: 1067

matlab例程 Title : Implementation of quadrature modulation and demodulation Design Object : By implementing qu

Title : Implementation of quadrature modulation and demodulation Design Object : By implementing quadrature modulation and demodulation of analog signals in digital signal processing, students will have better understanding of sampling and frequency analysis of discrete-time signals. Design Content ...
https://www.eeworm.com/dl/665/478337.html
下载: 159
查看: 1098

汇编语言 数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you t

数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you to run this programme!$ qq db 0dh,0ah, when you input number,press enter.$ qw db 0dh,0ah, 6eh,52h,94h,52h,$ qa db 0dh,0ah, $ info1 db 0dh,0ah,0dh, input number:$ info2 db 0dh,0ah, output number:$ ...
https://www.eeworm.com/dl/644/360453.html
下载: 85
查看: 1341

编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin

c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...
https://www.eeworm.com/dl/628/425099.html
下载: 77
查看: 1110

技术资料 基于51单片机智能抢答器的设计

本文是以单片机为控制核心的16路抢答器,它能根据不同的抢答输入信号通过LED数码管显示,并具有自动锁存优先输入信号和自动复位功能。该电路具有结构简单,功能强大,智能化程度高,故障率低的特点。This article is a 16-channel responder with a single-chip microcomputer as the control core.It can display through the L ...
https://www.eeworm.com/dl/897737.html
下载: 10
查看: 5256