搜索资源列表
TestMyEdit
- 一个自定义的编辑框-a custom frame editor
SyntaxColorizer_demo
- a new edit view for vc
xy_note
- 一个简单的记事本编辑程序,可以复制粘贴,改变字体大小颜色等-a simple Notepad editor, can copy and paste, color change font size, etc.
浮动效果的编辑框
- 浮动效果的编辑框,很漂亮的,大伙试试吧,可以浮动在界面上-floating effects editing box, a very nice, and everyone try it, floating at the interface
m_hiliteedit
- A CEditView derived class that highlights the caret line.
draw_in_statusbar
- 一个小程序,可以在界面上进行绘声绘图,了解一下图形制作。-a small program interface can be conducted in graphic detail drawings, understand graphics production.
简易记事本
- 这是一个用java做的一个,能够进行简单编辑的小程序-This is a java do with a can perform simple editing of small programs
改变窗口控制的背景颜色和字体颜色
- 你可以修改编辑筐内的字体和文字的大小,很方便的阿,-you can modify the basket editorial and the letter of the font size, the A very convenient.
EditText
- TextEdit,文本编辑程序。使用SWT编辑。只有一个java文件,需编译成class文件-TextEdit, a text editor. Editorial use SWT. Java is only a document required documents compiled class
2k3Grid
- 一个很漂亮的web上的Grid可以托拽,排序,取值-a very nice web of Grid can drag, scheduling, value
语法编辑器synedit
- CSynEditView一个支持语法编辑的类,你只要简单的将该类引入你的工程,便可轻松的获得如VC++和VB编程环境中的语法编辑能力-CSynEditView a syntax editing category, as long as you simple introduction of this type of project you can be easily obtained if the VC and VB programming environment syntax editing c
拖放编辑框的实现
- 这是个和编辑框有关的程序,该程序可以实现文本编辑框的拖放操作。-This is a frame and edit the program, which can be achieved in the text edit box drag and drop operation.
SciTE
- 重载自 CWnd 的编辑器,支持类似.NET网络的代码折叠,支持代码关键字高亮显示,可以通过自己编写扩展模块支持各种不同的语言-heavy since CWnd the editor, similar support.NET code folding support code keywords highlighted, and by extension to prepare their support for a wide variety of language
cifaty
- (一) 程序设计要求 (1) 目 标 机:8086及其兼容处理器 (2) 中间代码:四元式 (3) 设计结果:四元式表、符号表、TOKEN串表 (4) 语义分析内容要求: 1) 变量说明语句 2) 赋值语句 3) 控制语句(任选一种) 4) 过程开始及结束语句 5) 分程序结构的符号表问题 6) 对子过程内部的源代码,暂时可以忽略生成四元式,但要对变量或常量入符号表。 -(a) program design requirements (1) Targe
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
编译原理实验_课程设2005
- 本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展-this program is the role of TEST language lexical analysis. 2, double-click operation input file name,
araneid-1.0.1
- Swing包括许多实用工具。其中计时器被Swing在内部使用。QdMw 当某些动作必须定时的被执行或在指定的时间被执行时,就要使用计时器。例如,动画可以使用计时器来更新动画的下一帧并控制移动动画对象和改变动画对象外观的速率。事实上,Swing本身使用计时器来进行自动滚动和显示工具提示。nmA -Swing including many practical tools. Swing timer which was used in-house. QdMw when some irregu
spss聚类源程序
- 将所有的大型矩阵转化为比较合理的小型矩阵,spss中的强大功能子系统中的实现-all the major transformation matrix for a more reasonable small matrix, the powerful SPSS functional subsystem Implementation
Design-a-polynomial-sum-algorithm
- 设计一个一元多项式相加的算法程序。 两个一元多项式相加的运算规则是:两个多项式中所有指数相同的项,对应系数相加,若和不为0,则生成“和多项式”中的一项;对于所有指数不为相同的项,则分别复制到“和多项式”中去。 -Design a polynomial sum algorithm. Two unary polynomial sum arithmetic rule is: all indices in the same items of the two polynomials, and a
A-Bat-Algorithm
- 一种变异算子的蝙蝠算法来求解无人机路径规划问题。希望共同学习-A Bat Algorithm withMutation for UCAV Path Planning