-
从常用的红外传输的红外通信报告…
上传一份关于红外通信 常用的红外发射和接收头的引脚判断-From a report on the infrared communication commonly used in infrared transmitting and receiving a pin-head to determine
- 2022-12-22 02:05:03下载
- 积分:1
-
安富莱_STM32-V4开发板_μCOS-III教程(V0.1a)
目前关于ucosIII教程比较少,此教程比较详细的列出了UCOS开发过程,开发手册必备,(At present, there are relatively few ucosIII tutorials. This tutorial gives a detailed list of the UCOS development process.)
- 2018-05-08 16:46:52下载
- 积分:1
-
最佳适应算法 信安 陆华锋 20022638
最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。(best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.)
- 2005-07-04 08:18:40下载
- 积分: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
-
excel类似邮件合并
excel类似邮件合并
- 2019-08-17下载
- 积分:1
-
VB Windows注册表、提示框、获取目录等相关技巧
VB一些与Windows操作系统相关的小技巧集源码,比如删除注册表、删除快捷方式、列出环境变量、建立网络驱动器连接、建立快捷方式、定时关闭提示框、同步和异步执行程序、获得特殊目录。删除相应的键,在删除时,应先删除值,再删除项,否则就会出错,此错误发生在windows script host。
将网络上的主机Server1的共享驱动器Share_d映射为本机的H盘
对于调用外部程序。而且还要暂停VB程序的执行,等待外部程序执行完毕后,在继续执行VB程序,执行Windows下的记事本程序并使当前程序等待直到记事本程序关闭再执行下面的语句,如果不需要等待,将Run语句中的第三个参数从True改为False就可以了。
增加注册表键值:iw1.regWrite "注册表完整路径键值名",键值,"键值类型" ,用RegWrite语句可以建立和修改一个项或者值,如果第一个参数字符串最后有一个“”符号的话就是操作一个项,否则就是操作一个值。注:regWrite方法的键值类型常用的有:REG_BINARY(新建或写入二进制值)、REG_DWORD(新建或写入DWORD值)、REG_SZ(新建或写入字符串值)
- 2022-02-05 14:57:38下载
- 积分:1
-
cross_ambiguity_function
对信号的相关估计,主要使用互相关模糊函数的matlab程序。(cross_ambiguity_function)
- 2020-12-30 14:29:01下载
- 积分:1
-
nokia-ui.jar
J2ME游戏开发Nokia com.ui包,是本人找了很长时间才找到的,使用时,放在项目的lib目录下就行,在WTK里就能编译成功。(j2me nokia com.ui package.)
- 2012-09-24 12:21:46下载
- 积分:1
-
Radar_imaging_sar(RMA,RD,CS,FS)
雷达成像中的sar成像,包括RAM,RD,CS,FS等算法(SAR imaging in radar imaging, including RAM, RD, CS, FS and other algorithms)
- 2021-04-19 23:58:51下载
- 积分:1
-
MHDD29
这是一个磁盘检测工具,他的功能强大到无法用语言来形容。(This is a disk detection tool, which is powerful enough to be described in words.)
- 2020-06-20 14:40:01下载
- 积分:1