搜索资源列表
GuanDaoBianCheng
- VC++下命名管道编程-VC named pipe programming
Windows_progrom_varname
- vc++或者其它windows平台编程开发环境中变量的命名法则!
vcandexcel
- 我们制作应用软件的时候,经常要把结果以报表的形式输出,当前使用较为广泛的当然是Excel表格,本文简略介绍在VC++6.0中如何使用Excel2003的库函数并对其进行编程。先创建一个对话框工程,命名为VCExcel。在对话框中添加一个按钮,控件ID为ID_RUNEXCEL,界面如下(是不是很搞笑哇,不过没关系,它照样能实现强大的功能!)。
highprogram
- 高质量c++编程里面讲解了文件结构,程序板式,命名规则,常量,内存管理,函数设计等章节,对学习C++非要要帮助!-VC++ ,a good book!
MMGF
- 该规范详细说明了VC++编程的命名原则,并列举了不少范例,让读者更容易接受。-Specifications and examples of programming
VC_programming_code_to_rename_file_Classics
- VC编程实现如何重命名文件经典代码VC programming code to rename a file Classics-VC programming code to rename a file Classics
VC.3D
- VC编程中如何在界面上实现3D文字。 首先启动VC生成一个新的基于对话框的项目,命名为3Dtext,在对话框中重载OnPaint()函数,具体实现的思想是通过CDC::SetTextColor()分别设置文字的颜色为高亮(3DHILIGHT)和阴影(3DSHADOW)的状态下显示文字;同时注意在两次显示文字时要错开一个像素,这样才能达到预期的效果。-VC programming interface, the 3D text. The idea is to start the VC to ge
vcPPCoding-Plicy
- VC++编程参考规范 变量、常量及宏命名 代码书写格式 函数及数据类型的前部的注释格式-VC++ Programming Reference specification of variables, constants, and macros named annotation format of the front portion of the code written in the format of functions and data types
mingmingguandao
- 文件为命名管道实例,里面涵盖了VC++网络编程的基本知识,C++学习新手可以考虑学习下-File is a named pipe instance C++, which covers the basic architecture C++ network programming, it is a good code C++ novice learning
SerialPortListen
- VC实现的串口监听程序,把串口接收的文件存储在当前文件夹下按日期命名的文件中。是调试时实用的小工具,学习串口编程的好素材。-Serial Port listen and save the data in files.