搜索结果
找到约 115 项符合
bytes 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (14)
- 其他书籍 (13)
- 单片机编程 (9)
- 其他 (8)
- 文章/文档 (4)
- 书籍源码 (4)
- 技术资料 (4)
- 电子书籍 (3)
- 编译器/解释器 (3)
- Linux/Unix编程 (3)
- 嵌入式综合 (2)
- 数学计算 (2)
- VHDL/FPGA/Verilog (2)
- 汇编语言 (2)
- 游戏 (2)
- 数值算法/人工智能 (2)
- 嵌入式/单片机编程 (2)
- 多国语言处理 (2)
- Delphi控件源码 (2)
- 中间件编程 (2)
- 文件格式 (2)
- 网络 (2)
- VIP专区 (2)
- 学术论文 (1)
- C/C++语言编程 (1)
- Internet/网络编程 (1)
- uCOS (1)
- USB编程 (1)
- 串口编程 (1)
- 微处理器开发 (1)
- 嵌入式Linux (1)
- J2ME (1)
- 传真(Fax)编程 (1)
- 通讯编程文档 (1)
- 数据结构 (1)
- 压缩解压 (1)
- 人物传记/成功经验 (1)
- FlashMX/Flex源码 (1)
- 行业发展研究 (1)
- Java编程 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- 软件设计/软件工程 (1)
- Modem编程 (1)
- Jsp/Servlet (1)
- Ajax (1)
- 认证考试资料 (1)
嵌入式/单片机编程 程序描述:网络远端温度感测器
程序描述:网络远端温度感测器,这个范例中使用到
(1)8051 的Port 1连接到LCD显示器,PORT 3的P3.3、P3.4和P3.5分别连接到LCD显示器的控制线,程序执行时可以让LCD显示器显示出时间和日期。
(2)温度感测组件AD590经由ADC0804将感测到的温度,转换成数位数据,然后经由PORT 0输入8051。
(3)igangcai 8051的第10和第1 ...
文章/文档 HSDB4095 RFID 开发板是基于Winbond 单片机W78E365 和EM 可读写模拟前端125K RFID 基站芯片EM4095 的一个RFID 卡的开发板配合上位机软件
HSDB4095 RFID 开发板是基于Winbond 单片机W78E365 和EM 可读写模拟前端125K RFID
基站芯片EM4095 的一个RFID 卡的开发板配合上位机软件,可读只读ID 卡(EM4100,EM4102或其兼容卡),可读写EM4469 等EM 低频卡。包括底层源代码,用户可以对源代码进行移植、修改,使用等。用户参照此开发源码可以很快开发出自己的RFID 产 ...
VHDL/FPGA/Verilog 采用VHDL语言设计一个4通道的数据采集控制模块。系统的功能描述如下: 1.系统主时钟为100 MHz。 2.数据为16位-数据线上连续2次00FF后数据传输开始。 3.系统内部总线宽度为8位。
采用VHDL语言设计一个4通道的数据采集控制模块。系统的功能描述如下:
1.系统主时钟为100 MHz。
2.数据为16位-数据线上连续2次00FF后数据传输开始。
3.系统内部总线宽度为8位。
4.共有4个通道(ch1、ch2、ch3、ch4),每个通道配备100 Bytes的RAM,当存满数据后停止数据采集并且相应通道的状态位产生报警信号。
5.数据分为8 ...
数据结构 The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operat ...
其他书籍 ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
per-unit royalties) with source-level con?guration tools that would enable embedded developers
to scale their RTOS from hundreds of bytes to hundreds of kilobytes without needing to manu-
all ...
其他 The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for
firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The
W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the
contents of t ...
Java编程 * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从
* 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储.
*
* 方法: void getKey(String strKey)从strKey的字条生成一个Key
*
* String getEncString(String strMing)对strMing进行加密,返回String密文 String
* getDesString(String strMi)对strMin进行解密,返回String明文
*
*b ...
编译器/解释器 nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concept
nesc language introduction. nesC is an extension to C [2] designed to embody the structuring concepts and execution model of
TinyOS [1]. TinyOS is an event-driven operating system designed for sensor network nodes that
have very limited resources (e.g., 8K bytes of program memory, 512 bytes of RAM ...
Ajax Ajax实现的WEB下载,由于OA系统是基于WEB方式的
Ajax实现的WEB下载,由于OA系统是基于WEB方式的,如果只判断用户是否点击“下载文件”,就来判断用户是否成功下载了文件。这种方式很显然行不通,怎么办呢?我想到的就是用一控件,然后用回调事件来处理数据库方面的问题(下载记录问题)
有兴趣的朋友可在 http://www.interdrp.com/ 下载分销系统 用测试帐号进系统后,点测试 ...
技术资料 STM8S003参考手册
意法半导体STM8系列参考手册Program memory: 8 Kbyte Flash memory; dataretention 20 years at 55 °C after 100 cycles• RAM: 1 Kbyte• Data memory: 128 bytes true data EEPROM;endurance up to 100 k write/erase cycles