搜索资源列表
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
TOSS
- 编写一个模拟硬币的applet.每次用户按下“Toss”按钮,程序投掷一个硬币。统计硬币各面出现的次数,并显示结果。程序应该调用不带任何参数的独立方法flip,如果是硬币正面,则方法返回“true” 如果硬币背面,则方法返回“false”.-Write a simulated coin applet. Each time the user presses the " Toss" button, the program throws a coin. Statistics coin
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
1
- The famous Collatz sequence is generated by a method decribed as follows. Given a positive integer N, if it is odd, then replace it with 3*N+1. For even number N, use N/2 instead. You can get a sequence of number by this method. It is conjectured tha
ReaserchOf2MWDFIGSystem
- 在2 MW 双馈风电变流器的开发过程中,电磁暂态仿真是验证控制策略和制定相关技术参数的重要手段。建立 了2 MW 双馈风力发电系统电磁暂态仿真模型,介绍了电压空间矢量脉宽调制(SVPWM)技术在PSCAD/EMTDC 的 实现方法,真实反映了变流器的动态开关过程和谐波特性。另对网侧变流器的软件锁相环(SPLL)进行了优化设计, 使之能快速、准确地跟踪电网基波正序电压,有助于改善网侧变流器在电网不对称故障期间的动态控制性能。-2 MW doubly-fed wind power con
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.
qywzym_v1.0
- 软件采用asp+access进行开发,前台所有显示在后台中都可以修改,不需要懂得代码一样可以用这套代码,你只需要把它上传到你买的空间中并邦定域名就可以访问了,后台功能没有删减哦,是一套真真正正的企业站源代码,功能无删减。 后台:域名/admin/index.asp 用户名:admin 密码:456123-Software using asp+access development, the front display in the background can be modified, d
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