搜索结果
找到约 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)
USB编程 mp3设计程序资料
mp3设计程序资料,采用c语言编写。
README file for
yampp-3 source code 2001-05-27
This is the current state of the yampp-3 source code, 2001-05-27.
This code is intended to run on Rev. B of the yampp-3 PCB, but can
ofcourse be used on compatible systems as well.
It still uses the "old" song s ...
单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which time the firmware will begin its receive routine.
In ad ...
网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A
接收pop3
Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message
Dim message, response As String
Dim msg As New Pop3Message
msg.bytes = rhs.bytes
msg.number = rhs.number
message = "RETR " + rhs.number.ToString + vbCrLf
write(message)
response = Respond()
If response.Substring(0, 3 ...
串口编程 一个简单的SPI IP核
一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到!
The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol ...
Delphi控件源码 Delphi and C++ Builder component for direct access to IO ports on Windows 95, Windows 98 and Windows
Delphi and C++ Builder component for direct access to IO ports on Windows 95, Windows 98 and Windows NT/2000. Provides properties for reading and writing bytes, words and doublewords from/to IO ports. New fast block data transfer methods enable to read and write megabytes of data per second.
单片机开发 程序实现了mfr500对IC卡的读写操作
程序实现了mfr500对IC卡的读写操作,函数返回了“寻卡,防冲突,选择卡 返回卡类型(2 bytes)+ 卡系列号(4 bytes)”经工程证实,程序可用
单片机开发 使用1602_LCD AT89S52 18B20实现的温度报警
使用1602_LCD AT89S52 18B20实现的温度报警,时间可调显示,
一天可设三个闹钟,八首音乐,一个秒表,
全汇编实现,程序差不多写满8K BYTES 了
;硬件电路比较简单,主要靠程序上的实现
完成时间____2006\09\27\sml
嵌入式Linux gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o wri
gpio驱动
leddrv.c为驱动源程序
writeled.c为应用程序
writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c
leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common ...
其他 The AT91SAM9261S is pin-to-pin compatible with the AT91SAM9261. Memory size available in this produc
The AT91SAM9261S is pin-to-pin compatible with the AT91SAM9261. Memory size available in this product is 16K bytes of SRAM and 32K bytes of ROM
其他 Title: File Transfer client and server Description: Send or recieve files of any size or type betwe
Title: File Transfer client and server
Description: Send or recieve files of any size or type between you and a peer. Displays bytes sent or recieved, return values of send() and recv(), bitrate in KBytes/sec, and time remaining. SendFile and RecvFile functions can easily be added and used in your o ...