-
一个类似richedit编辑框程序,可以改变字体以及显示超链接
一个类似richedit编辑框程序,可以改变字体以及显示超链接-richedit a similar frame editing procedures can change fonts and display hyperlinks! !
- 2022-02-24 20:10:26下载
- 积分:1
-
航海驾驶模拟系统操作界面,附带PCI通信程序
航海驾驶模拟系统操作界面,附带PCI通信程序-Driving simulation system navigation interface, with PCI Communication Program
- 2023-04-29 09:15:03下载
- 积分:1
-
wince 下多行列表的使用实例,一个很好的自画列表控件,也算是我借花献佛吧,给有此爱好的朋友一个简单的例子...
wince 下多行列表的使用实例,一个很好的自画列表控件,也算是我借花献佛吧,给有此爱好的朋友一个简单的例子-wince under the multi-line list of the use of examples drawn from a very good list control.Also, I suppose I Jiehuaxianfo it, to have such loving friends in a simple example
- 2022-04-11 14:32:51下载
- 积分:1
-
mpeg
mpeg-1标准的原程序,该程序包括了关于图象的DCT,基于块匹配算法的运动补偿,可变长编码等一系列子程序。-MPEG-1 standard in the original program, which includes images of the DCT, block-matching algorithm based on the motion compensation, variable length coding a series of routines.
- 2023-01-16 01:35:05下载
- 积分:1
-
串行化SDI或MDK文档
串行化SDI或MDK文档-of SDI serial documents or refueling
- 2022-01-23 10:12:48下载
- 积分:1
-
用vc++开发的信号发生器
里面包含信号发生器的源代码
用vc++开发的信号发生器
里面包含信号发生器的源代码
-With vc++ Developed signal generator signal generator which contains the source code
- 2023-06-12 15:20:03下载
- 积分:1
-
css电子版,详细介绍了css的具体内容,比较齐全
css电子版,详细介绍了css的具体内容,比较齐全-css electronic version, detailing the specific content of the css, relatively complete
- 2022-02-01 18:53:45下载
- 积分:1
-
一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门...
一个从MSDN的scribble改进的程序,可以画直线,矩形及椭圆。对于学习图像处理是个很好的入门-a scribble from the MSDN improved procedures can draw straight lines, rectangle and oval. Learning image processing is a very good entry
- 2023-05-02 07:55:03下载
- 积分:1
-
词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好...
词法分析器,包括的关键字表和符号表,是针对C语言的,由于关键字表和符号表是在文本文档里建的,所以可以扩展,程序的可移植性比较好-lexical analyzer, including keyword table and symbol table is targeted at the C language, and keyword table is the symbol table in the text files in the building, so it can be extended, procedures portability better
- 2022-04-12 00:23:46下载
- 积分:1
-
流程设计程序
资源描述
支持在视图上任意编辑图元,设置图元的属性等。可编辑的图元包括文字、图片、多边形等类似visio软件,但可以定义每个图元自己的属性。图元之间还可以结合使用。
// FlowcharterView.h : interface of the CFlowcharterView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_)
#define AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FlowchartEditor/FlowchartEditor.h"
class CFlowcharterView : public CView
{
protected: // create from serialization only
CFlowcharterView();
DECLARE_DYNCREATE(CFlowcharterView)
// Attributes
public:
CFlowcharterDoc* GetDocument();
// Operations
public:
- 2022-01-22 07:18:46下载
- 积分:1