登录
首页 » Python » SVM-CNN-master

SVM-CNN-master

于 2017-11-22 发布 文件大小:12518KB
0 377
下载积分: 1 下载次数: 55

代码说明:

  实现卷积神经网络与支持向量机的联合调试使用(Joint debugging and implementation of convolutional neural network and support vector machine)

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

发表评论

0 个回复

  • pv
    说明:  光伏电池仿真,光伏电池模型建立,最大功率跟踪控制,蓄电池充放电控制(Photovoltaic cell simulation, photovoltaic cell model, maximum power tracking control, battery charge and discharge control)
    2017-02-13 09:47:18下载
    积分:1
  • LQR
    单级倒立摆LQR控制仿真 最优控制理论主要通过对性能的优化寻找可以使目标极小的控制器(Inverted Pendulum Control Simulation of LQR optimal control theory, mainly through the optimization of the performance objectives can find a very small controller)
    2010-07-16 11:43:43下载
    积分:1
  • ammo
    说明:  A JavaScript 3D physics or game engine
    2019-04-10 21:33:20下载
    积分:1
  • 初学者学习c++的好帮手,重点明确,结构清晰。
    初学者学习c++的好帮手,重点明确,结构清晰。-Beginners to learn c++ Good helper, focused, clear structure.
    2022-08-18 05:51:21下载
    积分:1
  • ADO
    这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
    2013-08-18 10:30:52下载
    积分:1
  • python-2.6
    python软件下载,最新的python软件,好用,里面的内容协议都是最新的。(python software download, latest python software, easy to use, the contents of which are the latest agreement.)
    2021-05-13 21:30:02下载
    积分:1
  • 多元线性回归代码
    说明:  里面包含适用于Matlab 多元线性回归的代码(Code for Matlab Multiple Linear Regression)
    2021-02-06 14:11:20下载
    积分:1
  • PMSM_PI
    说明:  使用PI在matlab搭建的永磁同步电机模型,能够使转速稳定。(现代永磁同步电机控制原理及MATLAB仿真__袁雷编著)(The permanent magnet synchronous motor model built by PI in Matlab can make the speed stable.)
    2020-03-02 17:57:20下载
    积分:1
  • model of induction motor
    model of induction motor
    2023-07-24 09:25: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载