-
该算法是基于vc控制台编写的程序,提供了一种走出迷宫的思路,完成了一个较为简单的迷宫算法。...
该算法是基于vc控制台编写的程序,提供了一种走出迷宫的思路,完成了一个较为简单的迷宫算法。-The algorithm is based on the vc console preparation procedures, providing a maze out of ideas, to complete a relatively simple maze algorithm.
- 2022-03-07 11:56:21下载
- 积分:1
-
可以很方便的进行职工的管理应用,并且可以实现职工的分数统计...
可以很方便的进行职工的管理应用,并且可以实现职工的分数统计-Can be very convenient for employees management application, and can realize employees Score Statistics
- 2022-01-26 06:33:13下载
- 积分:1
-
adc tlc 5510,好用可以准确的实行其功能
adc tlc 5510,好用可以准确的实行其功能-good, very good
- 2022-04-30 18:24:22下载
- 积分: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
-
apidemo,功能自己看调用api用的
apidemo,功能自己看调用api用的
-fq
- 2022-03-04 11:05:09下载
- 积分:1
-
window8风格自绘Button类
根据CButton 类派生的自绘按钮,学习了别人按钮的自绘方法,window8风格创建了我想要的按钮三种风格,鼠标悬浮,鼠标按下,鼠标离开,可以分别设置颜色字体等,有各自接口,你也可以自己创建接口
- 2022-08-26 11:16:01下载
- 积分:1
-
“气球式”工具提示: 本程序介绍一个与CToolTipCtrl相似的类CTooolTipWnd,用于实现“气球式”工具提示...
“气球式”工具提示: 本程序介绍一个与CToolTipCtrl相似的类CTooolTipWnd,用于实现“气球式”工具提示 -Tooltips like balloon
- 2022-12-21 16:15:03下载
- 积分:1
-
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数...
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. CString familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
- 2022-01-23 10:15:04下载
- 积分:1
-
一个用堆栈做成的计算器,虽然小,但对学数据库的人来说锻炼一下也不错...
一个用堆栈做成的计算器,虽然小,但对学数据库的人来说锻炼一下也不错-Use made of a stack calculator, although small, but the database of people who look good exercise
- 2022-11-08 18:50:03下载
- 积分:1
-
windows Socket编程
应用背景WINDOWS SOCKET编程,简单实用。TCP/IP网络编程不可少的。关键技术SOCKET编程分客户端和服务器端,易学易用。
- 2022-04-16 17:12:57下载
- 积分:1