搜索结果
找到约 2,941 项符合
st7920 data sheet 的查询结果
按分类筛选
- 全部分类
- 技术资料 (607)
- 单片机开发 (180)
- 其他 (137)
- 其他书籍 (136)
- 书籍 (105)
- 单片机编程 (105)
- matlab例程 (100)
- Java编程 (88)
- 加密解密 (49)
- 数据结构 (46)
- 软件设计/软件工程 (46)
- 人工智能/神经网络 (43)
- 微处理器开发 (41)
- 电子书籍 (39)
- 数据库系统 (38)
- 其他嵌入式/单片机内容 (35)
- SQL Server (34)
- 汇编语言 (33)
- 嵌入式/单片机编程 (33)
- 通讯编程文档 (32)
- VHDL/FPGA/Verilog (32)
- 系统设计方案 (31)
- 文章/文档 (30)
- 压缩解压 (29)
- 数值算法/人工智能 (28)
- 数学计算 (28)
- 源码 (27)
- Delphi控件源码 (27)
- Linux/Unix编程 (25)
- 书籍源码 (23)
- 通讯/手机编程 (22)
- 企业管理 (22)
- 行业发展研究 (22)
- Java书籍 (21)
- 文件格式 (20)
- 其他行业 (20)
- GPS编程 (20)
- DSP编程 (19)
- VC书籍 (19)
- 驱动编程 (18)
- 其他数据库 (18)
- Internet/网络编程 (17)
- 编译器/解释器 (16)
- 软件 (15)
- 网络 (15)
- VIP专区 (15)
- 无线通信 (13)
- 软件工程 (13)
- 教育系统应用 (13)
- 可编程逻辑 (12)
- J2ME (11)
- 接口技术 (10)
- 模拟电子 (10)
- 串口编程 (10)
- 手册 (9)
- 通信网络 (9)
- *行业应用 (9)
- 论文 (8)
- 其他 (8)
- 电源技术 (8)
- 教程资料 (8)
- USB编程 (8)
- 中间件编程 (8)
- 邮电通讯系统 (8)
- C/C++语言编程 (7)
- 操作系统开发 (7)
- 技术管理 (7)
- 交通/航空行业 (7)
- 嵌入式综合 (6)
- uCOS (6)
- 电子政务应用 (6)
- 多媒体处理 (5)
- 技术书籍 (5)
- 游戏 (5)
- 编辑器/阅读器 (5)
- Windows CE (5)
- 医药行业 (5)
- JavaScript (5)
- MySQL数据库 (5)
- 并行计算 (5)
- Jsp/Servlet (5)
- 3G开发 (5)
- Linux/uClinux/Unix编程 (4)
- 仿真技术 (4)
- 资料/手册 (4)
- 开发工具 (4)
- 实用工具 (4)
- ARM (4)
- 多国语言处理 (4)
- 金融证券系统 (4)
- 嵌入式Linux (4)
- VxWorks (4)
- 家庭/个人应用 (4)
- 认证考试资料 (4)
- 教程 (3)
- 电路图 (3)
- 习题答案 (3)
- 驱动程序 (3)
- 其他文档 (3)
- 技术教程 (3)
技术资料 LCD12864初始化流程图
这篇文章是对12864操作的具体介绍,仅限刚接触12864的新手,大神请拍砖,文章写的较散,建议先参考12864手册及控制驱动器ST7920英文手册有个初步理解之后再阅读该篇文章,将会有更深的认识。强烈建议阅读ST7920英文手册,细节内容里面有详细介绍,中文的12864也是从中译过来的。本文分三个步骤介绍12864的内部资源原理,指 ...
其他嵌入式/单片机内容 *** *** *** *** *液晶显示*** *** *** ******************OCM4X8C串口****************** CS EQU P2.0 ST
*** *** *** *** *液晶显示*** *** ***
******************OCM4X8C串口******************
CS EQU P2.0
STD EQU P1.2
SCLK EQU P1.3
PSB EQU P1.4
RST EQU P1.5
RS_STU EQU 20H.0
LCD_X EQU 30H
LCD_Y EQU 31H
LCD_X1 EQU 32H
LCD_Y1 EQU 33H
COUNT EQU 34H
COUNT1 EQU 35H
COUNT2 EQU 36H
COUNT3 EQU 37H
...
Internet/网络编程 这是一个简单的投票程序
这是一个简单的投票程序,对于刚学PHP和朋友来说是一个很不错的入门程序。在这里给大家介绍一下,希望能对朋友们有所帮助。
该系统是由以下四个文件组成的:有HTML调查表单的survey.htm,实现调查功能的survey.php,记录调查项目的data.txt和记录调查结果的survey.txt.其中data.txt和survey.txt我们可以用NOTEPAD分别创建之, ...
人工智能/神经网络 This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.C
This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm. Output isdirected to the screen ...
数值算法/人工智能 This matrix C++ template class library is for performing common matrix operations in your C++ progra
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
数据结构 SR-tree is an index structure for high-dimensional nearest neighbor queries
SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.
微处理器开发 Use the verilog language write a MIPS CPU code, and have additional instruction, for example: select
Use the verilog language write a MIPS CPU code, and have additional instruction, for example: selection sort instruction.
The code has contain combination circuit and sequenial circuit.
CPU have contain ALU, ADD, ALU_CONTROL, DATA_MEMORY, INST_MEMORY, REGISTER, PC, and TESTBRANCH.
其他数据库 C#数据库编程实例: 程序设计和运行环境是: (1) 微软公司视窗2000 专业版 (2)C#.Net FrameWork SDK BETA 2 (3)Microsoft Access D
C#数据库编程实例:
程序设计和运行环境是:
(1) 微软公司视窗2000 专业版
(2)C#.Net FrameWork SDK BETA 2
(3)Microsoft Access Data Component 2.6 ( MADC2.6 )
matlab例程 用MATLAB实现的不合格品率P控制图的绘制
用MATLAB实现的不合格品率P控制图的绘制,只要将数据导入data.txt文件,然后在MATLAB中运行main.m文件即可打开绘图界面。(注意:路径要设置好)
通讯编程文档 ITU-T Recommendation V.90 98年9月版本 A DIGITAL MODEM AND ANALOGUE MODEM PAIR FOR USE ON THE PUBLIC SWI
ITU-T Recommendation V.90 98年9月版本
A DIGITAL MODEM AND ANALOGUE MODEM PAIR FOR USE ON THE PUBLIC SWITCHED TELEPHONE NETWORK (PSTN) AT DATA SIGNALLING RATES OF UP TO 56 000 bit/s DOWNSTREAM AND UP TO 33 600 bit/s UPSTREAM