登录
首页 » 界面开发 » 基于MFC单文档应用程序编程

基于MFC单文档应用程序编程

于 2022-03-22 发布 文件大小:1.84 MB
0 69
下载积分: 2 下载次数: 2

代码说明:

资源描述本代码比较适合初学者,刚接触C语言的童鞋比较是以查看代码进行了解学习。主讲的是MFC单文档编程,编的小程序,计算圆的周长和面积。供大家下载! 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一本图形编程的好书,摈弃了传统的GDI编程,适合初学者学习研究...
    一本图形编程的好书,摈弃了传统的GDI编程,适合初学者学习研究-A graphical programming books, get rid of the traditional GDI programming, suitable for beginners study
    2023-01-23 20:30:06下载
    积分:1
  • 打牌游戏类小程序,通过输入不同的牌子数,就会随机出牌的,可根据个人的爱好控制其牌的多少哦,可好玩的...
    打牌游戏类小程序,通过输入不同的牌子数,就会随机出牌的,可根据个人的爱好控制其发牌的多少哦,可好玩的-dominoes game category process, through the importation of several different brands, will be out randomly, under the personal control of their love of the number of licensing Oh, the fun.
    2023-01-24 08:45:03下载
    积分:1
  • same ug second development is an example, typical of those initial development u...
    同样是ug二次开发的例子,很典型,是那些初次开发ug 人学习的好例子-same ug second development is an example, typical of those initial development ug learn a good example Thank you
    2022-06-14 06:10:55下载
    积分:1
  • numerical algorithm data structure and implementation
    数据结构 数值算法与实现-队列解决农夫过河问题-numerical algorithm data structure and implementation-Queue solve farmers problems river
    2022-08-08 04:05:42下载
    积分:1
  • 类似windows excel 表格的图形控件
    类似windows excel 表格的图形控件,这是个demo,表明了各种不同特性的使用方式和实际效果;大家可以参考一下,还是不错的;
    2022-07-20 16:44:30下载
    积分:1
  • 基于c#的时钟
    资源描述本源程序是基于C#的时钟设计,能为初学者提供参考价值,为初学者提供基本的编写代码思路, namespace Clock { public partial class MainForm : Form { private PointF center; private float r; private Pen hourPen; private Pen minutePen; private Pen secondPen; private Thread timeThread; public MainForm() { InitializeComponent(); ShowInTaskbar = false;//不在任务栏中显示 SetStyle(ControlStyles.DoubleBuffer, true); SetStyle(ControlStyles.UserPaint,true); SetStyle(ControlStyles.AllPaintingInWmPaint,true); center = new PointF(ClientSize.Width/ 2.0f, ClientSize.Height/ 2.0f); r = Math.Min(ClientSize.Width / 2.0f, ClientSize.Height / 2.0f); hourPen = new Pen(Color.Black, 2.5f); minutePen = new Pen(Color.Black, 1.5f); secondPen = new Pen(Color.Black, 0.5f); timeThread=new Thread(new ThreadStart(DrawTime)); timeThread.Start(); } protected override void OnPaint(PaintEventArgs e) { Graphics g = e.Graphics; g.Clear(BackColor); //g.SmoothingMode =
    2022-01-26 05:22:52下载
    积分:1
  • This is a drawing program, we can draw graphics Tools menu, you can use the last...
    这是一个绘图程序,既可以用Tools菜单绘制图形,也可以用最后一行的工具条绘制。-This is a drawing program, we can draw graphics Tools menu, you can use the last line of the drawing toolbar.
    2022-12-03 00:10:03下载
    积分:1
  • Aero styled GUI with vb6
    Aero styled GUI with vb6
    2022-05-05 22:41:26下载
    积分:1
  • Visual C++课程设计案例精编
    Visual C++课程设计案例精编--画图1-Visual C cases intensive curriculum design series-- drawing a
    2022-12-24 07:10:03下载
    积分:1
  • 完美版-字模生成软件
    该软件功能介绍: 1.生成中英文数字混合的字符串的字模数据 2.可选自字体,大小,并且可独立调整文字的长和宽,生成任意形状的字符 3.各种旋转,翻转文字功能 4.支持阴码,阳码取模 5.支持纵向取模 6.输出数值可选16进制或10进制 7.动态液晶面板仿真 。。。其他功能详见内部文件说明
    2022-03-21 12:19:25下载
    积分:1
  • 696518资源总数
  • 104298会员总数
  • 46今日下载