资源列表

« 1 2 ... .72 .73 .74 .75 .76 27377.78 .79 .80 .81 .82 ... 28522 »

[人工智能/神经网络/遗传算法3-17

说明:字符串比较问题 问题分析:解答此题需要一个较为巧妙的解题思路。解决此题可以借用“最长公共子串”问题的解题思路。采用自底向上的动态规划思想。假设对于给定的字符串A,B长度分别为m,n,A[1..m],B[1..n],这里可以使用变量val[m][n]表示A,B的扩展距离。 对于字符串A[1..m],B[1..n],有以下两种情况: 1.A[m]和B[n]处在扩展字符串的同一个位置,那么val[m][n]=val[m-1][n-1]+abs(A[m]-B[n])。 2.A[m]和B[n]不在
<mazr > 在 2025-08-30 上传 | 大小:267kb | 下载:0

[数学计算/工程计算Fortran_Alog_2nd_XuShiLiang

说明:Fortran算法集徐士良版,数值模拟,矩阵运算、线性方程求解、非线性方程求解、插值、数值积分(Fortran algorithm set Xu tillian version, numerical simulation, calculation of matrix, linear equations, nonlinear equations, interpolation, numerical integration)
<廖刚 > 在 2025-08-30 上传 | 大小:6.19mb | 下载:0

[数值算法/人工智能深入浅出CUDA——很初步的CUDA指南

说明:深入浅出介绍了nvdai公司基于TX1开发板使用的cuda编程语言(A brief introduction to the CUDA Programming language used by nvdai company based on TX1 development board)
<pcsion > 在 2025-08-30 上传 | 大小:276kb | 下载:0

[matlab例程MATLAB6.0数学手册[1]

说明:常用数学函数,Matlab6.0,学习资料,速查手册(Common mathematical functions, Matlab6.0, learning materials, Handbook)
<廖刚 > 在 2025-08-30 上传 | 大小:1.99mb | 下载:0

[matlab例程案例22

说明:人脸朝向识别,可以实现5个不同方向的人脸朝向识别,内置注释。(Face face recognition, can achieve 5 different directions face face recognition, built-in annotation.)
<缘分缔造者 > 在 2025-08-30 上传 | 大小:3.59mb | 下载:0

[人工智能/神经网络/遗传算法神经网络与深度学习讲义

说明:邱锡鹏老师的神经网络讲义,对想进入深度学习领域的同学很有帮助(Qiu Xipeng's neural network lecture is very helpful for students who want to get into the field of deep study)
<pcsion > 在 2025-08-30 上传 | 大小:650kb | 下载:0

[数值算法/人工智能Ch03

说明:实现决策树的构建,在Python中使用matplotlib注解绘制(Implement the construction of the decision tree, used in Python, matplotlib annotation draw)
<简简jingjing > 在 2025-08-30 上传 | 大小:2kb | 下载:0

[人工智能/神经网络/遗传算法bayes

说明:基于贝叶斯理论的分类方法,过滤垃圾,从个人广告中获取区域倾向(Classification method based on Bayesian theory, Filter out rubbish, obtain the regional tendency from the personal advertisement)
<简简jingjing > 在 2025-08-30 上传 | 大小:2kb | 下载:0

[数值算法/人工智能logRegres

说明:基于logisitic回归和sigmoid函数的分类,基于最优化方法的最佳回归系数(Based on the classification of logisitic regression and sigmoid functions, the best regression coefficient based on the optimization method)
<简简jingjing > 在 2025-08-30 上传 | 大小:1kb | 下载:0

[数据结构常用算法Calculator

说明:利用stack开发的简单计算软件,能进行各种简单运算(The simple computing software developed by stack can carry out a variety of simple operations)
<天南 > 在 2025-08-30 上传 | 大小:914kb | 下载:0

[数学计算/工程计算主成分分析

说明:运用于主成分分析,可以运行,用于数学多元统计分析(principal component analysis)
<hhlovehzz > 在 2025-08-30 上传 | 大小:24kb | 下载:0

[STLSTL源码剖析

说明:stl源代码分析,源代码罗列完整,可完全理解实现stl各种容器。(stl source code analysis.deeply can write a simple container after reading this book)
<锦鳞碧 > 在 2025-08-30 上传 | 大小:16.71mb | 下载:0
« 1 2 ... .72 .73 .74 .75 .76 27377.78 .79 .80 .81 .82 ... 28522 »

源码中国 www.ymcn.org