-
G.729协议编程例子
G.729协议编程例子-G.729 protocol program example.
- 2022-06-03 17:05:48下载
- 积分:1
-
读写流文档的VC源代码,在Windows下测试过WORD文件。
读写流文档的VC源代码,在Windows下测试过WORD文件。-read and write files flow of VC source code in Windows tested Word document.
- 2022-06-01 12:02:01下载
- 积分:1
-
C8051F06X MCU programming, interrupt source code
C8051F06X单片机编程,中断源代码-C8051F06X MCU programming, interrupt source code
- 2022-02-01 18:54:49下载
- 积分:1
-
GumstixII system wince6.0 the bsp, intel cpu is the xscale, is the installation...
GumstixII系统的wince6.0的bsp,cpu是intel的xscale,压缩後是安装文件,安装后会在ce文件夹下产生原代码文件夹-GumstixII system wince6.0 the bsp, intel cpu is the xscale, is the installation of compressed paper, After installation in ce folder under the original code folder
- 2022-01-28 15:45:46下载
- 积分:1
-
zinnia汉字分析
在线手写汉字识别源码 Zinnia介绍。读取用户输入的手写笔迹 可以自由设置手写框的大小。在内部处理中所有笔迹都被转化为1*1的手写框内的坐标来处理。通过Character类的add方法增加坐标。add的第一个参数为当前笔画,第二个参数为坐标点。通过重复使用add方法可以加入多笔输入笔迹。其中每笔包含多个坐标点数据。
- 2023-06-15 06:35:05下载
- 积分:1
-
基于工程应用的栅格的三维地层建模及应用网格,VC++的很有帮助...
基于工程应用的栅格的三维地层建模及应用网格,VC++的很有帮助-Based on the engineering application of Grid and application of three-dimensional stratigraphic modeling grid, VC++ The helpful
- 2022-01-26 07:20:31下载
- 积分:1
-
VC向Vb传递命令行参数,我做的一个示例,有朋友要的
VC向Vb传递命令行参数,我做的一个示例,有朋友要的-VC Vb to transfer command line parameters, I am doing an example, a friend to the
- 2022-06-12 06:36:40下载
- 积分:1
-
一个示例程序,在VC中实现C++类的功能。
一个示例程序,在VC中实现C++类的功能。-A program example to implement C++ class functions in VC.
- 2022-07-27 03:36:51下载
- 积分:1
-
旅游合同管理软件,可以对信息进行录入、删除、修改…
旅行社合同管理软件,可以对信息进行录入、删除、修改、统计等。-Travel contract management software, you can input the information, delete, modify, and statistics.
- 2022-01-25 23:37:44下载
- 积分: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