登录
首页 » Windows开发 » 本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握

本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握

于 2023-03-23 发布 文件大小:6.89 MB
0 191
下载积分: 2 下载次数: 1

代码说明:

本书主要介绍了运用Visual C++ 5.0或6.0的高级编程技巧,内容涉及MFC程序设计的最新概念,全书提供了大量VC的编程实例,旨在帮助读者较为全面地掌握VC编程知识、技巧和方法。全书分为三个部分和附录。第一部分介绍Windows编程的基础知识,第二部分讲解用户界面编程技巧,最后一部分涉及Windows内部进程的一些实例。本书思路清晰,实用性强,是计算机应用人员及大专院校师生不可多得的参考书。 -the book introduces the use of Visual C 5.0 or 6.0, the advanced programming skills, MFC procedures covering the latest design concepts, the book provides a lot of VC programming examples to help readers a more comprehensive grasp VC programming knowledge, skills and methods. The book is divided into three parts and appendices. The first part gives Windows programming knowledge base, the second part on the user interface programming skills, the last part of the internal processes involved in the Windows examples. This book has clear ideas, practical, computer applications officers and tertiary students rare reference books.

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

发表评论

0 个回复

  • C++中的高斯和高斯赛德尔实施
    这是执行高斯和高斯-赛德尔方法求解线性方程组。方法要求作为 (中的一个向量的向量形式) 的一个矩阵的线性方程组。他们两个返回结果向量。所有一切都是 double 类型。高斯方法是充分的高斯执行,不需要一个上三角矩阵 — — 它可以执行任何类型的矩阵上,仍将工作。
    2023-01-02 09:20:03下载
    积分:1
  • 游戏编程实例,注释不太详细,不过代码简单
    游戏编程实例,注释不太详细,不过代码简单-game programming examples, the Notes are less detailed, but a simple code
    2022-03-04 08:20:51下载
    积分:1
  • Windows程序设计第五版示例源码
    《Windows程序设计第五版》配套光盘源码,VS都可编译通过。
    2022-02-25 11:48:42下载
    积分:1
  • 一个ftp的vc源代码! 麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!...
    一个ftp的vc源代码! 麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!-an ftp vc source code! Sparrow Although small, but with all! If you want to become their own ftp from the start of this procedure!
    2022-11-21 09:20:03下载
    积分:1
  • vc实现的屏幕放大镜源代码,供学习vc的参考学习
    vc实现的屏幕放大镜源代码,供学习vc的参考学习-vc achieve screen magnifiers source for learning vc reference learning
    2022-03-20 07:56:40下载
    积分:1
  • 基与MFC的拼图游戏源码 实现功能,可自定义图块大小,个数与源图片,拼自己喜欢的图片,记时,记分 ChildView.h ImageBlock.h...
    基与MFC的拼图游戏源码 实现功能,可自定义图块大小,个数与源图片,拼自己喜欢的图片,记时,记分 ChildView.h ImageBlock.h 。 。 。 PatchManager.cpp PatchBoard.cpp Settingdlg.c-The base of the jigsaw puzzle with the MFC source code to achieve functionality, can be customized tiles size, the number of source images, to fight their favorite pictures, remember, the score
    2022-01-26 18:32:50下载
    积分:1
  • C language of a small database
    用C语言编写的一个小数据库-C language of a small database
    2022-03-19 17:21:24下载
    积分:1
  • 粒子群算法源代码
    基于粒子群算法的PID控制器优化设计,本程序主要研究基于粒子群算法控制系统PID参数优化设计方法以及对PID控制的改进。选择控制系统的目标函数,本控制系统选用时间乘以误差的绝对值,通过对控制系统的逐步仿真,对结果进行分析
    2022-11-28 03:05:03下载
    积分:1
  • 到中国的农历日历公历
    使用系统 ;使用 System.Drawing ;使用 System.Globalization ;使用 System.Windows.Forms ;命名空间 WinFormLunar 是{公共部分类 FormLunar: 窗体{# 区域私人只读字符串动物、 甘志 ;私人的 TextBox txtLunar ;私人的 DateTimePicker lunarPicker ;私人的 ChineseLunisolarCalendar lunarCalendar ;# Endregion 公共的 FormLunar){# 区域隐藏 () ;甘 ="B、 C、 D、 E 和 F 耿仁桂";芷 ="Zichou 毛贤陈寺吴申徐海";动物 = 大鼠牛虎兔子龙蛇马羊猴 Jigou 猪 ;Application.CurrentCulture = CultureInfo.GetCultureInfo ("zh-CN") ;/ / 中国地区。lunarCalendar = 新的 ChineseLunisolarCalendar () ;/ / 中国阴阳历。txtLunar = 新的文本框) ;txtLunar.Dock = DockStyle.Bottom ;txtLunar.ReadOnly = true ;/ / 只读模式。这。Controls.Add (txtLunar) ;lunarPicker = 新的 DateTimePicker () ;lunarPicker.Dock = DockStyle.Top ;lunarPicker.Format = DateTimePickerFormat.Custom ;/ / 自定义格式。lunarPicker.CustomFormat ="dddd yyyy "years" M "January "d "day" ;
    2022-02-13 07:36:19下载
    积分:1
  • S3C44B0X Watchdog Timer application, alarm output
    S3C44B0X WATCHDOG定时器的应用,报警输出-S3C44B0X Watchdog Timer application, alarm output
    2022-04-30 23:15:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载