-
IEEE802.11
该书籍详细介绍了802.11底层协议的相关算法机制,能够为802.11的底层协议改造提供最基础的技术支持。(The book details the underlying 802.11 protocol mechanisms related algorithms that can transform the underlying protocol for the 802.11-based technology to provide the best support.)
- 2011-01-06 15:06:14下载
- 积分:1
-
应式手风琴特效
鼠标响应式手风琴特效是一款基于jquery+css3实现的鼠标(Mouse response accordion effect is a mouse based on jQuery + CSS3)
- 2019-03-07 14:05:13下载
- 积分:1
-
Spark基本工作原理
说明: 基本工作的原理流程图,请使用visio打开。(Basic working principle, please use Visio to open)
- 2020-06-18 20:20:02下载
- 积分:1
-
controls name : Date Controls
控件名称:日期控件-controls name : Date Controls
- 2022-03-06 03:02:20下载
- 积分:1
-
PL2303
PL2303-18HXusb线的驱动,用于手机,平台的调试,-PL2303-18HXusb line driver for mobile phones, platform debugging,
- 2022-03-19 03:14:02下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
cavl
这是个可以实现UTF-8与GB2312之间的互换类,不错()
- 2017-11-16 11:58:53下载
- 积分:1
-
是一本关于sql2000 学习的好的丛书,它详细并且明了的介绍了数据库的使用和,安装,该书的基础知识讲解的十分详细,而且例子十分生动,是一本学习的好书。...
是一本关于sql2000 学习的好的丛书,它详细并且明了的介绍了数据库的使用和,安装,该书的基础知识讲解的十分详细,而且例子十分生动,是一本学习的好书。-Is a book about good books to learn sql2000, it detailed and clear introduction to the database to use and installation, the book explaining the basics of the very detailed and very vivid example is a good book to learn.
- 2022-01-24 16:39:13下载
- 积分:1
-
Patton_copula_toolbox
copula函数实现程序包,有效实现工具(Implementation of Copula)
- 2019-03-19 11:57:46下载
- 积分:1
-
matlab算例
说明: 实现用ADMM算法求解优化问题的一个简单算例(A simple example of solving optimization problems with ADMM algorithm)
- 2021-01-19 16:08:42下载
- 积分:1