-
c++文件翻转
Make your rcopy robust against all kinds of user or operation system errors. That means – check all
return values for operating system errors (mostly I/O errors) and command line arguments for user
errors.
Stick to our files and interfaces that we provide via SubVersion. You may add methods (e.g. for file
size or reversing the buffers content), but you are not allowed to change the signature of any method
specified by us.
- 2022-02-21 11:52:25下载
- 积分:1
-
此程序用提升法实现第二代小波变换,我用的是非整数阶小波变换...
此程序用提升法实现第二代小波变换,我用的是非整数阶小波变换-the procedure used to upgrade method is the second generation wavelet transform, I use a non-integer wavelet transform
- 2022-03-18 09:24:55下载
- 积分:1
-
LMS中的最小二乘算法,求解最小二乘问题
lms最小平方中位数算法,用来解决最小二乘问题-LMS median least squares algorithm, to solve least squares problem
- 2022-04-07 21:48:20下载
- 积分:1
-
polygon多边形的相交计算
可以计算多边形相交,开计算多边形相交算法,判断任意两个多边形是否存在交集,是否相交,可以在平面中实现,也可以在屏幕中使用,是很不错的哦。。
- 2022-05-15 11:25:25下载
- 积分:1
-
重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这...
重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这是把一个网站的一个链接目录完全下载,是收藏的精品-hit send, a website to explain the string matching algorithm, the algorithm of the demonstration. In this string matching algorithms are studied. Read this and the things that you are no longer guaranteed to find something else to see it. The classic classic. This site is a directory of links to a full download, is a collection of products
- 2023-02-18 09:45:03下载
- 积分:1
-
Softmax分类器进行遥感图像分类
资源描述利用Softmax实现对于IndianaPines遥感图像数据进行分类的代码和实验结果。在使用中用到了一个MinFun的函数库,需要将该库函数放置到.m所在文件夹即可运行。Softmax是Logestic分类器的推广,用于处理多分类问题,其基本思想是将一类和其他所有类划分开来,然后迭代进行,逐渐完成多分类问题。
- 2022-12-03 13:15:03下载
- 积分:1
-
关于全排列的C++实现
全排列算法采用分治递归的思想,举例来说就是,假设给出一串数字要求进行全排列,则先保持该数字串的第一位不动,其后的数字进行全排列,排列思想依旧,然后将该数字串的第一位和第二位置换,在进行全排列,以此类推,进行递归排列。
- 2023-08-11 10:40:03下载
- 积分:1
-
人工智能算法K
人工智能算法K-meadians算法java实现-Artificial intelligence algorithm K-meadians realize algorithm java
- 2022-09-15 14:30:03下载
- 积分:1
-
难题十五解决了使用明星C # Windows应用程序
著名的十五难题是用A*(A星)算法解决的。这是一个用C#(C Sharp)编程语言编写的windows应用程序。
- 2023-03-25 06:25:02下载
- 积分:1
-
monte carlo方法在各个方面中的小应用
monte carlo方法在各个方面中的小应用-monte carlo method in all aspects of small applications
- 2022-02-10 11:48:07下载
- 积分:1