搜索结果
找到约 170 项符合
ADDRESS 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (18)
- Internet/网络编程 (10)
- 单片机开发 (8)
- 书籍 (8)
- 技术资料 (8)
- VHDL/FPGA/Verilog (7)
- Java编程 (7)
- 其他 (7)
- 微处理器开发 (5)
- 编译器/解释器 (5)
- 其他书籍 (5)
- 文章/文档 (5)
- 可编程逻辑 (4)
- Linux/Unix编程 (4)
- *行业应用 (4)
- 技术书籍 (3)
- Delphi控件源码 (3)
- 书籍源码 (3)
- 嵌入式/单片机编程 (3)
- 系统设计方案 (3)
- C/C++语言编程 (2)
- 电源技术 (2)
- 教程资料 (2)
- 通信网络 (2)
- 人工智能/神经网络 (2)
- BREW编程 (2)
- 嵌入式Linux (2)
- 通讯编程文档 (2)
- 汇编语言 (2)
- DSP编程 (2)
- matlab例程 (2)
- 操作系统开发 (2)
- VC书籍 (2)
- 源码 (2)
- allegro (1)
- 传感与控制 (1)
- 开发工具 (1)
- 实用工具 (1)
- 加密解密 (1)
- 教育系统应用 (1)
- 电子政务应用 (1)
- VxWorks (1)
- 网络 (1)
- CA认证 (1)
- 压缩解压 (1)
- J2ME (1)
- 其他数据库 (1)
- Java书籍 (1)
- Windows CE (1)
- SQL Server (1)
- 其他嵌入式/单片机内容 (1)
- SCSI/ASPI (1)
- 磁盘编程 (1)
- Windows Mobile (1)
- 开发板 (1)
- 论文 (1)
汇编语言 This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose
This directory contains the memtest 8051 firmware
for the Anchor Chips EZ-USB chip.
The purpose of this software is to test the different
memory segments in the Ez-Usb chip.
This example will output the string "good" on the 7 segment
LED if the mem test passes, or it will output the first addres ...
Java编程 JAVA得到网卡物理地址(windows和Linux) ,当时觉得挺好,后来正好项目里有需要,就用了它,但好像有点问题.因为它是采用固定字符串搜索(if (line.indexOf("Physical
JAVA得到网卡物理地址(windows和Linux) ,当时觉得挺好,后来正好项目里有需要,就用了它,但好像有点问题.因为它是采用固定字符串搜索(if (line.indexOf("Physical Address") != -1) )获得MAC 地址的,后来在应用时出了问题,因为没有"Physical Address"这一项.后来在外网在查查了一下,后来发现老外有写一个这样的类,可能那样的 ...
VC书籍 Welcome to the Wrox Press C++ tutorial "I hope you ll enjoy reading this tutorial with your portabl
Welcome to the Wrox Press C++ tutorial
"I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutoria ...
压缩解压 FIFO电路(first in
FIFO电路(first in,first out),内部藏有16bit×16word的Dual port RAM,依次读出已经写入的数据。因为不存在Address输入,所以请自行设计内藏的读写指针。由FIFO电路输出的EF信号(表示RAM内部的数据为空)和FF信号(表示RAM内部的数据为满)来表示RAM内部的状态,并且控制FIFO的输入信号WEN(写使能)和REN(读使能) ...
J2ME The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.
The Funambol J2ME Mail Client aims to be a light, easy to use, free email
client for J2ME devices.
The first release comes with a simple but effective UI, and a storage limited
to the internal RMS only. This makes the application compatible with most of
the phones around (minimum requirements are: ...
人工智能/神经网络 This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation deve
This manual describes how to run the Matlab&reg Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pub/docs/vonzuben/lnunes/demo.zip
The tour is self- ...
单片机开发 NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal O
NRF905驱动代码
// The content of this struct is nRF905 s initialize data.
// CH_NO=1 433MHZ Normal Opration,No Retrans RX,TX Address is 4 Bytes
// RX TX Payload Width is 32 Bytes Disable Extern Clock Fosc=16MHZ
// 8 Bits CRC And enable
Java书籍 This software transmits data (using TCP/IP) from I/O pins (of the Tini Board - from Dallas Semicondu
This software transmits data (using TCP/IP) from I/O pins (of the Tini Board - from Dallas Semiconductors) to a specific IP address.
其他 I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s
I made a lot of changed on this object,such as *
// 1.Encapsulates all code in one userobjet,since PB does not *
// support "Address of Function" , so we can not set new *
// WndProc, just makes the object more easy to use. *
// 2.Uses structure array instead of Datastore *
// 3. ...