-
ID3决策树matlab源码
这个是使用Matlab实现ID3决策树的源代码,注释的非常清楚。选择了三组数据。非常容易懂。
- 2022-03-07 11:10:10下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
用于求解环境污染物在地下水中迁移规律的解析解
用于求解环境污染物在地下水中迁移规律的解析解-for solving environmental pollutants in the groundwater migration laws of the analytic solution
- 2022-06-27 15:39:32下载
- 积分:1
-
一款电场线的教学软件可以自定义电荷多少,大小,位置等
一款电场线的教学软件可以自定义电荷多少,大小,位置等-new electric line of educational software can define the number of charge, size, location, etc.
- 2022-02-10 00:04:48下载
- 积分:1
-
c++链表模板类,实现所有链表的功能!
c++链表模板类,实现所有链表的功能!包括增删改查,反转、递归反转等功能。对数据结构初学者有极高的参考价值。且代码规范,命名规范,有很多注释帮助理解。
- 2022-08-16 10:11:43下载
- 积分:1
-
这是学校ACM程序设计大赛的题目,拿出来大家算是当练习
这是学校ACM程序设计大赛的题目,拿出来大家算是当练习-This is the School ACM Programming Contest topic out when everyone is practicing
- 2022-07-14 06:11:47下载
- 积分:1
-
小游戏贪吃蛇代码
设计出一个算法,贪吃蛇小游戏怎么做出来的,利用C++语言编写,代码简单,很容易看懂,function [p,ff] = oct3bank(noi);
pi = 3.14159265358979;
Fs = 500000; %1/(t(2)-t(1)); % Sampling Frequency
N = 3; % Order of analysis filters.
%f=[1.00 1.25 1.60 2.00 2.50 3.15 4.00 5.00 6.300 8.00]
ff=[20 25 31.5 40 50 63 80 100 125 160 200 250 315 400 500 630 800 1000 1250 1600 2000 2500 3150 4000 5000 6300 8000 10000 12500 16000]
%ff = ((2^(1/3)).^[0:19]); % Exact center freq.
p = zeros(1,30);
% Design filters and compute RMS powers in 1/3-oct. bands
- 2022-03-14 23:12:20下载
- 积分:1
-
kalman最优估计器
卡拉曼最优估计器算法吗,标量kalman最优估计器MATLAB实例参考《数字滤波与卡尔曼滤波》S.M.Bozic 1979实例编写,程序思路比较清晰,便于初学者理解kalman滤波的原理
- 2022-05-17 13:44:36下载
- 积分:1
-
Programmer en C sous Linux
- 2022-06-16 10:30:45下载
- 积分:1
-
多进制转换组件示例程序,此示例程序还实现了动态菲屏功能(每次启动程序都会看到不同的菲屏显示效果)等功能,运行多进制转换功能前,请先正确注册组件。...
多进制转换组件示例程序,此示例程序还实现了动态菲屏功能(每次启动程序都会看到不同的菲屏显示效果)等功能,运行多进制转换功能前,请先正确注册组件。
-Examples of M-ary conversion components procedures, procedures for this example Philippines also achieved a dynamic screen function (each time you start the procedure of the Philippines will see a different screen effects) and other functions, running M-ary conversion before the correct Registration Section pieces.
- 2023-02-04 18:25:02下载
- 积分:1