-
对象、 图书馆、 礼萨、 冲动、 阿里、 peyman、 哈桑、 迈赫迪、 habil、 新浪短信通利用
无线 ad hoc 网络通常假设全方位
天线。在本文中,我们考虑设备
方向性天线。方向性天线有
已显示,提高效率和无线的能力
网络。几个 MAC 协议 [4、 14、 12、 20] 和
路由协议 [5、 2、 17] 已提出以
方向性天线的优势。
下一步我们提供背景上路由安全
协议和以往关于防止虫洞的工作
攻击。节 3 认为虫洞攻击和
分析其效力。节 4 引入了
方向性天线和描述天线模型我们
使用。第 5 节描述我们协议的验证
邻居关系。节 6 认为的影响
我们的网络连接和路由选择协议
- 2022-07-08 22:46:05下载
- 积分:1
-
图书馆综合管理系统软件适用于单位图书馆,学校图书馆,图书租借机构的超级图书管理软件,是您管理图书的最佳帮手。方便借书、还书、查找等操作。方便添加图书、管理图书、...
图书馆综合管理系统软件适用于单位图书馆,学校图书馆,图书租借机构的超级图书管理软件,是您管理图书的最佳帮手。方便借书、还书、查找等操作。方便添加图书、管理图书、管理用户。提供完善的借书和还书操作,完全独立的数据库系统,数据管理为您提供:借阅管理、入库管理、销售管理、库存管理及其书目管理。图书馆综合管理系统在实施后,应能够达到以下目标: ● 实现多点操作的信息共享、相互之间的信息传递准确、快捷和顺畅。 ● 系统采用人机对话方式,菜单提示,界面美观友好、信息查询灵活、方便、快捷、准确、数据存储安全可靠,实现了开架借书,加强了图书流通管理。 ● 提供完善的借书和还书操作,完全独立的数据库系统。 ● 系统最大限度地实现了易安装性、易维护性和易操作性。 ● 数据保密性强,记录数据只能由本人及上级查询,每个用户权限可设置级别级,有利于用户安全操作使用。 ● 系统有严格的纠错功能,对用户输入的数据,系统进行严格的数据检验,尽可能排除人为的错误。 ● 内部业务操作数据量大、处理时效性强。-Integrated library management system software for the unit libraries, school libraries, books, book rental agencies super-management software is the best helper you manage books. Convenience of borrowing, but also books, to find such an operation. Easy to add books, management books, management of users. Provide a sound library and book operations, completely independent of the database systems, data management, to provide you with: Lending management, storage management, sales management, inventory management and bibliographic management. The impleme
- 2023-08-08 08:50:04下载
- 积分:1
-
Windows环境下32位汇编语言程序设计第2版(光盘)
Windows环境下32位汇编语言程序设计第2版(光盘)-Windows Environment 32-bit assembly language programming, 2nd edition (CD-ROM)
- 2022-01-26 03:55:51下载
- 积分:1
-
基于AForge实现的车辆跟踪
基于AForge实现的车辆跟踪,目标识别准确,跟踪距离较远,是不可多得的学习目标跟踪的参考资料,C#语言,保证编译运行通过。
源码中包括从远程获取视频,也可以从文件中获取视频,还可以从USB中获取视频。
- 2022-05-20 21:02:28下载
- 积分:1
-
This is a good drawing program, and in different regions also filling the color!
这是一个不错的画图程序,并且在不同区域还填了颜色!-This is a good drawing program, and in different regions also filling the color!
- 2023-04-02 10:15:03下载
- 积分:1
-
蛇 game.best 在 cg 的小型项目。
intrestng 贪吃蛇游戏 / / 最好的项目。很容易。.code 可以理解 b easily.just 写在 c + + 编译的帮 b 中得到它。
- 2022-04-20 10:41:31下载
- 积分:1
-
一个MP3播放器程序用VC .NET,谁有兴趣的话可以下载…
一个使用VC.NET代码写的MP3媒体播放器,有兴趣的朋友可以下载研究一下-a mp3 player programed by vc.net,anyone who have interest in it can download and research
- 2022-05-31 23:26:35下载
- 积分:1
-
DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=...
DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=q1,以找出DFA在处理了第一个输入符号a1之后进入的状态。处理下一个输入符号a2,求δ(q1,a2)的值,假设这个状态是q2。以这种方式继续下去,找出状态q3,q4,…,qn,使得对每个i,δ(qi-1,ai)=qi。如果qn属于F,则接受输入a1a2…an,否则就“拒绝”。-DFA" s " language" is the DFA to accept all of the string collection. A1a2 ... an assumption is an input symbol sequence, so that the DFA into operation from the initial state q0. Look transfer function δ, say δ (q0, a1) = q1, in order to identify the DFA in dealing with the first input into the state after the symbol a1. To the next input symbol a2, seeking δ (q1, a2) values, assuming that this state is q2. Continue in this way to find out the state q3, q4, ..., qn, making for every i, δ (qi-1, ai) = qi. If qn belongs to F, then accept the input a1a2 ... an, otherwise, " refuse."
- 2022-06-15 20:45:50下载
- 积分:1
-
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载...
学生综合评定系统~有查询~报表~添加资料等等功能~小而且很实用~有需要的可以下载-This a comprehensive evaluate system of student. You can perform the following action:
inquire, add, list, etc. It s a mini but good system. try it!
- 2022-05-09 07:47:34下载
- 积分:1
-
这VB6代码时钟。
This the VB6 code for Clock.-This is the VB6 code for Clock.
- 2022-09-16 14:10:03下载
- 积分:1