搜索资源列表
exact_alm_rpca
- RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)-The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function i
partest
- This function calculate the performance, based on Bayes theorem, of a clinical test. The input is based on a 2x2 matrix (true positive, false positives false negative, true negatives). The Outputs are: - Prevalence of disease - Test Sensibility
realtime
- 实时曲线绘制程序实例,多用于工业监控。// 接口说明: // 设置网格间距 void SetGridResolutionX(int nGridReluX) // 设置网格间距 void SetGridResolutionY(int nGridReluY) // 设置网格滚动速度,正值为从左向右滚动,0不动 void SetGridScrollSpeedX(int nSpeedX) // 正值为从上到下滚动,0不动 void SetGridScrollS
partest
- This function calculate the performance, based on Bayes theorem, of a clinical test. The input is based on a 2x2 matrix (true positive, false positives false negative, true negatives).-This function calculate the performance, based on Bayes theorem,
HugeInteger
- 将整数的各个数位存储为一个长度为四十的字符数组中各个元素。能够进行四十位的整数的加减法-Create a class HugeInteger that uses a 40-element array of digits to store integers as large as 40 digits each (e.g. 8783 is stored as an array of {3,8,7,8,0,0,0,....} ), and use another boolean membe
zhengfanzhuankekong-de-bujindianji
- 基于单片机控制的电机正反转可控装置,单片机可以控制电机正传或者反转-Based on the motor of SCM control to positive inversion the the with a controllable device, will the microcontroller can control the the motor The True Story of or reversal
mofang
- 在生活中,条形码经常用来标志物品的信息。条形码是由黑白相间的条组成的。条的宽度有两种,我们可以认为窄的代表0,宽的代表1。本题中设定宽条的宽度是窄条的两倍。 楠神拥有很强的DIY精神,他决定做一个条形码识别工具。首先他完成了图像识别部分,得到了一系列条的宽度。他希望将这些宽度识别为一个01串。本来这是一个非常简单的任务,可是由于楠神在识别的时候会有误差,使得问题变得没那么简单了。不过楠神认为测量得到的结果最多比真实值大或小5 。请你帮忙完成这个识别程序。已知条形码中至少有一个是宽条,可
const_pointer_cast
- This file implements the Constant classes.Return true iff this constant is positive zero (floating point), negative zero (floating point), or a null value.
111
- 在生活中,条形码经常用来标志物品的信息。条形码是由黑白相间的条组成的。条的宽度有两种,我们可以认为窄的代表0,宽的代表1。本题中设定宽条的宽度是窄条的两倍。 现有一个条形码扫描工具,可以得到条形码每一条的宽度。你的任务是将这些宽度识别为一个01串。 本来这是一个非常简单的任务,可是由于在扫描的时候会有误差,使得问题变得没那么简单了。不过扫描工具得到的结果最多比真实值大或小5 。请你帮忙完成这个识别程序。已知条形码中至少有一个是宽条,可能没有窄条。 输入 输
confusion-matrix
- This code is designed for two or more classes instance confusion matrix formation and Calclating 1acuuracy 2.error 3.Sensitivity (Recall or True positive rate) 4.Specificity 5.Precision 6.FPR-False positive rate 7.F_score