-
手机店管理
手机店铺管理是是用C#语言的一个窗口基础软件。可以采取这个软件所有的动作。
- 2022-05-09 14:24:46下载
- 积分:1
-
Duilib 浏览器演示
这是一个演示,通过使用 duilib lib 完成 ie 浏览器。它是一个很好的演示来研究 duilib,它可以告诉如何使用CWebBrowserUI 控制。
- 2023-06-15 15:35:13下载
- 积分:1
-
超酷进程条控件,非常好用,有.ocx文件和源代码,非常好用
超酷进程条控件,非常好用,有.ocx文件和源代码,非常好用-cool control of the process, very handy,. Exe files and source code, very handy
- 2023-02-16 14:05:03下载
- 积分:1
-
字母横向滚动控件,可以设置滚动的方向,内容,和底色
字母横向滚动控件,可以设置滚动的方向,内容,和底色-Letters horizontal scroll controls, can set the scroll direction, content, and background
- 2023-02-23 20:20:03下载
- 积分: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
-
《Visual C++程序设计实验指导与实训》源代码
《Visual C++程序设计实验指导与实训》源代码- Visual C++ Guidance and training program design experiments, the source code
- 2022-03-05 03:00:53下载
- 积分:1
-
子窗口发送消息给父窗口,父窗口接收到消息后显示子窗口输入的字符串...
子窗口发送消息给父窗口,父窗口接收到消息后显示子窗口输入的字符串-Sub-window send a message to the parent window, parent window to receive the news shows that sub-window input string
- 2022-11-28 11:40:03下载
- 积分:1
-
获取鼠标在任意点上的位置
获取鼠标在任意点上的位置-access to any point in the mouse position on the
- 2022-05-20 03:31:17下载
- 积分:1
-
一个很有取的拼图游戏
一个很有取的拼图游戏-a very Formal pieces of the jigsaw
- 2022-02-24 20:27:05下载
- 积分:1
-
一个简单的聊天程序界面,说明在java程序设计中各个组件之间如何相互传递消息并相互控制。...
一个简单的聊天程序界面,说明在java程序设计中各个组件之间如何相互传递消息并相互控制。-This is a interface of a chating application.with this example,we ll illustrate how Inter-control & Message transmit in components works.
- 2022-03-22 02:06:21下载
- 积分:1