-
我的 OPC 客户端
我的 OPC 客户端是用于访问 OPC 服务器应用程序。此应用程序的功能:1.列出活动的 OPC 服务器,在本地和远程计算机。2.连接到本地和远程的 OPC 服务器。3.浏览 OPC 项目。4.监测的 OPC 项目的值。5.可以将值写入 OPC 项目。
- 2022-05-06 09:14:09下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
用VC++6.0调用PowerPoint 2003,生成的ppt文件分3页,既有文字也有图表...
用VC++6.0调用PowerPoint 2003,生成的ppt文件分3页,既有文字也有图表-With VC++ 6.0 Call PowerPoint 2003, generated ppt document 3, both the text also has a chart
- 2022-01-26 06:14:57下载
- 积分:1
-
自定义树视图布局
下面的代码示例演示如何自定义树视图使用所有者描述的控件。 TreeView 控制的示例显示可选节点标记以及标准的节点标签。通过使用指定节点标记 TreeNode. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-30 19:41:08下载
- 积分:1
-
从开源网站上下载的代码,在vc中调用opengl,打开wir文件,能光滑曲面,挺不错的!...
从开源网站上下载的代码,在vc中调用opengl,打开wir文件,能光滑曲面,挺不错的!-From the open-source Web site to download the code, in vc call opengl, open wir document that smooth surface, very good!
- 2022-02-27 03:48:20下载
- 积分:1
-
windows核心编程源程序
windows核心编程源程序-windows core programming source
- 2022-01-25 14:21:23下载
- 积分:1
-
duffing系统程序
Duffing系统动力学方程计算程序,包含求解、绘图:时域波形、相平面、幅值谱、Poincare图、分岔图等等
- 2022-08-11 21:09:11下载
- 积分:1
-
软件自动升级
软件自动升级程序-automatic software upgrade
- 2022-02-16 08:58:50下载
- 积分:1
-
一个功能强大的操作XML文件的类,比微软的方便、快捷;内附详细使用说明。...
一个功能强大的操作XML文件的类,比微软的方便、快捷;内附详细使用说明。-The operation of a powerful class of XML documents than Microsoft" s convenient, fast included detailed instructions.
- 2022-01-26 04:36:46下载
- 积分:1
-
VC++ programming network sniffer
VC++编程实现网络嗅探器 一个非常简单易懂的封包窃听程序附上源码注解 让你可以在短时间内了解封包窃听程序的原理 是非常不错的封包窃听的入门学习程序-VC++ programming network sniffer
- 2022-09-20 21:50:03下载
- 积分:1