编程(Programming)是编定程序的中文简称,就是让计算机代码解决某个问题,对某个计算体系规定一定的运算方式,使计算体系按照该计算方式运行,并最终得到相应结果的过程。为了使计算机能够理解(understand)人的意图,人类就必须将需解决的问题的思路、方法和手段通过计算机能够理解的形式告诉计算机,使得计算机能够根据人的指令一步一步去工作,完成某种特定的任务。这种人和计算体系之间交流的过程就是编程。
SynWrite是源代码编辑工具,它可以帮你编辑源码,也是个专业的文本编辑器
Unicode support. Multiple encodings support.
· Fully customizable lexer supports RegExp, so editor is suitable for any plane text format.
· Text folding, any determined text range or user range may be collapsed.
· Line numbers, "Line changed" color indicator on gutter.
· Normal, columnoriented and line selection, clipboard operations.
· Export to RTF, HTML with syntax highlighting. Copying to clipboard in RTF.
· Stackbased markers like in CodeRush.
· Animation allows to mark out some position in text.
· SyncEdit feature from Delphi 2007 lets developers to simultaneously edit identical identifiers
使用编程语言写的程序,由于每条指令都对应计算机一个特定的基本动作,所以程序占用内存少、执行效率高。