搜索结果
找到约 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)
书籍源码 The code, images and designs for this book are released under a Creative Commons Attribution-NonComm
The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.
http://creativecommons.org/licenses/by-nc-sa/2.5/
You are free:
* to copy, distribute, display, and perform the work
* to make derivative works
Under the following c ...
Java编程 Overview Provides a way to store very large collections of email addresses (100,000+ addresses) and
Overview
Provides a way to store very large collections of email addresses (100,000+ addresses) and efficiently check whether a specific address is contained in a collection. The collection can be created programmatically, or through a pluggable persistence mechanism.
Functionality
Maintains lar ...
VxWorks tServer task executes functions at low priority (254). serverSend funtion is used to send a requ
tServer task executes functions at low priority (254). serverSend
funtion is used to send a request to the tServer to execute a
function at the tServer s priority.
First tServer task executes the i() system call to print the summary
of tShell task. Next an address exception is caused i ...
Delphi控件源码 Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to cap
Magenta Systems Internet Packet Monitoring Components are a set of Delphi components designed to capture and monitor internet packets using either raw sockets or the WinPcap device driver. Hardware permitting, ethernet packets may be captured and interpreted, and statistics maintained about the traf ...
网络 xl2tpd a Layer 2 Tunneling Protocol (L2TP) daemon. It supports IPsec SA reference tracking, which en
xl2tpd a Layer 2 Tunneling Protocol (L2TP) daemon. It supports IPsec SA reference tracking, which enables the IPsec stacks to support multiple l2tp clients behind the same NAT router and multiple l2tp clients on the same internal IP address. It is a fork of "l2tpd".
Release focus: Minor feature enh ...
VHDL/FPGA/Verilog This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR
This leon3 design is tailored to the Altera NiosII Startix2
Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM.
As of this time, the DDR interface only works up to 120 MHz.
At 130, DDR data can be read but not written.
NOTE: the test bench cannot be simulated with DDR enabled
because ...
微处理器开发 This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to ...
Internet/网络编程 P2P 之 UDP穿透NAT的原理与实现(附源代码) 原创:shootingstars 参考:http://midcom-p2p.sourceforge.net/draft-ford-midcom
P2P 之 UDP穿透NAT的原理与实现(附源代码)
原创:shootingstars
参考:http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt
baidu
论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。
首先先介绍一些基本概 ...
其他 Avalon Interface Specification,The Avalon interface specification is designed to accommodate periphe
Avalon Interface Specification,The Avalon interface specification is designed to accommodate peripheral development for the system-on-a-programmable-chip (SOPC) environment. The specification provides peripheral designers with a basis for describing the address-based read/write interface found on ma ...
CA认证 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中
雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能 ...