-
eg3_IndependentProject_Timer_interrupt
DSP28335芯片中断服务模块案例程序(case codes about time interrupt of DSP28335)
- 2020-06-22 20:20:01下载
- 积分:1
-
用电管理系统
2仍然(2 still)
- 2020-11-26 16:49:33下载
- 积分:1
-
2303HX / 2303X开发工具,下载pl2303系列EEPROM。
该工具是pl2303hx/pl2303x的开发工具,用以下载pl2303系列产品中的eeprom.-pl2303hx/pl2303x development tools, to download pl2303 series of EEPROM.
- 2022-03-25 06:08:37下载
- 积分:1
-
ChJiang
说明: An HTML5 with Music Mobile Phone Shake a Special Effect Code
- 2019-05-15 10:49:12下载
- 积分:1
-
99005027
想实现MSN式的提示框吗?这段代码可以帮你 实现这些功能让你的程序更受欢迎(Want to implement a MSN prompt box?)
- 2017-08-17 15:12:48下载
- 积分:1
-
Cnmmm_Com20200五级分销版蝶影全网VIP影视APP源码
适用范围: 五级分销版蝶影全网VIP影视APP源码,安卓+苹果iOS双端+搭建教程
运行环境: php+mysql
源码详细: 2019最新发布美化版蝶影全网VIP影视APP源码,带五级分销,全新界面美化!附带安卓苹果双端APP,带完整数据,内包含搭建文字教程!最新修复若干bug! 本(Scope of Application: Five-level Distribution Edition Butterfly Film Network VIP Film and TV APP Source Code, Android + Apple iOS Dual-end + Building Tutorial
Running environment: PHP + MySQL
Source code details: the latest release of beautification version of butterfly film network VIP video APP source code, with five-level distribution, a new interface beautification! Include Android Apple double-ended APP, with complete data, including build text tutorials! Latest bug fixes! book)
- 2020-06-16 22:40:01下载
- 积分:1
-
test4
说明: 发射CW脉冲模拟主动声呐测距,假设声源目标间距离不变,不考虑频偏。(CW pulse is transmitted to simulate active sonar ranging, assuming that the distance between sound sources and targets is constant, and frequency offset is not considered.)
- 2020-04-02 09:38:49下载
- 积分:1
-
学生成绩管理c源代码 学生成绩管理c源代码
学生成绩管理c源代码 学生成绩管理c源代码-student performance management c source code management student achievement c sou rce code
- 2022-07-22 06:33:18下载
- 积分:1
-
HP203B
真正的气压传感器HP203B的驱动程序,其他都是骗人的,自己看(Real pressure sensor HP203B driver, the rest are deceptive, see for yourself)
- 2021-02-15 18:49:47下载
- 积分: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