-
sift_test
sift图像处理的一个测试的代码,他是用C++写的 用到了opencv中的一些函数(sift image processing as a test of the code, he wrote with C++ uses some of the opencv function)
- 2013-07-27 22:19:41下载
- 积分:1
-
将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。
程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成:...
将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。
程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成:
(1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。
(2)如果nk,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,
重复执行第一步。
(3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
-Will be a positive integer decomposition of the quality factor. For example: enter 90, print out 90 = 2* 3* 3* 5. Program analysis: the decomposition of n quality factor, should be to find a smallest prime number k, then complete the following steps: (1) If the prime number exactly equal to n, is illustrated in the process of decomposition of the quality factor has come to an end, you can print out . (2) If n
- 2022-08-16 12:56:27下载
- 积分:1
-
Mega48
我的HBS通讯程序范例,使用无极性通讯,压缩文件内有详细的说明。(my HBS communication procedures example, the use of limitless sexual communication, compressed paper a detailed explanation.)
- 2020-11-06 07:49:50下载
- 积分:1
-
xlstest_libxl
libxl提供不依赖与office的xls操作功能(libxl provide independent operation with the office of the xls function)
- 2011-06-21 16:04:04下载
- 积分:1
-
0.96OLED显示屏STM32F103C8T6_IIC
0.96寸oled屏幕点亮测试程序(0.96 inch OLED screen lighting test program)
- 2020-06-18 01:20:01下载
- 积分:1
-
opencv
用opencv播放视频并写入到硬盘,对初学者有很好的帮助(Play video using opencv and write to your hard drive)
- 2012-04-17 09:40:36下载
- 积分:1
-
HospitalManagement
hospital management system to record students info with billing info
- 2020-06-24 06:00:02下载
- 积分:1
-
HF-LPX30系列Wi-Fi模块用户手册V1.8.pdf
说明: HF-LPX30系列Wi-Fi模块用户手册(HF-LPX30 WiFi Module User Manual)
- 2020-06-25 10:00:01下载
- 积分:1
-
FIXED-POINT-METHOD
固定点法,定点技术迭代及求解算法,MATLAB实现,大家可以参考一下(Fixed point method, fixed technology and iterative algorithm, MATLAB implementation, we can refer to)
- 2015-01-26 10:16:54下载
- 积分:1
-
minisql
设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找(Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQL statements to achieve the table create/delete index create/delete table records, as well as insert/delete/find.)
- 2009-05-16 21:38:47下载
- 积分:1