-
Calendar can realize the algorithm, achieved using c language. Reference study.
可以实现万年历的算法,用c语言实现的。参考学习。-Calendar can realize the algorithm, achieved using c language. Reference study.
- 2022-04-12 15:43:34下载
- 积分:1
-
汽车租赁系统
成立了租车服务公司的系统,以帮助客户端。该系统将帮助职员以及所有者来安排自己的时间。问卷 weredistributed 向 10 名成员 5 客户端。作为这项调查的结果,大多数人在抱怨崩溃记录。然而,有些客户更喜欢 payingonline 而不是身体去公司。此外,clientslike 被告知立即预订后的 75%。大约 95%的 clientssuggest 系统应 7 24 小时工作。此外,还有一些员工建议的系统应该有备份的计划,同时运行该系统。作为 employeeanxiety,85%发现系统需要有用于排列 andexecuting 文件的应用程序
- 2022-07-02 13:59:58下载
- 积分:1
-
VB网络数据库的一种查寻
VB网络数据库的一种查寻-a network database search
- 2022-12-08 14:05:03下载
- 积分:1
-
VC编写的透明按钮
VC编写的透明按钮-VC prepared by the transparent buttons
- 2022-03-01 14:38:51下载
- 积分: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
-
航空公司管理信息系统
航空公司管理信息系统-airline management information system
- 2023-07-04 13:35:04下载
- 积分:1
-
AU1100 embedded processor SD Card Driver source
AU1100嵌入式处理器SD卡驱动程序源码-AU1100 embedded processor SD Card Driver source
- 2022-11-29 14:25:03下载
- 积分:1
-
在没有外网的单位,企业内部要进行信息传输就不太方便,特研发此工具,进行文件及信息互传...
在没有外网的单位,企业内部要进行信息传输就不太方便,特研发此工具,进行文件及信息互传-talking each other
- 2022-04-14 18:12:13下载
- 积分:1
-
字模提取程序,可以直接使用。
字模提取程序,可以直接使用。 -Abstraction procedures can be used directly. Abstraction procedures can be used directly.
- 2022-08-11 05:53:23下载
- 积分:1
-
基于opencv实现图像小波变换
本程序通过滤波器组实现图像的小波变换和逆小波变换,同时也将小波变换用于去噪的两种方法:硬阈值去噪法和软阈值去噪法都写了,在去除图像噪声后能够重建图像达到很好的效果。此外,本程序可以实现多层小波变换,通过参数的设置从而实现。
- 2022-02-11 10:57:59下载
- 积分:1