-
DrawOfMemory
DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:
int Mult:总共需要显示几类数据
int AllNum:每类数据总的数据量
int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...
COLORREF PenColor:每类数据的画笔的颜色
CWnd *pWnd:需要显示曲线的控件指针
还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined:
int Mult: A total of several types of data to be displayed
int AllNum: total amount of data for each type of data
int Value []: an array of data values , consisting of forms: Data 1 Data 2+ 3+ ...+ data
COLORREF PenColor: brush color for each type of)
- 2014-07-02 10:52:43下载
- 积分:1
-
DataPlotter123
一个很好的关于微软的mschart的例子,自己做的,希望可以给大家帮助(A very good on Microsoft)
- 2008-08-21 13:54:10下载
- 积分:1
-
serialPort
调试串口的程序,本程序运行于PC机,是开发串口电路的好帮手。(Debug serial procedures, the program runs on PC, is to develop a good helper serial circuit.)
- 2007-09-17 13:27:21下载
- 积分:1
-
CheatDetectionSRC
应用层反外挂模块,探测恶意外挂,最反外挂人员有一定帮助(Anti-plug-in application layer module, to detect malicious plug-in)
- 2011-09-07 12:57:56下载
- 积分:1
-
Intends-stable-network-
拟稳平差和秩亏网平差程序,用于计算不稳定点的坐标平差等(ntends stable adjustment and rank deficient network adjustment program, used to calculate the coordinates of the point adjustment, etc. instability)
- 2021-01-08 16:08:51下载
- 积分:1
-
MFC_Dialog
说明: Kinect + OpenCV + Visual C++
- 2019-01-23 21:00:45下载
- 积分:1
-
lesson-12
孙鑫VC++教学课程lesson12:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。 (Sun Xin VC++ tutorial lesson12: const char* char* const distinction. C language support for file read and write, the FILE pointer difference between text files and binary files. Way to read and write files with text and Note to the binary mode read and write files. The C++ support, ofstream and ifstream usage of file read and write. Win32 SDK file read and write support for the use of the CreateFile function, WriteFile function, ReadFile function the MFC file reading and writing support use CFile class and CFileDialog file filter settings. win.ini file and read and write registry and related knowledge points.)
- 2013-04-02 10:13:49下载
- 积分:1
-
Explorer
MFC Explorer Sample Code
- 2014-02-13 15:01:09下载
- 积分:1
-
ListADTSolving
仿照cpp的链表实现,添加了两个链表的整合操作(Follow the cpp list to achieve, adding two linked list of the operation)
- 2017-10-16 15:19:23下载
- 积分:1
-
RTCM3.0Decoder
RTCM3.0差分数据格式解码,将二进制的原始数据进行解码、转换为十进制的数据(RTCM3.0 differential data decoder)
- 2020-08-26 12:28:14下载
- 积分:1