登录
首页 » matlab » SRBCT

SRBCT

于 2021-02-18 发布 文件大小:563KB
0 211
下载积分: 1 下载次数: 14

代码说明:

  机器学习数据集,用于matlab,二分类数据集,Python可用库实现读取(srbct dataset used in machine learning, mat format)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 词法分析器 大家共享哈 呵呵
    词法分析器 大家共享哈 呵呵 /************************************/ /* 程序名称: 词法分析器*/ /* 程序用途: 编译原理实验(一) */ /* 编写日期: 2006年10月 */ /************************************/ -lexical analyzer share Kazakhstan Oh /************************************//* process Name : lexical analyzer*//* process uses : Compiling principle experiment (1)*//* prepare date : October 2006*//************************************/
    2022-03-20 21:35:32下载
    积分:1
  • BP神经网络预测算法MATLAB源程序
    BP神经网络预测算法MATLAB源程序,用于混沌时间序列预测。(BP neural network prediction algorithm MATLAB source code for chaotic time series prediction.)
    2017-11-16 19:06:01下载
    积分:1
  • 老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动,...
    老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动, -Mouse, the rat tunnel deep, very complex, like a maze, the map location of the light of the current smart mobile mouse,
    2022-02-13 17:07:10下载
    积分:1
  • Java自定义鼠标光标
    super("自定义光标"); //调用父类构造函数   int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组   Container container=getContentPane(); //得到容器   container.setLayout(new FlowLayout()); //设置容器布局管理器   for (int i=0;i   JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象    jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标    container.add(jta); //增加组件到容器上   }      Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象   Image image=toolkit.getImage("cursor.gif"); //得到图像   Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象   JTextArea jta=new JTextArea(3,6); //实例化文本框   jta.setCursor(customCursor); //设置文本框光标   container.add(jta); //增加组件   setSize(300,160); //设置窗口大小   setVisible(true); //窗口可视
    2022-03-06 15:35:47下载
    积分:1
  • Accelerator
    accelerator indicator
    2019-04-12 00:40:45下载
    积分:1
  • www
    石头剪刀布识别,利用matlab做的简单的手势识别。(Graphic / text recognition)
    2018-04-11 13:15:50下载
    积分:1
  • 231717190917390
    说明:  FRFT相关的各种MATLAB代码:分数阶傅里叶变换计算方面的文章,另附程序清单。(The zip contains articles on the calculation of fractional Fourier transform and a list of programs.)
    2019-11-26 18:55:01下载
    积分:1
  • Propeuurties
    说明:  c++Primer书籍电子版,让读者可以在电脑或者手机方便的阅读。(C++ Primer Book Electronic edition, so that readers can easily read on the computer or mobile phone.)
    2020-06-24 19:20:02下载
    积分:1
  • atmega16
    用AVR单片机atmega16控制lcd1602,可在屏幕上的任意位置显示英文和数字。(Control with AVR microcontroller atmega16 lcd1602, can be anywhere on the screen display in English and numbers.)
    2010-11-06 20:38:49下载
    积分:1
  • TSP_SA
    模拟退火算法实现旅行商问题,输入城市数目以及城市距离的邻接矩阵,程序输出最短回路序列以及对应的距离。(Simulated annealing algorithm realizes the traveling salesman problem, inputs the adjacency matrix of the number of cities and the distance between cities, and outputs the shortest loop sequence and the corresponding distance.)
    2018-11-28 20:07:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载