登录
首页 » matlab » acc.m

acc.m

于 2019-05-30 发布
0 181
下载积分: 1 下载次数: 15

代码说明:

说明:  计算图像各种分割性能指标,最终结果保存在data里,有精确度、精准度、召回率、F1-score等指标。(The final results are stored in data, including accuracy, accuracy, recall rate, F1-score and so on.)

文件列表:

acc.m, 3661 , 2019-05-29
__MACOSX, 0 , 2019-05-30
__MACOSX\._acc.m, 120 , 2019-05-29

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

发表评论

0 个回复

  • 黑页代码大全(新手)
    自己体验,黑网站专用的几个界面代码!!!!!…!!!(Experience by oneself)
    2020-06-20 13:00:01下载
    积分:1
  • vc++6.0 开发的驱动短信猫代码,可进行二次开发。
    vc++6.0 开发的驱动短信猫代码,可进行二次开发。
    2023-08-20 19:00:03下载
    积分: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
  • BPwu
    可以对信号得出的声品质客观参量进行满意度训练与预测(The objective parameters of sound quality can be trained and predicted by the signal)
    2017-07-04 20:58:26下载
    积分:1
  • SAPIDES4.71安装录像,照着操作一定能成功.
    SAPIDES4.71安装录像,照着操作一定能成功.-SAPIDES4.71 installation video, follow the operation will succeed.
    2022-02-12 03:13:21下载
    积分:1
  • OOK
    说明:  通过Matlab,进行OOK系统的仿真实现。(Through MATLAB, the simulation of ook system is realized.)
    2020-05-21 17:15:04下载
    积分:1
  • ProSAFE_Plus_Utility 2.7.7
    说明:  Netgear ProSafe plus utility v2.7.7
    2020-01-28 03:10:35下载
    积分:1
  • netwo
    牛顿插值计算 牛顿插值计算 牛顿插值计算 牛顿插值计算 牛顿插值计算 -netwo
    2022-03-02 02:57:01下载
    积分:1
  • f149ADC12
    msp430f149的ADC12模数转换程序,可实现ad转换和液晶、数码管的显示,是iar的工程文件,可直接使用(msp430f149 s adc12 analog-to-digital conversion )
    2012-05-11 19:24:50下载
    积分:1
  • 本实验完成发光二极管的循环点亮实验,由于输入晶振为20M,分频得到count1信号,故每间隔约1S彩灯循环移位一次。 也可以外接32768hz的晶振经406...
    本实验完成发光二极管的循环点亮实验,由于输入晶振为20M,分频得到count1信号,故每间隔约1S彩灯循环移位一次。 也可以外接32768hz的晶振经4060分频后的1HZclk输入,自己可以尝试改变实验,加以练习。 现象:可以看到流水灯-In this experiment completed the cycle of light-emitting diode light experiments, as a result of the importation of crystal for the 20M, sub-frequency signal received count1, so each interval of about 1S Lantern a cyclic shift. Can also be the external 32768Hz crystal oscillator frequency by 4060 after 1HZclk input, they can try to change the experiment, to practice. Phenomenon: we can see water lights
    2022-01-25 19:28:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载