-
NS的编程和调试
NS编程与调试 - NOAH 模块
noah是一个无线路由代理(相对于DSDV ,路由, ... )只支持直接沟通的无线节点之间或基站和移动节点的情况下移动IP的使用。这使得模拟的情况下多跳无线路由是不受欢迎的。noah不会发送任何路由相关的数据包。-NS programming and debugging- NOAH Module
NOAH is a wireless routing agent that (in contrast to DSDV, DSR, ...) only supports direct communication between wireless nodes or between base stations and mobile nodes in case Mobile IP is used. This allows to simulate scenarios where multi-hop wireless routing is undesired. NOAH does not send any routing related packets.
- 2022-03-10 12:11:40下载
- 积分:1
-
Essential C++ 中文版+英文版 侯捷译
Essential C++ 中文版+英文版 侯捷译-Essential C++ Chinese version+ English translation Hou Jie
- 2023-01-15 19:55:03下载
- 积分:1
-
C常用算法程序机,是关于解线性方程,各种矩阵的处理。很有实际应用意义...
C常用算法程序机,是关于解线性方程,各种矩阵的处理。很有实际应用意义-C algorithms commonly used procedures machine is on the solution of linear equations, various matrix processing. Very practical significance
- 2022-09-20 08:05:03下载
- 积分:1
-
password viewer. Below the windows to look inside* the actual contents.
密码查看器。用来在windows下面查看*里面的真正内容。-password viewer. Below the windows to look inside* the actual contents.
- 2022-05-22 13:04:21下载
- 积分:1
-
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码...
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码-Please read them carefully before you write the document package to their specific functions (at least 20 words). Try not to let the station master at the time you spend on the amendment note. Package should not have a password when extracting
- 2022-02-06 21:59:22下载
- 积分:1
-
利用ODBC创建EXCEL文件,可以很方便的实现ODBC创建Excel文件。
利用ODBC创建EXCEL文件,可以很方便的实现ODBC创建Excel文件。-Using ODBC to create EXCEL files, you can easily achieve the ODBC to create Excel file.
- 2023-06-20 22:05:03下载
- 积分:1
-
这个函数能够实现在界面上显示一幅正弦曲线图
这个函数能够实现在界面上显示一幅正弦曲线图-Implementation of this function at the interface can display up Sine curve
- 2022-03-12 10:31:10下载
- 积分:1
-
矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序...
矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序-Matrix transpose, intel Challenge thread works, multi-threaded, TBB, merge sort, quick sort
- 2022-09-05 14:10:03下载
- 积分:1
-
一个基于VB的万年历的制作,本设计使用VB工具箱自带的控件制作一个简单的用户交换界面。...
一个基于VB的万年历的制作,本设计使用VB工具箱自带的控件制作一个简单的用户交换界面。- This design using VB toolbox own controls to make a simpleuser switching interface which based on VB calendar
- 2022-05-29 18:48:59下载
- 积分:1
-
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
Description:
对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。
注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4.
Input Format:
第一行输入数组中记录个数n
第二行输入n个有序的整型关键码,以空格隔开
接下来输入三个待查关键码,每个关键码占一行
Output format:
对于每个关键码,分别输出:
找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开
接下来一行输出查找到的位置
接下来一行输出变化后的待查找序列
-Description:
The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
- 2023-05-15 19:40:03下载
- 积分:1