搜索资源列表
BottomUpParser
- (1)可选择不同的规则集(用普通文本文件存贮规则)。 (2)利用VC TreeCtrl控件显示分析得到的句法结构树。 (3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。 (4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析 “学习/verb 文件/noun” 这样的例子时结果就不同: -(1)
labelexx
- 做用户界面的时候经常要用到一些静态文本控件,显示一些文字信息,但是 MFC 提供的 CStatic类的功能过于简单,无法满足高级需求。为此我从 CStatic 派生了一个类 CLabelEx,扩展了CStatic。第一次投稿,水平不足请大家见谅。-do the user interface, often have to use some static text control, showing some textual information, but the MFC CStatic funct
MsFlexGridInputText
- 实现在MsFlexGrid控件中更改文本的源代码-MsFlexGrid controls to achieve the text were changed in the source code
Demos(rx)
- RxRich很有用的文字图像显示控件,这是它的Demo-RxRich very useful text image display controller, which is its Demo
C_mycompiler
- 对c源程序的词法分析器。 主要由文本输入框(RichTextbox)、菜单、各个控制栏和对话控件组成。其中RichTextbox是文字的载体以及显示工具,菜单和工具栏用以使用程序提供的文件操作、编辑等的功能。结果另存为文件。-c source of the lexical analyzer. Mainly by the text input box (RichTextBox), the menu's control column and dialog components. Rich
win32asm_Wordpad
- 文本编辑器例子 —— 综合使用Richedit、工具栏、状态栏控件。-text editors example -- the integrated use Richedit, toolbars, status bar control.
EasyText
- 一个对textbox进行功能扩展的文本控件,包括列表选取,日期选取,普通文本输入等-textbox one pair of functional expansion of the text controls, including the selection list, date selection, ordinary text input, etc.
exp
- 此控件可将数据表转换成多种格式:文本,HTML,RTF-control this data sheet can be converted into a variety of formats : text, HTML, RTF
表格控件
- 一个能在表格窗口设置文本输出颜色的对话框-a window in the form set the text color output dialog
TEXT-MENU
- 屏蔽VB的TEXT控件,右击系统菜单。避免该控件的复制、粘贴功能。
isascii
- (源代码)文本自动分行处理,应用ASCII 码的高8位特性.避免汉字半个字分开的现象.可以用到自定义控件中去.需望能给大家帮助.-(source code) automatic text processing branch, application ASCII high eight properties. Avoid Chinese nonsense separate phenomenon. OCX can be used in China. We need to give hope to he
isascii2
- (可执行文件)文本自动分行处理,应用ASCII 码的高8位特性.避免汉字半个字分开的现象.可以用到自定义控件中去.需望能给大家帮助.-(executable file) branch automatic text processing, application ASCII high eight properties. Avoid Chinese nonsense separate phenomenon. OCX can be used in China. We need to give hope
VB.net编程实例--抢答器的制作
- 1、新建一个项目,调整窗口的大小,修改form1属性窗口中的text属性为“抢答器” 2、在form1中添加一个按钮控件。名称分别为button1.button2.button3.并且分别将控件的test属性设置为“1号2号3号”。 3、在form1右侧添加textbox控件,名称为textbox1.将其text属性清空。 4、再次添加一个按钮控件,名称为button4 ,将其text属性设置为“复位”。 5、双击一号按钮,打开代码编辑窗口,添加按钮点击执行代码如图所示。-1, a new it
TextRotator
- VB 中Text控件字体90度 270度旋转,具有打印和复制到图片功能。进行编辑排版。-VB Text Rotator
CoolTrayIcon
- 非常棒的托盘图标控件,包括好几种方式,有图片,动画,文字流动显示等样式.看名字就知道了,非常cool!-Great tray icon controls, including several ways, pictures, animation, text flow display style. Look at the names to know, very cool!
along4
- 文本编辑器,和记事本的功能十分相似,适合Delphi初学者学习控件的使用。-Text editor, powerful
text
- 使用delphi控件实现记事本的各项功能-Use delphi control the various functions to achieve notebook
Text-controls
- 文本控件源代码,4个例子,组合框,编辑文本,标签等-Text control source code, example 4, combo boxes, edit text, labels, etc.
Delphi-call-word
- Delphi 呼叫word控件代码,可以实现新word文档的新建、插入表格、文字、复制等一般word的操作。-Delphi control code word called, can create a new word document, insert tables, text, copying and other general word operation.
我的tcp
- Delphi中的tcp控件可以实现文本传输(Implementation of Text Transfer by TCP Control in Delphi)