资源列表

« 1 2 ... .04 .05 .06 .07 .08 28309.10 .11 .12 .13 .14 ... 28522 »

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

说明:读取csv或xlsx文件后对文本信息进行NLP情感分析并计算出情感的得分,越接近1越积极,越接近-1越消极(After reading the CSV or xlsx file, NLP sentiment analysis is performed on the text information and the score of sentiment is calculated. The closer to 1, the more positive, the more close to - 1,
<DengJJ> 在 2025-07-06 上传 | 大小:8kb | 下载:0

[数据结构常用算法迷宫问题

说明:用C++语言实现在迷宫中寻找出路。 核心算法伪代码: do{ 如果当前位置为出口: 当前位置进栈; return 1; while(尝试的方向小于4) { 尝试方向号码对应方向的格子; 如果这个格子是没走过的通路: 当前位置进栈; 将地图上的这个位置标记为走过的; 切换试探的方块为新的当前位置; 跳出这层循环; 否则: 方向号码增加1; } 如果当前位置的四周没有路了: 地图上的当前位置标记成走过的; 出栈; }while(栈不空或者还有方向没试探完);(Using C + + l
<F(zx)> 在 2025-07-06 上传 | 大小:16kb | 下载:0

[matlab例程lyapunov

说明:文件包括非线性方程数值计算时常用的lyapunov程序,以duffing方程为例,进行程序计算,可以稍微修改,计算其他方程。(The file includes the Lyapunov program commonly used in the numerical calculation of nonlinear equations. Taking Duffing equation as an example, the program can be modified slightly to ca
<弥侠> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[matlab例程SRR-Tensorbundle

说明:CST MATLAB 联合仿真超材料开口谐振环单元(CST matlab joint simulation of open resonance ring element of super material)
<v v> 在 2025-07-06 上传 | 大小:84kb | 下载:0

[matlab例程Vector Control of PMSM

说明:压缩包为永磁同步电机的矢量控制相关例程,相关研究者可借鉴(The compression package is a vector control routine of PMSM, which can be used for reference by related researchers)
<三五十年> 在 2025-07-06 上传 | 大小:176kb | 下载:0

[matlab例程TOPRBF

说明:基于MATLAB的连续体结构拓扑优化代码,可实际检验(A topology optimization code written in Matlab)
<万物可爱> 在 2025-07-06 上传 | 大小:1kb | 下载:0

[数值算法/人工智能nsga2

说明:多目标优化算法NSGA-II的python实现(Python implementation of NSGA-II)
<贰拾陆> 在 2025-07-06 上传 | 大小:5kb | 下载:0

[matlab例程Guassian_Fitting_Function_curve

说明:此matlab代码利用求解线性方程组的方法,实现了高斯二维曲面拟合(附数学原理PDF文档)(This matlab code use the method of solving linear equations to achieve gaussian two-dimensional surface fitting)
<枫0> 在 2025-07-06 上传 | 大小:443kb | 下载:0

[matlab例程单脉冲相位和差测角MATLAB

说明:运用于单脉冲体制下的雷达信号,通过计算和差进行测角(angle difference measurements under monopulse signals)
<红旗下的0> 在 2025-07-06 上传 | 大小:1kb | 下载:0

[matlab例程Matlab

说明:完成给定的两幅图像中差异之处寻找。显示出两幅图中哪里经过了篡改(Find the difference between the two images. Shows where the two images have been tampered with)
<IN-Xth> 在 2025-07-06 上传 | 大小:895kb | 下载:0

[matlab例程加权最小二乘支持向量机

说明:稳定、可运行,用于预测模型、拟合模型、插值模型、反演模型,线性回归
<13677746625> 在 2021-07-10 上传 | 大小:698byte | 下载:0

[matlab例程加权最小二乘支持向量机

说明:里面有详细的支持向量机、最小二乘支持向量机、加权最小二成支持向量机
<13677746625> 在 2021-07-10 上传 | 大小:440.51kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 28309.10 .11 .12 .13 .14 ... 28522 »

源码中国 www.ymcn.org