搜索结果

找到约 2,941 项符合 st7920 data sheet 的查询结果

按分类筛选

显示更多分类

VC书籍 As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro

As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops, if statements and function calls. Input and output can be directed to the terminal or to files. Related d ...
https://www.eeworm.com/dl/686/441638.html
下载: 22
查看: 1098

金融证券系统 PURPOSE OF THE PROJECT: This Application would facilitate the huge process of managing the Ad detai

PURPOSE OF THE PROJECT: This Application would facilitate the huge process of managing the Ad details along with the Preview of the Ad (Audio storage and retrieval). The Application has the following functions User Validation. Viewing Advertisement details. Registration of New User. Reviewing Advert ...
https://www.eeworm.com/dl/638/484579.html
下载: 41
查看: 1127

技术资料 Digital+Cities+White+Paper

The status quo of digital cities is analysed in detail, using six different perspectives: 1. Social interaction 2. Safety 3. Data management and analytics 4. Mobility 5. Consumer Lifestyle 6. Crowd-based services
https://www.eeworm.com/dl/521755.html
查看: 73

技术资料 gisVC

管理空间坐标数据的矢量图形系统,管理性质数据的数据库管理系统,以及实现矢量图形系统与数据库管理系统双向连接的连接系统。-Coordinate data management space vector
https://www.eeworm.com/dl/907207.html
下载: 4
查看: 8439

技术资料 SN74LS355.pdf

英文描述: 8-Line To 1-Line Data Selector / Multiplexer / Register With O.C. Outputs 中文描述: 具有 O.C. 输出的 8 线路至 1 线路数据选择器/多路复用器/寄存器 输出
https://www.eeworm.com/dl/952063.html
下载: 6
查看: 4333

技术资料 CEC C-lib

This user manual describes the CEC library using the STM32F10xxx microcontroller family. Consumer electronic control (CEC) is a feature of the HDMI interface 1.3 standard (high definition multimedia interface), which is used to transmit audio/video data for multimedia consumer products such as HDTV, ...
https://www.eeworm.com/dl/966893.html
下载: 5
查看: 6398

模拟电子 使用时钟PLL的源同步系统时序分析

使用时钟PLL的源同步系统时序分析一)回顾源同步时序计算Setup Margin = Min Clock Etch Delay – Max Data Etch Delay – Max Delay Skew – Setup TimeHold Margin = Min Data Etch Delay – Max Clock Etch Delay + Min Delay Skew + Data Rate – Hold Time下面解释以上公式中各参数的意义:Etch Delay:与常说的飞行时 ...
https://www.eeworm.com/dl/571/21401.html
下载: 197
查看: 1084

单片机编程 SN65LBC170,SN75LBC170,pdf(TRIP

The SN65LBC170 and SN75LBC170 aremonolithic integrated circuits designed forbidirectional data communication on multipointbus-transmission lines. Potential applicationsinclude serial or parallel data transmission, cabledperipheral buses with twin axial, ribbon, ortwisted-pair cabling. These devices ...
https://www.eeworm.com/dl/502/29512.html
下载: 115
查看: 1066

单片机编程 数字钟显示电路

SHUZIZHONG显示电路 源程序如下: #include <reg51.h>#include <intrins.h> unsigned char data dis_digit; unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};unsigned char data dis_buf[16];unsigned char data dis_index;char hour,min,sec,wang,yea ...
https://www.eeworm.com/dl/502/31330.html
下载: 174
查看: 1069

源码 BP神经网络matlab源程序代码

BP神经网络matlab源程序代码 %%  该代码为 BP 神经网络的预测代码 %  清空环境变量   clc  clear  %   %%  网络结构建立   % 读取数据   load data input output  input=data(;,1;2;3;4;5); output=data(;,5); %节点个数     %训练数据和预测数 ...
https://www.eeworm.com/dl/517163.html
下载: 3
查看: 82