-
JAVA学生宿舍后台管理系统源码
JAVA学生宿舍后台管理系统源码
完整的一套代码,
可以作为毕业设计使用
欢迎下载试用
- 2022-01-25 19:19:15下载
- 积分:1
-
编程语言特别版
C++程序设计语言特别版-C Programming Language Special Edition
- 2022-01-27 19:57:47下载
- 积分:1
-
基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法
BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。
- 2023-06-14 06:35:04下载
- 积分:1
-
这是一个flash射击游戏,其中涉及了而鼠标跟随,事件触发,随机算等等知识。...
这是一个flash射击游戏,其中涉及了而鼠标跟随,事件触发,随机算等等知识。-This is a flash shooting game, which involves a mouse and follow the event trigger, random operator knowledge and so on.
- 2022-04-29 12:51:10下载
- 积分:1
-
string 类很强大得功能
string 类很强大得功能-a very powerful string-type functions
- 2022-03-24 11:15:50下载
- 积分:1
-
快速排序与交换排序算法比较
在Visual C++中建立一个单文档Windows应用程序,并实现下述功能:
运用随机函数自动生成一定规模的测试数据 (1...
快速排序与交换排序算法比较
在Visual C++中建立一个单文档Windows应用程序,并实现下述功能:
运用随机函数自动生成一定规模的测试数据 (10000个测试元素),并输出到文件中。
分别执行快速排序算法和交换排序算法对测试数据排序,并输出到不同的文件中。
使用较为精确的QueryPerformanceCounter和QueryPerformanceFrequency等函数记录算法耗时,精确到毫秒,以便更好地进行算法耗时比较。
分析两种不同算法,有针对性地设计与调整测试数据,进而通过比较算法耗时来得到更充分且更深刻的认识。
编写模块校验两种不同排序算法的输出结果正确且相同
-Quicksort sorting algorithm comparison and exchange
In the Visual C++ to create a single document Windows application, and to achieve the following functions:
The use of random function automatically generates a certain amount of test data (10000 test elements), and output to a file.
Respectively, and the exchange of the implementation of quick sort algorithm sorting algorithm to sort of test data, and output to a different file.
Using a more accurate record of QueryPerformanceCounter and QueryPerformanceFrequency algorithms such as time-consuming functions, accurate to the millisecond, in order to better carry out time-consuming compared algorithms.
Analysis of two d
- 2022-04-22 17:20:42下载
- 积分:1
-
一个简单算法,实现替换空格,希望大家可以多多交流,共同进步...
一个简单算法,实现替换空格,希望大家可以多多交流,共同进步-A simple algorithm to replace the space
- 2023-02-17 04:50:04下载
- 积分:1
-
一个ADPCM编码的例子
一个ADPCM编码的例子-An example of ADPCM encoding
- 2022-07-15 19:15:34下载
- 积分:1
-
在这个自由的视频文件confrense
this a free video confrense file-this is a free video confrense file
- 2022-02-02 05:49:02下载
- 积分:1
-
步进电机的c语言程序
步进电机的c语言程序-stepper motor c Language Program
- 2022-02-04 07:36:45下载
- 积分:1