CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 文字处理

搜索资源列表

  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:1.96mb
    • 提供者:ayungerstudio
  1. Text

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-CDC grasp of the word processing program to prepare, how to generate custom fonts and custom insertion site, and is familiar with the use of CString
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:37.46kb
    • 提供者:xue
  1. Text.Processing.In.Python

    1下载:
  2. 很详细的Python文字处理教程,适合转型的同志们-Python is very detailed word processing tutorial, suitable for transformation of Comrades
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:2.17mb
    • 提供者:王铁鑫
  1. chap02

    0下载:
  2. 写字板程序 ,可以进程文字处理,文件保存,等等类似记事本的东本,-program for Wordprocessor ,it is very good ,maybe you can have a try
  3. 所属分类:其他小程序

    • 发布日期:2017-04-14
    • 文件大小:3.89kb
    • 提供者:zhuo
  1. 20085517195951827

    0下载:
  2. 讲解如何用Python进行文字处理的书籍,很有用的哦-Text.Processing.In.Python- A very useful book talking about the text processing methods in Python
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:849.84kb
    • 提供者:阎贺
  1. Text

    0下载:
  2. 该程序是用VC++编写,主要功能是实现文本编程,和文字处理相关 -The program is a VC++ development, the main function is to achieve the text of programming, and word processing related
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:45.25kb
    • 提供者:张艳
  1. STACK

    0下载:
  2. 利用堆栈来实现对文字的处理,包括退行、退格、结束,其它功能读者可以自己加上。-dispose the txt with stack.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:736byte
    • 提供者:254254
  1. casino2x_exe

    0下载:
  2. 一个蒙特卡罗算法程序,可以自己扩编改编次程序 [visualmatlab.rar] - 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识 [MonteCarlo.rar] - 蒙特卡罗(Monte Carlo)方法,又称随机抽样或统计试验
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:304.92kb
    • 提供者:高博
  1. VB-chexiaohuifu

    0下载:
  2. 使用VB开发,实现在进行文字处理时的撤销恢复功能-The use of VB development, word processing to achieve during the time of revocation of recovery
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2.16kb
    • 提供者:方伟
  1. Elevator

    1下载:
  2. 这是一个电梯调度模拟算法,基于MFC的对话框写的,有电梯移动的界面,输入电梯等待人数,点击仿真,就会再不同楼层随机产生等待的人,请求电梯承载,电梯会在有请求的层数打印出,谁进了电梯,谁出了电梯的文字描述,当所有人都使用完电梯,则算法结束,当中用到了timer,但是我把图像处理的那部分都写在了画图里面,导致系统界面会不断刷新,输入多人仿真的时候效果比较明显-This is an elevator dispatching simulation algorithm, based on MFC dial
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:602.78kb
    • 提供者:李梓钺
  1. vcText

    0下载:
  2. 用VC++编写一个CDC文字处理程序的代码,通过本程序大家可掌握如何产生自定义字体和自定义插入符,熟悉对CString类的使用。讲解定时器的使用和DrawText函数的巧妙运用以及CDC的裁减功能。-Using VC++ to write a word processing program code CDC, through this process we can learn how to create custom fonts and custom insert a symbol, famil
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:30.95kb
    • 提供者:zs2
  1. Chapter5

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-Master CDC word processing program to prepare, how to customize fonts and custom caret, familiar with the use of CString type. According to Cara OK
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:45.58kb
    • 提供者:程璐
  1. F2812-A-EDUlab

    0下载:
  2. 最优秀的统计分析软件之一。SPSS的全称是:Statistical Program for Social Sciences,即社会科学统计程序。该软件是公认的最优秀的统计分析软件包之一。SPSS原是为大型计算机开发的,其版本为SPSSx.Spss是著名的综合性统计软件,SPSS软件面向行业应用人员,软件设计突出统计方法的成熟、实用、易用性、界面易操作性及与文字处理软件等的交互性上 -One of the best statistical analysis software. SPSS s f
  3. 所属分类:Other systems

    • 发布日期:2017-06-12
    • 文件大小:19.1mb
    • 提供者:吴飞飞
  1. Text

    0下载:
  2. 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。 -Master the CDC' s word processing program to write, how to generate custom fonts and custom caret, familiar with the use of CString class. By
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:2.66mb
    • 提供者:蒋晶
  1. Text

    0下载:
  2. 举例CDC的文字处理程序的编写,CString类的使用。通过对卡拉OK程序的编写,了解定时器的使用和DrawText函数的巧妙运用以及使用CDC的裁减功能。-For example write, CString class using CDC word processing program. Kara OK by writing a program to understand the clever use of timers use and DrawText function and the u
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:37.28kb
    • 提供者:小强
  1. 图片处理类库

    1下载:
  2. C# 常用图片处理类,包含图片旋转、生成缩略图、添加图片水印或文字水印等基本功能,有Demo程序,通过点击按钮就能看到效果(C# commonly used picture processing class, including picture rotation, generate thumbnails, add pictures, watermarks or text watermarking and other basic functions, there are Demo procedur
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:7.46mb
    • 提供者:漂源
  1. 图像操作

    1下载:
  2. C#WinForm中处理图片的各种方法和技巧,例如图片的透明处理,压缩图片,图片合成,图片中插入文字,转换图片格式等各类操作方法。都有单独的实例,支持.NET2.0以上版本。(C#WinForm in dealing with pictures of various methods and techniques, such as the transparent processing of pictures, compressed pictures, picture synthesis, inse
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3.42mb
    • 提供者:龙工
  1. bat批处理教程

    0下载:
  2. 批处理相对来说是比较简单的语言,大家可以通过多写多看别人的实例来学习,不懂的百度一下。 这是一篇技术教程,真心诚意会用很简单的文字表达清楚自己的意思,只要你识字就能看懂,就能学到知识。(Batch processing is relatively simple language, you can write more people to see the examples of others to learn, do not understand the Baidu. This is a te
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:319kb
    • 提供者:AnotherKami
  1. 文字大师

    0下载:
  2. 文字处理,方便你的办公!!!!!!!!!!!!!!(Word processing, convenient for your office!!!!!!!!!!!!!!!!!)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:10.03mb
    • 提供者:heike1000
  1. MathType

    3下载:
  2. MathType是强大的数学公式编辑器,与常见的文字处理软件和演示程序配合使用,能够在各种文档中加入复杂的数学公式和符号,可用在编辑数学试卷、书籍、报刊、论文、幻灯演示等方面,是编辑数学资料的得力工具。(破解版,附安装教程)(Cracked Edition with Installation Tutorial)
  3. 所属分类:其他

    • 发布日期:2019-11-10
    • 文件大小:15.97mb
    • 提供者:aaronsjf
« 12 »
搜珍网 www.dssz.com