-
datagridview控件的例子,简单的使用该控件的好例子
datagridview控件的例子,简单的使用该控件的好例子-datagridview sample
- 2022-04-07 06:56:12下载
- 积分:1
-
KportII,Windows下直接I/O端口操作
KportII,Windows下直接I/O端口操作-KportII, Windows under the direct I/O Port Operation
- 2023-05-10 04:35:03下载
- 积分:1
-
counter
计算器程序-counter
- 2023-02-05 06:40:03下载
- 积分:1
-
电路布线问题要确定将哪些连线安排在第一层上,使得该层上有尽可能多的连线。换句话说,该问题要求确定导线集Nets={(i,π(i)),1≤i≤n}的最大不相交子集...
电路布线问题要确定将哪些连线安排在第一层上,使得该层上有尽可能多的连线。换句话说,该问题要求确定导线集Nets={(i,π(i)),1≤i≤n}的最大不相交子集。-circuit wiring problem will be to determine which connections in the first layer, making this layer as much as possible on the log. In other words, the problem defined Traverse Set Nets = ((i, (i)), 1 i n) is not the largest subset of the intersection.
- 2022-01-25 16:10:18下载
- 积分:1
-
Mewtocol vs2012
PLC 通讯
Mewtocol
计算机发送命令 (说明) 到可编程控制器,和接收响应的回报。这将使计算机和可编程序控制器交谈与对方,这样可以得到的各种信息和提供。
- 2022-01-26 05:03:23下载
- 积分:1
-
图形渲染Henon程序混乱,包括著名的劳伦兹图
用于绘制混沌图形的henon程序,其中有著名的罗伦兹图-Chaos for graphics rendering henon procedures, including the famous Lorenz map
- 2022-03-21 22:09:56下载
- 积分:1
-
在大多数的窗口应用程序中,它的所有形式都是使用正规的时间…
在绝大多数的Windows应用程序中,其窗体都是使用的正规正矩的矩形窗体,例如我们常用的,“记事本”,“扫雷”,等等。矩形窗体,具有编程实现简单,风格简洁的优点,所以在普通文档应用程序和 简单小游戏中使用足矣。但在某些娱乐游戏程序中使用就略显呆板些了,这时若用不规则窗体替代原先 的矩形窗体,将会使这类程序更添情趣。典型的例子有windows 自代的Media Player,新版本的Media Player有个控制面板的选项,选中这些面板,播放器就以选中的面板形状出现,这时的播放器比以前版 本的Media Player的古老矩形界面要生动有趣的多了。 要实现不规则窗体不是太难,知道了基本原理后,你也可以创建各种有趣的不规则窗体。-in most Windows applications, all of its forms is the use of the formal moments of rectangular windows, for example, we used, "Notepad", "mine" and so on. Rectangular windows, with programming simple, concise style of the advantages, in ordinary applications and files a simple little game that pledge to use. But in some amusement games procedures on the use of a slightly more rigid, then using the irregular forms of alternative original rectangular windows, such procedures will be added with more amenities. Typical examples are from the generation of the Windows Media Player, the new version of Media Player has a control panel of options, selected these
- 2022-03-21 18:40:51下载
- 积分:1
-
pmacct是一个用于搜集IP流量信息(源地址,字节计数,和包数量)的工具。数据保存在一个内存中的表内,客户端程序可以通过一个本地面向流的连接访问其内容。搜集离...
pmacct是一个用于搜集IP流量信息(源地址,字节计数,和包数量)的工具。数据保存在一个内存中的表内,客户端程序可以通过一个本地面向流的连接访问其内容。搜集离线包通过使用pcap库和混合模式下的一个或多个网卡实现。-pmacct is a collection for IP traffic information (source address, byte count, and the number of packets) tool. Data stored in a memory table, the client program through a local flow-oriented to access its contents. To collect offline pcap packet through the use of tanks and mixed mode of one or more card to achieve.
- 2022-03-06 12:01:07下载
- 积分:1
-
封装BerkeleyDB的一个动态库,多余的就不说了。
封装BerkeleyDB的一个动态库,多余的就不说了。-Package BerkeleyDB a dynamic library, not superfluous to say.
- 2022-03-18 10:24:42下载
- 积分: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