搜索结果
找到约 123 项符合
byte 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (22)
- 单片机编程 (12)
- Java编程 (11)
- 加密解密 (8)
- 汇编语言 (7)
- 嵌入式/单片机编程 (6)
- 其他 (5)
- 微处理器开发 (4)
- 技术资料 (4)
- VIP专区 (4)
- 数据结构 (3)
- 压缩解压 (3)
- uCOS (3)
- 数值算法/人工智能 (2)
- Delphi控件源码 (2)
- VHDL/FPGA/Verilog (2)
- 软件设计/软件工程 (2)
- DSP编程 (2)
- C/C++语言编程 (1)
- 仿真技术 (1)
- 接口技术 (1)
- 数学计算 (1)
- Applet (1)
- 书籍源码 (1)
- 文件格式 (1)
- J2ME (1)
- 其他书籍 (1)
- 磁盘编程 (1)
- Windows CE (1)
- 电子书籍 (1)
- 操作系统开发 (1)
- 数据库系统 (1)
- VC书籍 (1)
- 系统设计方案 (1)
- 通讯编程文档 (1)
- Linux/Unix编程 (1)
- 串口编程 (1)
- 书籍 (1)
- 源码 (1)
嵌入式/单片机编程 mm36sb020的spi的接口,已经调试过的 /* 定义命令 *//* #define ERSC 0x90f6 // 檫除整个芯片 // #define SRC 0xfffffffe //
mm36sb020的spi的接口,已经调试过的
/* 定义命令 *//*
#define ERSC 0x90f6 // 檫除整个芯片 //
#define SRC 0xfffffffe // 软件复位芯片 //
#define RSE 0x94 // 读状态寄存器 //
#define RBE 0x98 // 读一个字节数据从缓冲区 //
#define RME 0x9c // 读一个字节数据从Flash存储器 //
#define RMEC 0xa0 // 连续读一 ...
单片机开发 This program illustrates how to erase, write, and read FLASH memory from application code written i
This program illustrates how to erase, write, and read FLASH memory from
application code written in C . This routine exercises the upper 128-
byte FLASH sector.
嵌入式/单片机编程 cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor s
cpress usb 芯片Vender 处理固件。
The purpose of this software is to demonstrate how
to implement vendor specific commands.
The following vendor specific commands are implemented:
A0 Firmware Upload/Download
A2 EEProm Load
A3 External Ram Load
A4 Set I2C Addr
A5 Get IIC Type (1 Byte or 2 Byte EEPROM) ...
汇编语言 bulk endpoint endless source/sink firmware. EP2OUT will always accept a bulk OUT EP4OUT will alw
bulk endpoint endless source/sink firmware.
EP2OUT will always accept a bulk OUT
EP4OUT will always accept a bulk OUT
EP6IN will always return a 512 byte packet. The packet contains an
incrementing byte starting at 0x02. Since EP6 always returns a 512
byte packet, this endpoint should never be acc ...
DSP编程 This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring,
This R2.9 revision of the CLID detector provides the TYPE 1 (on-hook, between first and second ring, or
before first ring) signal detection and returns the message raw byte data without parsing of particular fields
such as Message Type, Parameter(s) Type(s), etc. The decoding of the message meaning ...
J2ME 利用SyncML开发客户端程序的中间件
利用SyncML开发客户端程序的中间件,J2ME版本。
This library is a collection of basic utilities for: object serialization
and persistence on the RMS, Logging and string manipulation.
This document describes the Funambol JavaME Common API library, which purpose is giving support and
providing basic fun ...
压缩解压 The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
单片机开发 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to stay within the 256 byt ...
单片机开发 upsd_flash.c These functions are provided to help you develop your initial code. They are optim
upsd_flash.c
These functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte ...
数值算法/人工智能 This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. F
This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself.
First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2).
Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Parameter 2 (P2).
If wou don愒 want to send Parameter 3 ...