登录
首页 » matlab » class 1

class 1

于 2019-05-30 发布 文件大小:6279KB
0 175
下载积分: 1 下载次数: 0

代码说明:

  rule discovery for cancer detection by particle swarm optimization in data mining

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

发表评论

0 个回复

  • COMP ELECTRONICOS
    Info about electronic components
    2020-06-24 09:20:01下载
    积分:1
  • C#设计一个没有标题栏的窗口
    C#设计一个没有标题栏的窗口,若要看到标题栏,点击一下“显示标题栏”即可看到,实际上本源码是将标题栏隐藏掉了,另外又重新显示了,实现了动态隐藏掉窗口的标题栏功能。
    2022-03-11 21:58:06下载
    积分:1
  • office2016激活工具
    Office2016激活工具,包括word2016、Excel2016和PowerPoint2016.等(Office2016 and word2016 and excel2016 or powerpoint2016)
    2020-06-24 10:00:02下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • zigbee与stm32通信例子
    zigbee基础讲解与实战stm32通信例子(ZigBee basic explanation and actual combat STM32 communication example)
    2021-04-23 10:18:48下载
    积分:1
  • 串口调试,绿色软件。不需要安装..易于使用调试器
    串口调试,绿色软件。无须安装即可使用.. 方便调试程序-Serial debugging, green software. Do not need to install .. easy to use debugger
    2022-01-26 08:25:59下载
    积分:1
  • 工作流联盟推出的最新数据交换标准
    工作流联盟推出的最新数据交换标准-work flow Union with the latest data exchange standards
    2022-03-21 07:28:46下载
    积分:1
  • 喷丸模拟
    说明:  喷丸强化有限元建模过程,是描述了整个喷丸过程用abaqus做的(Shot peening strengthening finite element modeling process is described by ABAQUS in the whole shot peening process.)
    2019-04-26 22:12:06下载
    积分:1
  • MyFBallDemo
    说明:  仿360悬浮球,可拖拽,可自动边缘隐藏。。。。。(Simulated 360 suspension ball)
    2020-05-08 13:59:01下载
    积分:1
  • cwt
    给定小波母函数,要求做连续小波变换,变换结果以图像形式给出(尺度-位移),说明并在图像上标出信号有哪几个成分。(For a given mother wavelet function, required to do continuous wavelet transform, transform results are given in the form of images (scale- displacement), indicating that the signal in the image on the marked which of several components.)
    2009-11-06 20:08:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载