-
帆布java得出大便只是看着它
canvas java draws shits just look at it
- 2022-09-20 17:00:03下载
- 积分:1
-
实验2:LED闪烁
说明: 单片机编程,实现LED灯的闪烁(单片机运行程序),用于新手熟悉单片机。(SCM programming, the realization of LED lights flashing (SCM operating procedures), for novice familiar with SCM)
- 2019-03-27 14:11:44下载
- 积分:1
-
USB3202S
说明: 阿尔泰数据采集卡编程资料,四通道数据采集,usb接口(Altai data acquisition card programming data)
- 2020-04-10 13:55:25下载
- 积分:1
-
贪吃蛇
说明: 贪吃蛇游戏的Java文件,class文件和讲解,他能增长,吃食物,碰到石头会死亡。(The Code and Explanation of Snake Eating)
- 2020-06-21 11:20:02下载
- 积分:1
-
统计学习方法(李航)
统计学习是计算机及其应用领域的一门重要的学科本书全面系统地介绍了统计学习的主要方法,特别是监督学习方法,包括感知机、K近邻法、朴素贝叶斯法、决策树、逻辑斯谛回归、与最大熵模型、支持向量机、提升方法、EM算法、隐马尔可夫模型和条件随机场等。(Statistical learning is an important subject in the field of computer and application of this book comprehensively systematically introduces the main methods of statistical learning, especially the supervision method of study, including the perception, K neighbor method, naive bayesian method, decision tree, logistic regression, and the maximum entropy model, support vector machine (SVM), promotion methods, the EM algorithm, the hidden markov model and conditional random field, etc.)
- 2020-06-20 11:20:02下载
- 积分:1
-
本例是一个小程序,小球可根据直线运动,当到达屏幕边界时返回。...
本例是一个小程序,小球可根据直线运动,当到达屏幕边界时返回。-This example is a small program, small balls according to linear motion, when the reach the edge of the screen when you return.
- 2022-09-02 22:30:02下载
- 积分:1
-
Global_5e_Linear_Algebra_and_Its_Applications
说明: 全球线性代数及其应用,一本非常不错的线性代数书,对我学习线性代数起到了至关重要的作用(global linear and its applications)
- 2020-05-26 14:35:43下载
- 积分:1
-
gds_automation_script
2019版FDTD2GDS,最新版的到处GDS文件(2019 version FDTD 2 GDS)
- 2020-06-22 15:00:01下载
- 积分:1
-
isolationForest1.0.2
使用java语言实现的孤立森林算法(快速异常检测),可以完整运行(The isolated forest algorithm (fast anomaly detection) implemented in Java language can be fully run.)
- 2018-11-01 16:20:51下载
- 积分:1
-
VC++透明窗口效果的电子标尺源代码
VC++透明窗口效果的电子标尺源代码
屏幕测量类:
CMeasure : public CWnd测量基类
方法:
//创建透明窗口,做公共初始化
CreateMeasure(虚拟)
//以当前鼠标点为基准输出信息
virtual void CMeasure::ExportInfo(CString str, CDC *pDC, CPoint point)
//消息处理函数
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//按下左键时绘图,空
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
//移动鼠标时绘图,绘制十字定位线
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
CDC m_dcMem;保存临时背景供恢复用
CWnd* m_pWndParent;父窗口指针
int m_nScreenWidth;屏幕参数
int m_nScreenHeight;
CPen m_Pen;用于绘图的笔
COLORREF m_colorFont; 用于记录绘图时的元素颜色
COLORREF m_colorTag;
COLORREF m_colorLine;
CMeasureLine : public CMeasure测量两点直线的类
方法:
CreateMeasure(虚拟)
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
BOOL m_bSecond;是否是已点击一次
- 2022-03-01 01:45:04下载
- 积分:1