-
将EXCEL表格导入到CAD图形文件中.
将EXCEL表格导入到CAD图形文件中.-EXCEL spreadsheet will be imported into CAD graphics file.
- 2022-03-03 20:22:23下载
- 积分:1
-
面板显示图像(位图)的各种影响和
A panel to display a image (Bitmap) with various effects and
moveable capacity.
- 2023-04-18 07:25:03下载
- 积分:1
-
加载windows驱动程序
这是一个加载windows驱动的程序,用c语言写的,贴上代码只是便于大家学习,。有更好的加载驱动的程序希望分享下,共同学习,不慎感谢。。。!!!!!!!!!!!!!!!!!
- 2022-02-04 17:12:15下载
- 积分:1
-
操作vc控制word的表格填写及随时更改填写情况
操作vc控制word的表格填写及随时更改填写情况-operation vc control word and fill in the forms filled out at any time of change
- 2022-03-05 00:43:27下载
- 积分:1
-
完整串口通信程序(发送和接受)Vc++源代码
一个比较完整串口通信程序Vc++源代码 相信大家看后一定会有收获的!
- 2022-08-17 03:45:16下载
- 积分: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
-
对韦伯抛物线柱函数的计算程序
Routines for computation of Weber s parabolic cylinder functions
and their derivatives are provided for both moderate and great
values of the argument. Standard, real solutions are considered.
Tables of values are included. -Routines for computation of Weber s parabolic cylinder functions
and their derivatives are provided for both moderate and great
values of the argument. Standard, real solutions are considered.
Tables of values are included.
- 2023-02-19 23:45:03下载
- 积分:1
-
对于某些信源编码的问题,这是众所周知的,
For certain source coding problems, it is well known that the
Kraft inequality provides a simple sufficient condition for the existence of
codes with given codeword lengths. Motivated by this fact, a sufficient condition
based on the Kraft inequality can also be sought for the problem
of zero-error instantaneous coding with decoder side information
- 2022-05-12 23:13:47下载
- 积分:1
-
建立哈夫曼树和哈夫曼编码的程序,每一行都有详细的注解,比较适合初学者...
建立哈夫曼树和哈夫曼编码的程序,每一行都有详细的注解,比较适合初学者-The establishment of Huffman trees and Huffman coding procedure, each line has a detailed annotation, more suitable for beginners
- 2023-04-12 19:40:03下载
- 积分:1
-
A * 算法
这是我第一次的 AI 游戏的寻路系统和 pathfollowing 的转向行为使用的 A * 算法。基本上,该字符将寻求,锁定目标上, 后,它会绘制从字符位置到目标的最短路径。当它得到了路径时,该字符将会移动到目标位置与特定的方向和速度。
- 2022-04-16 15:21:40下载
- 积分:1