-
模式匹配替换
通过模式匹配寻找一个字符串的所有符合匹配的字串,然后用指定任意形式的字符长短替换
- 2022-07-06 18:00:51下载
- 积分:1
-
层次分析法 matlab实现
层次分析法(AnalyticHierarchy Process,简称AHP)是对一些较为复杂、较为模糊的问题作出决策的简易方法,它特别适用于那些难于完全定量分析的问题。它是美国运筹学家T. L. Saaty 教授于70年代初期提出的一种简便、灵活而又实用的多准则决策方法, 程序能够运行出正确的结果,希望对各位有帮助。
- 2022-04-01 16:26:43下载
- 积分:1
-
unix环境下计算符合常用概率分布的随机变量的集合
unix环境下计算符合常用概率分布的随机变量的集合-unix environment commonly used terms with the probability distribution of random variables pool
- 2023-04-02 06:40:04下载
- 积分:1
-
图像特征点提取
图像特征点提取,对于学习图像处理非常有帮助。用于初学者学习还是不错的!
- 2022-01-31 21:27:43下载
- 积分:1
-
这是常用的数字,很有用的啊,建议大家学习
这个是常用的数字计算,非常有用的啊,建议大家学习学习-This is commonly used figures, ah very useful, it is recommended everyone learn
- 2023-05-12 15:45:03下载
- 积分:1
-
快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用
快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the
multiplication number of times are least, may insert the encoder and
the decoding use
- 2022-08-19 10:04:59下载
- 积分:1
-
把秒生成时间格式
把秒生成时间格式-put seconds generation time format
- 2022-02-02 16:46:25下载
- 积分:1
-
Java经典算法练习题初学java
Java最经典的算法题,初学者必懂。好好学,好好练,这就是学习的最终的秘诀 我本身是个菜鸟 初学者 希望大街给予批评指正 多多上传资料 供我们参考 谢谢大神们啦
- 2022-07-27 12:17:19下载
- 积分:1
-
CKNN 用于多示例学习
CKNN Using the Citation KNN algorithm[1] to get the labels for bags in testBags, where minmum Hausdorff distance is used to measure the distances between bags
% CKNN takes,
% PBags - an Mx1 cell array where the jth instance of ith positive bag is stored in PBags{i}(j,:)
% NBags - an Nx1 cell array where the jth instance of ith negative bag is stored in NBags{i}(j,:)
% testBags - a Kx1 cell array where the jth instance of ith test bag is stored in testBags{i}(j,:)
% Refs - the number of referecnes for each test bag
% Citers - the number of citers for each test bag
% &n
- 2022-03-01 19:43:00下载
- 积分:1
-
遗传算法
应用背景用于智能计算,分析调度等。最典型的就是解决tsp问题和背包问题。算法已经很成熟了,请大家放心使用,此代码只用于学习,不能用于商业用途,如果要用于商业用途请于作者联系。谢谢使用。关键技术
遗传算法模拟生物进化论来实现算法的优化。如,算法要随机的产生种群,然后种群就会像生物一样繁衍,它要进行遗传,自然选择,基因突变等方式产生更优秀的下一代种群。为了防止算法陷入局部最优解,所以算法要进行变异操作。详情可以联系我。希望大家可以多多交流。
- 2023-03-17 00:10:04下载
- 积分:1