-
frmDiscount.Designer
数据结构与基础,约瑟夫环的基本代码,C#语句(Data Structure and Foundation, Basic Code of Joseph Ring, C# Statement)
- 2020-06-25 07:00:02下载
- 积分:1
-
IIR
利用dsp builder设计的IIR滤波器,已经验证完全可以使用,只需要把其中系数改变。内含VHDL代码(Design IIR filters by dsp builder have been verified , just change the coffetions including VHDL code.)
- 2020-12-02 19:59:26下载
- 积分:1
-
滤波器设计
说明: 利用Matlab实现滤波器设计,其中包括GUI界面以及源代码(Matlab is used to realize the filter design, including GUI interface and source code)
- 2020-10-30 20:23:20下载
- 积分:1
-
教鞭驱动程序的发送端、接收端、双机串口通信仿真
教鞭驱动程序的发送端、接收端、双机串口通信仿真-Pointer to send the driver side, the receiving end, dual serial communication simulation machine
- 2023-06-05 11:40:03下载
- 积分:1
-
C++将Txt文件转换为Dat文件代码实例
VC++将Txt文件转换为Dat文件代码实例,在窗口中点击对应按钮打开TXT文件,点击“转换为dat”文件,即可实现TXT文件的转换。Dat是一种数据库格式的文件,使用也挺广泛的。
- 2023-06-23 21:20:03下载
- 积分:1
-
MATLAB智能算法30个案例分析代码CODES
说明: 此文件为数学建模比赛常用30个算法的matlab配套实现例程(This file is the matlab implementation routine of 30 algorithms commonly used in mathematical modeling competition)
- 2020-02-09 18:54:43下载
- 积分: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
-
免数据库文字游戏
说明: 一款文字游戏源码 提供大家学习 希望大家可以更好的体验(A word game source code for everyone to learn thank you for your support)
- 2020-09-11 16:08:01下载
- 积分:1
-
spacegame
it is the new game for windows is very spesial
- 2017-11-02 18:37:13下载
- 积分:1
-
2D游戏。飞机打星星,我自己做的,不太好。请通道的兄弟多多指教哈!在着谢谢了。...
2D游戏。飞机打星星,我自己做的,不太好。请通道的兄弟多多指教哈!在着谢谢了。-2D game. The aircraft hit the stars, I do not very good. Please access the exhibitions and Kazakhstan
- 2022-01-21 01:16:48下载
- 积分:1