-
IEEE 802.11d
IEEE 802.11d-2001, Amendment to IEEE 802.11-1999, (ISO/IEC 8802-11) Information technology--Telecommunications and information exchange between systems--Local and metropolitan area networks--Specific requirements--Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Specification for Operation in Additional Regulartory Domains
- 2022-01-26 03:05:45下载
- 积分:1
-
Quick Start ajax, mainly on the principle and sector
ajax快速入门,主要讲解原理与部门实现-Quick Start ajax, mainly on the principle and sector
- 2023-07-21 00:15:03下载
- 积分:1
-
复件 JAVA面试题集基础篇 复件 JAVA面试题集基础篇
复件 JAVA面试题集基础篇 复件 JAVA面试题集基础篇 -TD descrption
- 2022-01-21 18:30:47下载
- 积分:1
-
osek/vdx汽车电子嵌入式软件编程技术部分资料和原代码5
osek/vdx汽车电子嵌入式软件编程技术部分资料和原代码5-osek/vdx automotive electronics embedded software programming and information technology part of the original code 5
- 2022-03-14 21:43:50下载
- 积分:1
-
VB 可用指令、函数 索引表
VB 可用指令、函数 索引表-VB available commands, function index table
- 2022-11-09 00:35:04下载
- 积分:1
-
this the ex4 answer of ssd5 ,welcome download
this the ex4 answer of ssd5 ,welcome download-this is the ex4 answer of ssd5 ,welcome download
- 2022-02-25 14:19:22下载
- 积分:1
-
Office here has all the manipulative skills
这里拥有Office的全部操作技巧-Office here has all the manipulative skills
- 2022-06-26 07:03:33下载
- 积分:1
-
This is a program to teach you how to dynamically load bitmap of C++ program.
这是一个程序,教你如何进行加载动态位图的C++程序。-This is a program to teach you how to dynamically load bitmap of C++ program.
- 2022-05-07 12:35:04下载
- 积分:1
-
网络通信方面的代码书非常经典欢迎大家下载并学习
网络通信方面的代码书非常经典欢迎大家下载并学习-network communications code book very classic welcome to download and study
- 2022-01-25 17:20:41下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1