-
Collections
it is about collection of MFC.I think it s helpful for research
- 2010-04-01 15:58:34下载
- 积分:1
-
高质量C++/C编程指南
说明: 软件质量是被大多数程序员挂在嘴上而不是放在心上的东西!
除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的C++/C程序怎么会有那么多的毛病?”
别难过,作者只不过比你早几年、多几次惊慌而已。
请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1个读者的建议。(Software quality is the majority of programmers have paid lip service rather than the heart!
In addition to being a complete layman and a real master of programming, your first reading of the book will be a panic: "Wow! How can I have so many problems with the C++/C program I've made up before?"
Don't be sad, the author is only a few years and a few times earlier than you panic.
Please spend one or two hours reading this 100 pages of Scripture carefully, and you will benefit a lot from it. This is a suggestion from the previous N-1 readers.)
- 2017-06-13 15:49:09下载
- 积分:1
-
web
Visual c++ 网络通信编程实用案例精选+(第二版)+源代码(Visual c++ network communication programming practical cases Featured+ (Second Edition)+ source code)
- 2009-06-29 10:16:55下载
- 积分:1
-
MFCMapInfoVC++
介绍了 Mapinfo 提供的与其他程序连接 ,进行二次开发的方法,以及Mapinfo 数字地图在 VC++中的具体实现过程。(Mapinfo provided the introduction and other procedures connected to the secondary development of methodology and Mapinfo Digital Map in VC++ Realize specific process.)
- 2008-05-01 14:01:55下载
- 积分:1
-
VC
- 2022-10-24 22:10:03下载
- 积分:1
-
(c)
此程序采用c语言编写,未经运行,希望对大家又帮助(c language, without running, and I hope to help everyone)
- 2006-06-10 10:02:19下载
- 积分:1
-
Visual C++图形用户界面开发指南
说明: Visual C++图形界面开发指南,是一款面向初学者学习C++界面的的指导教材,内附代码!(Visual C++ graphical interface development guide, is a guide for beginners to learn C++ interface teaching materials, with code!)
- 2020-06-22 19:00:02下载
- 积分:1
-
c
说明: C语言习题讲义,习题考试复习及应用C++编程(c++)
- 2009-10-20 16:38:45下载
- 积分:1
-
Kalman-Filtering-Applications
说明: 电子教材:Kalman Filtering with Real-Time Applications (2010)(Kalman Filtering with Real-Time Applications (2010))
- 2011-03-28 09:26:08下载
- 积分:1
-
VC 使用加密狗进行身份验证
VC 使用加密狗进行身份验证,一个加密范畴的例子,有兴趣的下载源码自行编译看效果,身份认证核心代码如下:
DogAddr = 10; //设置起始地址
DogBytes = 6; //设置数据的长度
DogData = m_Text.GetBuffer(6); //设置写入的数据
if (ReadDog()==0)
{
if (m_Text == m_Data)
MessageBox("身份验证成功");
else
MessageBox("身份验证失败");
}
- 2022-02-10 11:47:15下载
- 积分:1