-
Win32汇编语言,汇编+兼容
Win32 API for assembly language, ASM++ compatible
- 2022-02-05 23:24:47下载
- 积分:1
-
这是一个实现打印及打印预览的用vc写得小程序
这是一个实现打印及打印预览的用vc写得小程序-This is a realization of print and print preview applet written by vc
- 2022-06-13 07:50:47下载
- 积分:1
-
AODV 工作源代码
AODV 是一种按需路由协议。它从数目的路径选择最短路径。它包括三个阶段: RREQ 路由请求、 RREP 路由答复和 RRER 错误消息路由。存储节点将播出自己的 id 给邻居使用你好消息。您可以检查源代码在 ns2 文件夹 aodv.cc 和 aodv.h 来获取关于这个专题的详细信息。AODV 包含四个表,即,AODV 的邻居表、 AODV 前体列表、 AODV 广播的 ID 表和 AODV 路由表。Neighbortable 用来存储任何节点的邻居的 ID。以上就是描绘了相邻表的类,它具有公共的 andprotected 成员。在公共成员就只有一个成员函数 "AODV_Neighbour" 是实际上是一个构造函数,它 initializethe 变量 "nb_addr" 创建类实例时。它是由两个组成的 inprotected 的成员变量 1) nb_addr 和 2) nb_expire。这两个变量是商店的邻居表中。第是邻居地址,第二个是到期时间为基于。这些表或类是保持运行 AODV 协议的 thetopology 中的所有节点。Precursorlist 维护 RREQ 源和 RREQ 目的地 whilegiving 答复到源的 id。它定期删除该条目。BroadcastIdclass 是 SourceAdress(nsaddr_t src),Currentnode"Id (u_int32_t id) 的存储并使其过期时间,播出的 idrecord。在 AODV 协议源启动 RREQ 数据包时它 willbroacast 在自然和 RREQ 数据包还有一个 rq-> rq_bcast_id 的字段代表当前 RREQ 广播 id 值。所以 whileforwarding RREQ 数据包的每个节点维护此表,因此 calledBroadcastID 表的处理广播请求数据包。像所有无功的协议,在 AODV,哲学是由节点点播只传播拓扑信息。当一个节点要传输到对没有路由的主机通信时,它将生成将会被淹没一个有限的方式到其他节点的 re
- 2022-05-05 17:04:43下载
- 积分:1
-
Some Code For MsFlexDataGrid
Some Code For MsFlexDataGrid
- 2022-06-02 16:51:11下载
- 积分:1
-
Programming with VC games maze. Debugging environment: Win XP VC++ 6.0
用VC编程实现迷宫游戏。调试环境:Win XP;VC++ 6.0-Programming with VC games maze. Debugging environment: Win XP VC++ 6.0
- 2022-06-20 09:48:23下载
- 积分:1
-
数据结构车厢调度问题:
用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n...
数据结构车厢调度问题:
用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n -data structure train scheduling problem : stack trains in the form of scheduling, at the entrance to a train compartment of a serial number to n
- 2022-10-24 16:30:03下载
- 积分:1
-
我使用比较多的公用函数整理的
公用的过程代码,与具体业务无关...
我使用比较多的公用函数整理的
公用的过程代码,与具体业务无关-I use the more common function of the common collation process code has nothing to do with the specific business
- 2023-03-03 10:15:04下载
- 积分:1
-
该程序是用JSP编写的网上书店程序,能实现网上借阅及购买书籍。...
该程序是用JSP编写的网上书店程序,能实现网上借阅及购买书籍。-The program is written in JSP online bookstore procedures, to achieve borrow and buy books online.
- 2023-09-08 06:35:04下载
- 积分:1
-
function_generator using labview
function_generator using labview
- 2022-02-16 05:17:43下载
- 积分:1
-
This is a photo of a general purpose timer/ 在我们写的程序当中,总有一些配置信息需要保存下来,以便完成程序的功能,最...
This is a photo of a general purpose timer/ 在我们写的程序当中,总有一些配置信息需要保存下来,以便完成程序的功能,最简单的办法就是将这些信息写入INI文件中,程序初始化时再读入.具体应用如下:counter card you can wirewrap in a weekend. It plugs into your PC s ISA bus just like a sound or modem card. It gives high-resolution timing (microseconds). Because of its programmablity, it is very powerful and flexible. You can even control DC or servo motors using pulse-width modulated (PWM), or stepper motors using its square wave capabilities. The figure below is the actual output (square wave) from the 8254 card captured by an oscilloscope: -This a photo of a general purpose timer. When we write program, There is always some configuration need to be saved, so that we can finish the function of the program.The most simple way is write these infomation to the INI file. It is read by the program during initialization,it is used as follows: counter card you can wirewrap in a weekend. It plugs into your PC s ISA bus just like a sound or modem card. It gives high-resolu
- 2023-04-27 05:55:03下载
- 积分:1