-
vcsharp.rar好
VCSHARP.rar ok
- 2023-08-10 01:25:03下载
- 积分:1
-
n皇后问题的求解,有具体的演示结果,并含有结果的个数
n皇后问题的求解,有具体的演示结果,并含有结果的个数-n queen problem solving, there are specific demonstration results, and contains the results of the number of
- 2022-01-24 13:49:59下载
- 积分:1
-
五子轮流翻 由VB 做的
五子轮流翻 由VB 做的-five-fold rotation so VB
- 2022-03-29 12:50:23下载
- 积分:1
-
vs c++ 开发
v3.0自画直线,矩形,园v2.8-2.9完成所有功能,包括全选,拖动等,参见文档HDraw2.9.docv2.7修正画布随滚动条滚动的Bug完善MouseMove的直线,矩形和椭圆识别v2.5增强版增加相应菜单把画图的Toolbar单独分离出来在画布上对单张图片操作v2.4完结版画布,ScrollView, CRectTracker,调色板,保存成位图加入中间层View的步骤1.创建MFC类CHDrawPView:CScrollView2.修改CHDrawApp的InitInstance方法,将CHDrawView改为CHDrawPView,并修改include加入CRectTracker的步骤1.增加成员变量CRectTracker m_tracker2.在CHDrawPView的构造函数中设置Tracker的大小3.在CHDrawPView的OnDraw中调用Tracker的Draw函数4.override CHDrawPView的SetCursor方法 GetCursorPos->ScreenToClient->SetCursor5.override CHDrawPView的LButtonDown方法 HitTest->Track将CHDrawView加入CHDrawPView的使用自定义消息防止ActiveView从画布跑到背景Viewv2.3增加Bitmap背景功能v2.2完成颜色和线宽功能v2.1增加文本图形类型,增加删除功能,增加打开保存功能v2.0完成所有基本功能
- 2022-01-26 00:54:46下载
- 积分:1
-
windows系统编程源代码
windows系统编程源代码-windows system program source codes.
- 2022-03-03 11:03:10下载
- 积分:1
-
数据结构中 有关于图的操作,采用visul c++ 6.0 ,界面显示校园地图,可以计算出两地间的最短距离。...
数据结构中 有关于图的操作,采用visul c++ 6.0 ,界面显示校园地图,可以计算出两地间的最短距离。-data structure on the operation plan, adopted visul c 6.0, the interface shows the campus map can be worked out between the two shortest distance.
- 2022-01-21 20:51:54下载
- 积分:1
-
ADO在向动态链接库文件
ADO在WINCE中的动态链接库文件-ADO pulled in the dynamic link library file
- 2022-02-02 15:13:55下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
这是一篇关于一种基于特征的GRID到TIN的转换算法的论文,结构完整。...
这是一篇关于一种基于特征的GRID到TIN的转换算法的论文,结构完整。-This is an article on the characteristics of a GRID-based conversion algorithm to TIN paper, the integrity of the structure.
- 2022-07-21 12:24:04下载
- 积分:1
-
组合框的自绘,用的是DC呀,想画什么都可以。现在是以画一条直线为例,其它的可以类推了!...
组合框的自绘,用的是DC呀,想画什么都可以。现在是以画一条直线为例,其它的可以类推了!-portfolio drawn from the box, using a DC ah, wanted to paint anything can be. Now is painting a straight line as an example, the other could analogy!
- 2022-02-10 06:04:13下载
- 积分:1