-
This is a VC write mouse hook function examples. Monitor keyboard and mouse.
这是一个用VC写的鼠标钩子函数的实例。能监测键盘和鼠标。-This is a VC write mouse hook function examples. Monitor keyboard and mouse.
- 2022-08-11 14:07:32下载
- 积分:1
-
一个计算24点的小游戏 只要给出四个数字就能算出所有结果
一个计算24点的小游戏 只要给出四个数字就能算出所有结果-a calculation of 24 points in the game as long as a small number will be given four calculate all the results
- 2022-11-08 02:40:03下载
- 积分:1
-
c++ high
c++高级编程的源代码,供大家学习c++时使用-c++ high-level programming source code for everyone to learn c++ use
- 2022-01-24 16:41:10下载
- 积分: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
-
图像处理源代码 shift算法源码
图像处理SIFT图像匹配源代码 shift算法源码 用于图像拼接 图像拼接技术就是将数张有重叠部分的图像(可能是不同时间、不同视角或者不同传感器获得的)拼成一幅大型的无缝高分辨率图像的技术。图像配准和图像融合是图像拼接的两个关键技术。图像配准是图像融合的基础,而且图像配准算法的计算量一般非常大,因此图像拼接技术的发展很大程度上取决于图像配准技术的创新。早期的图像配准技术主要采用点匹配法,这类方法速度慢、精度低,而且常常需要人工选取初始匹配点,无法适应 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-26 12:00:44下载
- 积分:1
-
个人信息管理系统 C# 窗体
包括通讯录、个人财务、个人信息等,直接在窗体中对数据库进行增删改查,后台超级简单的C#代码适合课程设计
- 2022-09-17 15:10:05下载
- 积分:1
-
用windows API编写的计算器小程序,编译器是lcc,简单实用
用windows API编写的计算器小程序,编译器是lcc,简单实用-prepared using the calculator small programs, compilers LCC is a simple, practical
- 2022-01-26 04:25:40下载
- 积分:1
-
通过RFID技术对车辆进行跟踪定位,定位信息通过GPRS传送到数据中心,后台程序完成对车辆的监控管理...
通过RFID技术对车辆进行跟踪定位,定位信息通过GPRS传送到数据中心,后台程序完成对车辆的监控管理-Adoption of RFID technology to track vehicle location, location information transmitted via GPRS to a data center, the background process is complete the monitoring and management of vehicles
- 2022-01-28 16:12:51下载
- 积分:1
-
一个可以实用的聊天程序,在vc下开发的,这是服务器,客户端详见下一个。...
一个可以实用的聊天程序,在vc下开发的,这是服务器,客户端详见下一个。-a practical chat program, vc under development, which is server, a client and down below.
- 2023-06-29 20:15:03下载
- 积分:1
-
简单的五子棋代码。可能很多地方不足,,,请见谅
简单的五子棋代码。可能很多地方不足,,,请见谅-Gobang simple code. May be inadequate in many places,,, please forgive me
- 2022-08-16 23:13:39下载
- 积分:1