VC++开发的DOS界面写字板-development of the VC DOS interface tablet 下载
|
vc编写的,很不错的一个文本编辑软件。类似于写字板。-vc prepared in a very good text editor software. Similar to the WordPad. 下载
|
windows的写字板的vc实现-windows tablet to achieve the vc 下载
|
是一个用VC++开发的支持OLE的写字板。-is a VC OLE support to the development of the tablet. 下载
|
手写数字识别之模板匹配法,VC++6.0编写的:)-handwritten figures identifiable template matching method, VC + +6.0 prepared :) 下载
|
模板匹配法进行手写数字识别。《VC模式识别》源码。-template matching method handwritten numeral recognition. "VC pattern recognition" source. 下载
|
VC数字图像处理典型算法源码第六章,Visual C++编写,主要是图像的模板变换-VC digital image processing algorithms typical source of Chapter VI, Visual C, is the template image transformation 下载
|
vc++中实现richtext编辑器,有很多功能, 跟写字板的功能差不多。能支持unicode字符的粘贴。-Richedit editor in VC++ with so many functions like the Windows Writing Board.Supporting unicode pasting. 下载
|
一个中学生用vc写的写字板,对使用richedit和文档/视图编成有参考价值- 下载
|
VC通过模板来控制Word表格 //这里没有用word里提供的table对象,而是用了selection对象,用它控制比table简单 //而且用模板可以很容易地设置表格中的格式,若通过table对象则设置字体、对齐方式是很难控制 //这里主要是通过移动word中的输入点位置来定位要写的位置。然后再写入内容到单元格. //selection对象主要调用MoveDown来进行定位,MoveDowm是让word响应键盘上的上下箭头事件。 //其中参数4表示移动一个单元字,而5表示移动一个单元行,其MoveUp,MoveLeft,MoveRight也一样 //具体可见MSDN中的ITextSelection::MoveDown Method -VC through the template to control Word forms / / There is no word used in providing the right table like, but use the object selection, used it to control than simple table / / and use templates can be easily set up tables in the format If the object through the table is set fonts, Alignment will be very difficult to control / / here mainly through word of mobile input location positioning write to the location. Then write the contents of the cells. / / Selection main targets MoveDown to call for positioning MoveDowm is word on the keyboard in response to the next arrow incident. / / Parameter four said a mobile unit, whereas in five said a mobile unit OK, MoveUp. MoveLeft. MoveRight is the same / / visible in the MSDN ITextSelection : : MoveDown Method 下载
|