CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - word VC

搜索资源列表

  1. fillwordtable

    0下载:
  2. 在实际应用中,编程者往往喜欢程序能自动生成word说明文档,说明程序运行的状况或运行的结果;或者程序能提取数据库的内容生成word表格,使用户能方便的查看和修改,打印。但是VC++中调用word的确不容易,特别是对word中各种函数的使用,本文以作者的工作经验详细介绍一下如何调用word和进行word表格的填写,有同样需求的编友也可查看一下MSDN中的Automation Microsoft Office 97 and Microsoft office 2000。-in practical ap
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:50384
    • 提供者:hwz
  1. 屏幕取词之Win32test

    1下载:
  2. 屏幕取词中使用鼠标钩子,取词钩子来进行取词,最后对取出的文字进行处理,得到()《》等中文字的vc程序组中的主工程。- The screen takes in the word to use the mouse clasp, takes the word clasp to carry on takes the word, finally to the writing which takes out carries on processing, obtains ()\"\" and so on
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:31917
    • 提供者:李国帅
  1. vcOffice

    0下载:
  2. 这是一个能够装载OFFICE中的word、excel等组件到VC程序中的源代码,很值得-This a loaded OFFICE to the word, excel components such as VC Program's source code, is worth a look at
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:137397
    • 提供者:王为
  1. 多种分词方法

    0下载:
  2. 含有多个分词算法。毕业设计的时候获得的,希望对大家在汉字处理中能用的到。 ICTCLAS算法,中科院,对名字识别能力很强。VC开发。 CSharp分词,向前匹配加向后最大匹配,C#开发,容易扩展。 小叮咚分词,由后向前最大匹配,C#开发。 xerdoc分词,基于ICTCLAS的Java版本分词。 文本分词词典,分词的词典,可以提供分词数据源。-containing more than Segmentation. Graduation was the time of hope
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:20833489
    • 提供者:阿瑟多幅
  1. 2_lst

    0下载:
  2. 操作vc控制word的表格填写及随时更改填写情况-operation vc control word and fill in the forms filled out at any time of change
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:75672
    • 提供者:lsd
  1. TestStream

    0下载:
  2. 读写流文档的VC源代码,在Windows下测试过WORD文件。-read and write files flow of VC source code in Windows tested Word document.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36553
    • 提供者:王永生
  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:203835
    • 提供者:汤超
  1. WordAutomation

    0下载:
  2. VC++中调用word的二次开发接口进行word表格的填写。这样就不用自己实现表格而直接利用word的功能。 -VC Calling word in the secondary development interface for word to fill in the forms. This achievement would not have to form its own direct use of the word functional.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:106448
    • 提供者:许式伟
  1. AutomationCtrlWord

    0下载:
  2. VC++中进行word表格的填写,即用程序控制创建修改Word文件-VC for word forms to fill in, that is programmed to create a Word document changes
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:81425
    • 提供者:山中鹤
  1. 20459_testReport

    0下载:
  2. 打印预览控件,功能强大、免费,而且还提供源程序!...这个控件显示旋转的标签,提供了VB、VC、Word等例子。... -print preview control, powerful, free and it also provides source code! ... the rotary controls showed the label of VB, VC, Word as an example. ...
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:83361
    • 提供者:mao
  1. eword

    0下载:
  2. Word和Excel文件的读写程序,能将Word和Excel数据按要求导入到VC程序中,也可将自已的数据写到Word或Excel中-Word and Excel documents to read and write procedures, can Word and Excel data required to VC import procedures, may also wrote their own data Word or Excel
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:70946
    • 提供者:zheng
  1. shubiaoquci

    1下载:
  2. 鼠标取词代码,用VC编写的界面程序,已运行正确-word from the mouse code, prepared by the VC interface procedures, has been running correctly
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:28756
    • 提供者:张进
  1. Sw32

    0下载:
  2. 在vc++中实现。在界面上显示Hello word,并有两个菜单。exit和about-in vc achieve. The interface displayed on Hello word, and the two menus. Exit and about
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:17414
    • 提供者:mao
  1. guessword2006

    0下载:
  2. 一个简单的猜单词的游戏 VC++实现 DOS窗口-guess one simple word games VC DOS window
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:104487
    • 提供者:马涛
  1. office11

    0下载:
  2. 用VC单文档界面调用WORD,并实现在WORD上的各种操作.-VC single document interface called WORD, and the achievement of the Word on the operation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:77525
    • 提供者:陈晓勉
  1. AdaptiveHuffman

    1下载:
  2. 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13157
    • 提供者:沈宏伟
  1. jqsjxg

    1下载:
  2. VC++开发机器视觉算法源程序(全部集成在一个pdf文档里) 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:274401
    • 提供者:龚璇
  1. WordAutoProject

    1下载:
  2. 这时从微软发布的文档中学来的程序。用MFC的自动化功能向word添加工具条,用来运行VBA宏,希望对用VC操纵office的学习有些帮助。-when Microsoft released from the secondary to the documentation procedures. MFC with the automation tools to add the word, used to run VBA macros, VC hope to use the study manipula
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:304354
    • 提供者:刘德小花
  1. AutoWord

    0下载:
  2. 一个很简单的程序:在word里添加自己的工具条。程序虽然简单,但提供了一种用VC向word添加工具条的思路。-a very simple : add the word itself of the tools. Simple procedures, but provides a VC tool to add word of the idea.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:79720
    • 提供者:刘德小花
  1. 3Dedit

    0下载:
  2. 这是一格具有特效字得按钮,是用vc++实现得,我觉得比较不错,希望大家多多支教-This is a grid with magic button in the word is used in vc achieve, I think quite good, I hope Members can support education
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:30747
    • 提供者:gukaiyong
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com