-
Naive Bayes
Perhitungan Naive Bayes dengan excel
- 2018-01-30 17:01:23下载
- 积分:1
-
fengji2
风力发电模型,此模型较简单,可以模拟风机的功率输出,可以应用于微电网等分布式能源。(Wind power generation model, which is simple and can simulate the power output of wind turbine, can be applied to distributed energy sources such as micro-grid.)
- 2019-01-23 22:55:48下载
- 积分:1
-
VC++ 6.0简单屏幕画笔源代码
VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:
void CMyWnd::OnRed()//选中绿色
{
ColorX=255;
ColorY=0;
ColorZ=0;
}
void CMyWnd::OnYellow()//选中黄色
{
ColorX=255;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnGreen() //选中绿色
{
ColorX=0;
ColorY=255;
ColorZ=0;
}
void CMyWnd::OnBlue() //选中蓝色
{
ColorX=0;
ColorY=0;
ColorZ=255;
}
void CMyWnd::OnAdd() //增加画笔大小
{
ADxy+=1;
}
void CMyWnd::OnDec() //增加画笔大小
{
if (ADxy!=1)
ADxy-=1;
}
void CMyWnd::OnAbout() //增加画笔大小
{
//AfxMessageBox("你好");
//显示关于对话框
CLjxDlg dlg;
int xxx=dlg.DoModal();
}
- 2022-11-18 14:20:03下载
- 积分:1
-
onvif_client
说明: Linux 下 Onvif 客户端,获取RTSP URL(Linux Platform Onvif)
- 2020-10-31 21:49:55下载
- 积分:1
-
160128LCD
160128 LCD显示图像 带c程序和proteus实例( use160128 to display image with C and have proteus example)
- 2020-11-08 09:39:47下载
- 积分:1
-
王向阳板球系统国赛代码
说明: 2017年电子设计大赛中的电赛板球系统的程序(The Procedure of Cricket System in Electric Matches)
- 2020-06-20 23:20:01下载
- 积分:1
-
代理模式01
说明: Facade design pattern implementation
- 2020-06-24 09:20:01下载
- 积分:1
-
PWM整流器
说明: PWM整流器的PLECS,可以正常运行,直流侧电压给定800V(The PLECS of PWM rectifier can operate normally)
- 2020-10-13 10:21:05下载
- 积分:1
-
apdu4j-master
GlobalPlatform 核心功能 jar包(GlobalPlatform core jar package)
- 2019-07-10 19:16:47下载
- 积分:1
-
with FEKO simulation Yagi antenna, learning FEKO friends can familiarize ourselv...
用FEKO仿真的八木天线,学习FEKO的朋友可以熟悉一下-with FEKO simulation Yagi antenna, learning FEKO friends can familiarize ourselves
- 2023-02-12 05:10:04下载
- 积分:1