资源列表
PrinterStatusOcx
- 打印机SNMP状态查询
CommSample
- vs2010,mfc,串口通信,16进制接收与发送-vs2010, mfc, serial communication, receiving and sending hexadecimal
qt.schlee.disk
- Source codes for QT programming book
vs2010testdock1
- 基于vs2010做的一个悬浮窗口,该窗口的子窗口是一个对话框,总体程序是在单文档模式下开发的。悬浮窗口可以悬浮于上、下、左、右窗口的四边上。-Based on the vs2010 do a suspension window, the window of the child window is a dialog box, the overall program is in a single document mode of development. Suspension window can
display-interface-and-LLJ
- Weather radar display screen that can display radar speed, and at the interface to achieve a low-level jet algorithm, the output direction and speed!
C1234
- C编程习题与解答(全美经典学习指导系列)](美)Hubbard.扫描版.pdf-C programming exercises and answers (American classics study guide series)] (U.S.) Hubbard. Scan version. Pdf
MenuXP_sample
- 太好了,不解释,不信你找我,让你学会利用MenuXP这个插件来帮助自己开发-To tell you the truth,it is so good,try to download it and use it,you will agree with me!
crowdLocation
- 利用bluetooth,wifi室内定位算法-Indoor location algorithm by bluetooth and wifi
xpc-Target
- 通过simulink的仿真模型搭建,运用XPC Target在对底层的硬件进行仿真并且可以获取底层的数据,在上位机中进行图形化的显示-By simulink simulation model to build, using XPC Target on the underlying hardware simulation and can obtain the underlying data, the host machine for graphical display
360code
- 这是我自己实现的360Demo 。。。可以演示。使用GDI++实现。这里是源码-Myself realized 360Demo. . . Can be demonstrated. Use GDI++ achieved. Here is the source code. .
code
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC news mapping mechanism analysis, tells how to use ClassWizard,, understand the message
code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-Classics