-
C++拖拽绘图
MFC实现对自定义绘图的拖拽处理,单文档客户区进行绘图。图形的拖拽处理主要集中在以下三个函数:void OnLButtonDown(UINT nFlags, CPoint point);void OnMouseMove(UINT nFlags, CPoint point);void OnLButtonUp(UINT nFlags, CPoint point);
- 2022-07-10 08:51:22下载
- 积分:1
-
this small program written in good, but after I downloaded did not compile succe...
这个小程序写的不错,但我下载后没编译成功,大家看看!-this small program written in good, but after I downloaded did not compile successfully, we see!
- 2022-09-21 12:45:03下载
- 积分:1
-
有源电力滤波器代码 28335
DSP28335 程序有源电力滤波器后测试
realllly 很好的 DSP28335 程序
使用 dp0 方法
希望大家喜欢它
- 2022-01-25 15:08:13下载
- 积分:1
-
微信端城市联动
资源描述适用于微信开发手机端页面开发,需在php环境下运行,兼容性已测试,无任何问题,直接调取js城市数据,减少对数据库的访问压力。想学习的人可以做为参考。
- 2022-10-18 17:15:03下载
- 积分:1
-
Wince下的万年历小软件,有源码。显示阴历和阳历
Wince下的万年历小软件,有源码。显示阴历和阳历-the hefty almanac small software and source code. The lunar calendar and the solar calendar shows
- 2022-03-21 17:49:28下载
- 积分:1
-
When you run a plain vanilla WTL wizard generated MDI application (WTL 3.1 and 7...
When you run a plain vanilla WTL wizard generated MDI application (WTL 3.1 and 7.0), you might have noticed that when you maximize an MDI child, then create a new MDI child, the children all go back to their "restored" state. What you d typically expect as a user is that the new child would be in the "maximized" state just like the last active child had been.
- 2023-03-26 06:30:03下载
- 积分:1
-
无边框的窗体,并可以拖动和最大最小化.
无边框的窗体,并可以拖动和最大最小化.-no frame of the window, and can drag and the largest minimum.
- 2022-01-26 16:02:38下载
- 积分:1
-
vdcsdfs
;主程序:
LOOP: SETB P10 ;(1)
LCALL DELAY ;(2)
CLR P10 ;(3)
LCALL DELAY ;(4)
AJMP LOOP ;(5)
;以下子程序
DELAY: MOV R7,#250 ;(6)
D1: MOV R6,#250 ;(7)
D2: DJNZ R6,D2 ;(8)
DJNZ R7,D1 ;(9)
RET ;(10)
END ;(11)
-vdcsdfs
- 2022-05-19 09:56:06下载
- 积分:1
-
matlab codes for GUI
这个MATLAB代码显示了使用MATLAB编程方法的图形接口技术学习系统的基本设计的GUI MATLAB代码
- 2022-02-10 16:58:48下载
- 积分:1
-
计算器VB
这是一个简单的计算器程序,使用 VB。它就像你普通的科学计算器。它包含两个文本框一个方程,另一个用于为结果。它还包含内存按钮并打开和关闭按钮。
- 2022-02-07 17:28:09下载
- 积分:1