搜索资源列表
Controls
- 代码分为:计算器1.0,实现10进制的基本计算,对 PI 处理并不是很好。基本上实现了计算器的功能。不同的算法。还有treeview,主要实现树形勾选的问题。代码比较简洁。
support_vector_machine
- C针对模式识别问题H描述了支持向量机的基本思想H着重讨论了OD=?PI最小二乘=?PI加权=?P 和直接 =?P 等新的支持向量机方法H用于降低训练时间和减少计算复杂性的海量样本数据训练算法分块法I分解法H提 高泛化能力的模型选择方法H以及逐一鉴别法I一一区分法IPD., 分类法I一次性求解等多类别分类方法@最后给 出了污水生化处理过程运行状态监控的多类别分类实例@作为结构风险最小化准则的具体实现H支持向量机具有 全局最优性和较好的泛化能力
piclassic
- 计算pi ** Pascal Sebah : September 1999 ** ** Subject: ** ** A very easy program to compute Pi with many digits. ** No optimisations, no tricks, just a basic program to learn how ** to compute in multiprecision.
CEdit_Caculator_Matlab
- 一个扩展的CEdit类,可以直接计算数学表达式,目前不支持变量,但可以支持pi、e等常数。具体请看里边的图片说明。-an expansion CEdit category, and can directly calculate mathematical expressions that do not support variable, but it can support pi, e, etc. constant. For details, please read the caption ins
Dialog
- 老师上课讲的一个计算圆周率的例子,是基于QT的简单对话框的实现。-A calculation of pi example the teacher talked about, is to achieve a simple dialog based on QT