搜索结果
找到约 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)
DSP编程 This program requires the DSP2833x header files. // // This program requires an external I2C RT
This program requires the DSP2833x header files.
//
// This program requires an external I2C RTC connected to
// the I2C bus at address 0x6f.
//
// As supplied, this project is configured for "boot to SARAM"
// operation. The 2833x Boot Mode table is shown below.
// For information o ...
matlab例程 To understand the traffic mechanism and find optimal strategies to improve traffic capacity is one o
To understand the traffic mechanism and find optimal strategies to improve traffic capacity is one of the important issues we have to address.
*行业应用 client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> i
client socket
include <sys/types.h>
include <sys/socket.h>
include <stdio.h>
include <netinet/in.h>
include <arpa/inet.h>
include <unistd.h>
int main()
{
int sockfd
int len
struct sockaddr_in address
int result
char ch = A
sockfd = socket(AF_INET, SOCK_STREAM, 0)
address.sin_fami ...
其他书籍 Very hard to design reusable Software Design must be specific to problem on hand Design must be ge
Very hard to design reusable Software
Design must be specific to problem on hand
Design must be general enough to address future problems and requirements
Almost impossible to do it right the first time
Experienced designers don’t reinvent the wheel
They use good solutions again and again
Find & us ...
其他书籍 Very hard to design reusable Software Design must be specific to problem on hand Design must be ge
Very hard to design reusable Software
Design must be specific to problem on hand
Design must be general enough to address future problems and requirements
Almost impossible to do it right the first time
Experienced designers don’t reinvent the wheel
They use good solutions again and again
Find & us ...
其他书籍 Very hard to design reusable Software Design must be specific to problem on hand Design must be ge
Very hard to design reusable Software
Design must be specific to problem on hand
Design must be general enough to address future problems and requirements
Almost impossible to do it right the first time
Experienced designers don’t reinvent the wheel
They use good solutions again and again
Find & us ...
其他书籍 Very hard to design reusable Software Design must be specific to problem on hand Design must be ge
Very hard to design reusable Software
Design must be specific to problem on hand
Design must be general enough to address future problems and requirements
Almost impossible to do it right the first time
Experienced designers don’t reinvent the wheel
They use good solutions again and again
Find & us ...
其他 To use the MSSP port to communicate with 3-wire devices, the bytes to be output must be aligned
To use the MSSP port to communicate with 3-wire
devices, the bytes to be output must be aligned
such that the LSB of the address is the 8th bit
(LSB) of a byte to be output. From there, the
bits should fill the byte from right to left
consecutively.
Internet/网络编程 A routing scheme for content based networking. Content-based network is a network which does nt make
A routing scheme for content based networking. Content-based network is a network which does nt make use of the source or the destination address to forward a message. This network is quite different from the traditional network.
单片机编程 红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...