搜索结果
找到约 600 项符合
EV-DO 的查询结果
单片机开发 数字电压表 AD芯片: 采用8位串行A/D转换器ADC0832。 ● 8位分辨率
数字电压表
AD芯片:
采用8位串行A/D转换器ADC0832。
● 8位分辨率,逐次逼近型,基准电压为 5V
● 5V单电源供电
● 输入模拟信号电压范围为 0~5V
● 有两个可供选择的模拟输入通道
显示:
使用三个数码管。
显示范围:
0.00 - 5.10 (单位:V)
连接方式:
AD_CLK → P1.0
AD_DAT → P1.1
AD_CS → P3.4
模拟输 ...
编译器/解释器 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。
PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为 ...
数据结构 Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. ...
VHDL/FPGA/Verilog Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes:
Simple I2C controller
-- 1) No multimaster
-- 2) No slave mode
-- 3) No fifo s
--
-- notes:
-- Every command is acknowledged. Do not set a new command before previous is acknowledged.
-- Dout is available 1 clock cycle later as cmd_ack
压缩解压 This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huf
This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-encoding and end-of-block coding in Mat2Vec, and a pro ...
系统设计方案 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言
1. PL/0 语言介绍
●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法 ...
数学计算 This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without ev
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Java书籍 THIS is really two books in one: a tutorial and a reference manual for JDBC, the application program
THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have ...
单片机开发 THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF AN
THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS
ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO
EVENT SHALL MICROSOFT CORPORATION OR ITS S ...
编译器/解释器 plo 清华版的第二章的那个!! 1. 基本内容(成绩范围:“中”、“及格”或“不及格”) 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE
plo 清华版的第二章的那个!!
1. 基本内容(成绩范围:“中”、“及格”或“不及格”)
对PL/0作以下修改扩充:
(1)增加单词:保留字 ELSE,FOR,TO, DOWNTO
运算符 +=,-=,++,--
修改单词:不等号# 改为 <>
增加条件语句的ELSE子句
(2)扩充赋值运算:+= 和 -=
(3)扩充语句(Pascal的FOR语句):
①FOR <变量>:=< ...