搜索资源列表
sort
- 各种排序算法的总结与比较 很有价值 弄懂每种排序方法的原理,初学者快来看看吧哈真的很不错哦-Various sorting algorithm of summary and comparison of great value to understand the principle of each sort method, beginners quickly and see it, is really very good
qt_MySQl
- 编译开发平台: qt5.2.1 功能: 1、登陆到MySQL,在界面中可以浏览在mysql某个表存储的图片, 2、向表中存入图片 3、对表中的图片进行排序, 4、删除图片, 5、截取屏幕的功能 6、从MySQL中下载图片 7、还可以截取实时屏幕并将图像灰度化(黑白),降低像素(降低网络传输的数据量)并在网络中传输到服务 器端(即client_pic端), 操作:附加功能->隐藏(此处设定有网络传输功能,如果不选取只有截取一张图 片的功能)->设
hill_sort
- 希尔排序有着特殊的优点,对于特定的数据,排序速度很快。本代码用c语言实现了算法功能。-Hill has a special sort of advantage, for specific data, sorted quickly. This code implements the algorithm using c language function.