-
基于BP的神经网络变量筛选研究
资源描述本程序结合BP神经网络应用平均影响值方法来说明如何使用神经网络来筛选变量,找到对其交过有较大影响的输入项,继而实现使用神经网络进行变量筛选。
- 2022-10-31 22:20:02下载
- 积分:1
-
Delphi使用AES算法加密源码下载
整合网上下载到的资源(ElAES.pas,AES.pas),在Delphi7下编译后,测试能用
- 2023-07-07 06:10:03下载
- 积分:1
-
蒙特卡洛方法求PI
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
using System.Threading;
namespace WinRandomPI
{
public partial class GetPIValue : Form
- 2022-03-13 01:46:26下载
- 积分:1
-
计算机模拟中的数值算法,对于牛顿运动方程
计算机模拟中的数值算法,对于牛顿运动方程-Summary on Some Numerical Methods for Newton’s Equation of Motion
- 2023-03-15 20:55:03下载
- 积分:1
-
有理式拟合和pade近似的Matlab实现
应用背景将函数f(x)近似的表达为:
叫作函数的pade近似,Matlab中没有直接提供相关函数,
关键技术但是我们可以根据原理,比较容易的写出Matlab代码:
比如需要将f(x)=exp(-2*x)展开成有理多项式,进行pade近似,根据下面提供的padefcn()函数,我们可以轻松的实现
- 2022-05-31 19:48:06下载
- 积分:1
-
介绍算法的书籍,比较详细介绍了相关算法的一些基本知识和事项过程。...
介绍算法的书籍,比较详细介绍了相关算法的一些基本知识和事项过程。-algorithm introduced the books, more detailed correlation algorithm introduced some basic knowledge of the process and issues.
- 2023-06-12 16:15:06下载
- 积分:1
-
c#实现A*算法
采用C#软件,在vs平台上,实现8数码的演示。可以实现自动和手动的功能,功能基本和浙江工业大学的人工智能软件类似。
- 2022-03-04 05:48:57下载
- 积分:1
-
在一个圆圈周围的操场上的操场放置氮堆。石头是有…
在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。
编程任务:对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。-Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pile. Provisions can only choose 2 adjacent stones piled into a heap of new and new pile of stones a few in mind for its combined score. Try to design an algorithm to calculate the n heap into a pile of stones the minimum scores and maximum scores. Programming tasks: for a given n stack stone, into a pile of programming the calculation of the minimum scores and maximum scores.
- 2022-03-18 23:23:02下载
- 积分:1
-
在与divide_and_conquer nxm矩阵二进制搜索算法!
Binary Search in nxm matrix, with divide_and_conquer algorithm!
The matrix has sortex in row and column. (young tableau)
- 2022-02-14 23:00:49下载
- 积分:1
-
基于超市的商品管理系统
本代码采用c语言编写,通俗易懂,特别适合初学者的参阅。对其编程有一定的指导作用。语言通俗易懂,能帮助初学者更好的掌握c语言的知识。
- 2022-04-18 04:06:28下载
- 积分:1