- 
                        MeanShift
                        
                          meanshift算法其实通过名字就可以看到该算法的核心,mean(均值),shift(偏移),简单的说,也就是有一个点 ,它的周围有很多个点  我们计算点  移动到每个点  所需要的偏移量之和,求平均,就得到平均偏移量,(该偏移量的方向是周围点分布密集的方向)该偏移量是包含大小和方向的。然后点  就往平均偏移量方向移动,再以此为新的起点不断迭代直到满足一定条件结束。上传的文件有数据,有代码,直接可以运行。                         
                            - 2022-02-13 23:54:50下载
- 积分:1
 
- 
                        用c和汇编实现矩阵相乘
                        
                          用c和汇编实现矩阵相乘-with c and compilation achieve matrix multiplication                         
                            - 2023-04-28 03:00:03下载
- 积分:1
 
- 
                        CsCallMatlab
                        
                          C#调用Matlab2008b的两个例子,如果没有安装Matlab2008b,至少要安装MCRInstall.exe v7.9(C# call Matlab2008b example, if not installed Matlab2008b, at least to install MCRInstall.exe v7.9)                         
                            - 2009-04-09 04:09:02下载
- 积分:1
 
- 
                        HammingWindow
                        
                          汉明窗代码,C代码,很有用的代码,我自己编写的,很好很强大!(Hamming window code, C code, very useful code, what I have written, very very powerful!)                         
                            - 2013-04-24 13:55:04下载
- 积分:1
 
- 
                        COPYFILE
                        
                          VC++ MFC文件拷贝显示进度条,选择需要复制的文件、选择需要复制到的路径,开始复制文件时即可显示进度条,进度条上显示有数字百分比,适时显示复制进度。(VC++ MFC file copy shows the progress bar, select files to be copied, the choice of paths need to be copied to the beginning, copying a file to display a progress bar, progress bar displayed on a digital display percentage, the replication schedule timely.)                         
                            - 2014-09-24 12:14:41下载
- 积分:1
 
- 
                        Pinjie
                        
                          图像拼接,用于合成全景图像,VC++开发环境,C++实现。(Image Stitching)                         
                            - 2012-11-21 12:13:40下载
- 积分:1
 
- 
                        MFCThread
                        
                          一个MFC的工程,使用线程的方法,创建线程,使用线程...(A MFC project, using threading methods, create a thread, use the thread ...
)                         
                            - 2012-04-22 11:35:20下载
- 积分:1
 
- 
                        chasy
                        
                          说明:  This is programm solved how many clock in day                         
                            - 2020-06-18 11:40:01下载
- 积分:1
 
- 
                        P3-315
                        
                          先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’
’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。
(Start with the keyboard input of a text file name (convention: the number of characters to ≤ 127 bytes, and can contain the path) and a string (convention: the number of characters ≤ 20 bytes, which contain spaces, TAB, followed by call Str), the contents of the file is displayed on the screen. Requests display content on the screen the number of rows of the output file (the line between '  n'  separated, each line has a variable length but ≤ 200 bytes) string Str file a (find the line number and the last line number is not case-sensitive, cross-bank does not find, If you do not find the line number is displayed as-1).)                         
                            - 2012-06-30 12:33:52下载
- 积分:1
 
- 
                        GPS定位实现
                        
                          该源码主要实现了对GPS定位的解析,包括对GPS模块输出参数的设置,输出信息的筛选,一般GPS可以输出6条定位信息,但是并不是所有的都需要用到,因此在初始化时设置GPS输出其中的某一条信息,输出的信息是ascii格式的,计算经度纬度时需要转换为浮点型的数据格式。                         
                            - 2023-03-27 14:35:03下载
- 积分:1