-
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
-
windows_NT_文件系统内幕(中文版)_全部章节以及源代码
windows_NT_文件系统内幕(中文版)_全部章节以及源代码-Insider windows_NT_ file system (Chinese version) _ all the chapters, as well as the source code
- 2022-07-22 01:00:51下载
- 积分:1
-
指纹识别C++ OPENCV
应用背景好的代码为指纹识别C++ OPENCV关键技术好的代码为指纹识别C++ OPENCV ..波 ;有25219个采样点在5秒查询波 ;宋90408 1h11m19s,所以最多有22000000点
- 2022-12-23 23:50:03下载
- 积分:1
-
可生成噪声的c程序:标准c编程环境,可以用于声音方面的特殊需求...
可生成噪声的c程序:标准c编程环境,可以用于声音方面的特殊需求-generates noise c : c standard programming environment that can be used in the voice of special needs
- 2022-03-01 09:52:36下载
- 积分:1
-
改变控件大小
改变控件大小的例程,改变MFC类下窗体、按钮、输入框等控件的大小,相当于集成了MFC的若干功能,在实际编程中非常方便
- 2023-06-28 18:10:03下载
- 积分:1
-
可以实现虚拟主机名的问题,简单的好处
可以实现虚拟主机域名转向问题,简单实惠-can achieve virtual host name to the problem, the simple benefits
- 2022-01-29 01:11:11下载
- 积分:1
-
由于涉及图片的显示,所以我采用MFC进行编程。由于MFC封装了win32的许多APIAPI,所以可以不用考虑很多操作的细节,而专注于图像的处理。...
由于涉及图片的显示,所以我采用MFC进行编程。由于MFC封装了win32的许多APIAPI,所以可以不用考虑很多操作的细节,而专注于图像的处理。-because of the pictures, so I used MFC programming. As the MFC Packaging many APIAPI win32, so it is not necessary to consider many details of the operation, and focus on image processing.
- 2022-02-10 07:49:18下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
This ia a debug/undebug program with VB language, the function is not perfect .I...
这是一款VB程序调试及反编译的工具,功能上还不是很好但希望能有点用-This ia a debug/undebug program with VB language, the function is not perfect .I hoppe it is useful.
- 2022-09-16 23:20:05下载
- 积分:1
-
achieve the Windows system service control procedures
实现windows系统的服务控制程序-achieve the Windows system service control procedures
- 2023-08-28 12:25:03下载
- 积分:1