搜索结果
找到约 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)
uCOS 我 Porting 的 uC/OS-II V2.84 (目前Micrium)最新版之 Keil C51 工程,专供给 8051 上做任务调度,我已将 Code Size 改小至 4000 Byte,对
我 Porting 的 uC/OS-II V2.84 (目前Micrium)最新版之 Keil C51 工程,专供给 8051 上做任务调度,我已将 Code Size 改小至 4000 Byte,对于 X-Ram 的用量也仅 160 Byte(于 Keil C51 V8.08a 下编译后).我在 Main.c 内创建了两个任务调度的 LED 闪烁程序,方便了解任务是如何被创建的,同时我也在 Keil C51 的 Project 内设好了 S ...
VHDL/FPGA/Verilog Hynix公司8M byte sdr sdram的verilog语言仿真实现。
Hynix公司8M byte sdr sdram的verilog语言仿真实现。
文件格式 the principle and application of the LCD with byte
the principle and application of the LCD with byte
单片机开发 时钟模块DS1307驱动I2C uchar Read_DS1307(uchar addr) void Write_DS1307_Byte(uchar byte) void Write_DS1
时钟模块DS1307驱动I2C
uchar Read_DS1307(uchar addr)
void Write_DS1307_Byte(uchar byte)
void Write_DS1307(uchar addr,uchar dat)
void rtc_get(void)
void rtc_set(void)
单片机开发 PT2313驱动 void send_audio_switch(uchar audio) void send_volume(uchar byte) void send_attenuators
PT2313驱动
void send_audio_switch(uchar audio)
void send_volume(uchar byte)
void send_attenuators(uchar LF,uchar RF,uchar LR,uchar RR)
void send_base(uchar byte)
void send_treble(uchar byte)
void pt2313_init(void)
其他书籍 简明 Python 教程 Swaroop, C. H. 著 沈洁元 译 www.byteofpython.info 版本:1.20 A Byte of Python Copyright &
简明 Python 教程
Swaroop, C. H. 著
沈洁元 译
www.byteofpython.info
版本:1.20
A Byte of Python
Copyright © 2003-2005 Swaroop C H
简明 Python 教程
《简明 Python 教程》为 "A Byte of Python" 的唯一指定简体中文译本
单片机开发 This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C
This example demonstrates how the C8051F06x SMBus interface can communicate
// with a 256 byte I2C Serial EEPROM (Microchip 24LC02B).
// - Interrupt-driven SMBus implementation
// - Only master states defined (no slave or arbitration)
// - Timer4 used by SMBus for SCL low timeout detection
// - SCL ...
单片机开发 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typede
12864液晶原程序.#include <reg52.h>
#include <intrins.h>
typedef unsigned char BYTE
typedef bit BOOL
sbit rs=P2^0
sbit rw=P2^1
sbit e =P2^2
BYTE code dis[]={"www.zansi.com"}
delay(BYTE ms)
{
Java编程 byte类型转换,在exif头上可能有用的
byte类型转换,在exif头上可能有用的,个人是新手
Java编程 JASML is a java byte code compiler, providing yet another approach to view, write and edit java clas
JASML is a java byte code compiler, providing yet another approach to view, write and edit java classes, even without the existence of a java source file - using the java macro instructions, those described in The Java Language Specification.