-
用C++语言编写的神经网络编程,以及注释
神经网络编程, 用c语言写的, 还有注释-Neural network programming, using c language, as well as the Notes
- 2023-07-11 20:10:02下载
- 积分:1
-
对 图像 进行垂直镜像 处理 的源代码
对 图像 进行垂直镜像 处理 的源代码-right vertical mirror images of the source code
- 2022-02-15 06:12:18下载
- 积分:1
-
hough变换算法的实现。欢迎大家一起交流。本人水平不够,望大家包涵。...
hough变换算法的实现。欢迎大家一起交流。本人水平不够,望大家包涵。-hough transform algorithm. Welcome the exchange of everyone together. I level enough, hope everyone covered.
- 2022-04-19 19:56:44下载
- 积分:1
-
用LSB的方法,实现了信息的隐藏和提取。
用LSB的方法,实现了信息的隐藏和提取。-LSB method used to achieve information hiding and extraction.
- 2022-04-30 09:32:39下载
- 积分:1
-
Matlab digital image processing digital image processing Matlab Matlab digital i...
matlab数字图象处理 -Matlab digital image processing digital image processing Matlab Matlab digital image processing
- 2022-07-08 17:09:58下载
- 积分:1
-
这是国际上首次采用GPU来实现立体视觉匹配的应用,此后GPU的应用才开始变的广泛起来,很值得从事GPU编程和开发者阅读,里面实现的很精简,读懂要花点功夫哦。...
这是国际上首次采用GPU来实现立体视觉匹配的应用,此后GPU的应用才开始变的广泛起来,很值得从事GPU编程和开发者阅读,里面实现的很精简,读懂要花点功夫哦。-This is used for the first time the international community to achieve GPU matching stereo vision applications, since the application of GPU began to become widespread, and is worth engaging in GPU programming and developers to read and realize it
- 2022-08-09 18:36:35下载
- 积分:1
-
2D图象处理程序,类似FRACTAL STUDIO功能不用说了非常强大,这是源代码...
2D图象处理程序,类似FRACTAL STUDIO功能不用说了非常强大,这是源代码-2D image processing procedures, similar FRACTAL STUDIO features a very powerful Needless to say, this is the source code
- 2023-06-05 19:40:04下载
- 积分:1
-
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f...
分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4 - 9中给出了快速排序的伪代码,,Delphi
赫夫曼编码.rar.rar - 用delhi做的程序实现了哈夫曼编码,做的还不错。,,Delphi
-divide and rule method can be used to achieve an entirely different sort of way This sorting called Quick Sort (quick sort). In this approach, n elements is divided into three (group) : Left of the l e f t, Right of g h i r t and middle m i d e d l. Middle contains only one element. Left of the elements are less than equal to the middle element of the right elements are larger than the middle element. So l and f t e r t h i g of elemental independent sort, and no need to l and f t e r t h i g ranking results merger. M i d e d l The element known as Fulcrum (p i v o t). Figure 1 4-9 is given a quick sort of pseudo-code. Delphi Hefuman coding. rar.rar- delhi do wi
- 2022-09-04 18:25:03下载
- 积分:1
-
这是一个人脸识别系统,其中详细的给出了人脸识别软件的开发过程,应用MATLAB编程实现,是一个不可多得的好软件。...
这是一个人脸识别系统,其中详细的给出了人脸识别软件的开发过程,应用MATLAB编程实现,是一个不可多得的好软件。-This is a face recognition system, which gives a detailed Face Recognition software development process. MATLAB programming is a very good software.
- 2023-05-20 02:10:03下载
- 积分:1
-
人脸识别的源程序,思想很简单,就是利用AHJ方法,具体如何实现可参考程序中的注释...
人脸识别的源程序,思想很简单,就是利用AHJ方法,具体如何实现可参考程序中的注释-Face Recognition of the source, the thinking is very simple, it is using the AHJ, how to achieve specific reference to the procedures Notes
- 2022-05-27 05:01:26下载
- 积分:1