具体实现以下4条基本编辑命令: (1) 行插入。格式:i《行号》《回车》《文本》。《回车》 将《文本》插入活区中第《行号》行之后。 (2) 行删除。格式:d《行号1》[《空格》《行号2》]《回车》 删除活区中第《行号1》行(到第《行号2》行)。例如:“d10”和“和d10 14”。 (3)活区切换。格式:n《回车》 将活区写如输出文件。并从输入文件中读入下一段,作为新的活区。 (4)活区显示。格式:p《回车》 各条命令中的行号均须在活区中各行行号范围之内,只有插入命令的行号可以等于活区第一行行号减一,表示插入当前屏幕中第一行之前,否则命令参数非法
上传时间: 2013-12-27
上传用户:lvzhr
#include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->next Lb->next=La->next La->next=p->next free(p) La=Lb }
标签: include MergeList_C ElemType typedef
上传时间: 2016-03-03
上传用户:rishian
光学双稳特性曲线 调制作用:It=Ii*T(phi) 反馈作用:phi=phi_0+K*It 得透射率T(phi)与相移phi的反馈关系是 T(phi)=[phi-phi_0]/[K*Ii] 式中phi_0为初始相移 对于多干涉(F-P干涉)有: T(phi)=1/[1+F*(sin(phi/2))^2]
上传时间: 2013-12-16
上传用户:lifangyuan12
此软件是云台控制软件,适合支持PELCO—P协议的云台控制
上传时间: 2016-03-04
上传用户:LIKE
此源码构建的模型是基于MATLAB平台,采用bragg结构,高效率发光管的光学结构设计。分别给出p波和s波的分量。
上传时间: 2016-03-06
上传用户:1109003457
假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。
标签: 自上而下
上传时间: 2013-12-17
上传用户:xc216
map identification laquo yuan Problem description : the digital image processing of an image often expressed as a macute M pixel matrix. Each pixel value is 0 or 1. The value of 0 pixel image, said background, and the value of a pixel image, said a map of a million, usually called map million pixels. When a pixel in another pixels above, below, left or right, said that two adjacent pixels of the pixel. An image of the pixels belonging to the same map yuan, instead of adjacent pixels belonging to different map yuan. Figure yuan identification of problems is right for the given image pixel map marking yuan, making the same map billion yuan pixel map of the same markings and different map billion yuan pixel map of their marks are different. Trial queue abstract data type design solut
标签: image identification description processing
上传时间: 2013-12-15
上传用户:15736969615
This title demonstrates how to develop computer programmes which solve specific engineering problems using the finite element method. It enables students, scientists and engineers to assemble their own computer programmes to produce numerical results to solve these problems. The first three editions of Programming the Finite Element Method established themselves as an authority in this area. This fully revised 4th edition includes completely rewritten programmes with a unique description and list of parallel versions of programmes in Fortran 90. The Fortran programmes and subroutines described in the text will be made available on the Internet via anonymous ftp, further adding to the value of this title.
标签: demonstrates engineering programmes computer
上传时间: 2014-01-13
上传用户:youke111
This document represents the first stage in a process of taking the National Strategy for Police Information Systems (NSPIS) forward. It defines the mechanisms to ensure that we (and our partners) have access to the right information, in the right form, in the right time at an appropriate cost. The Strategy will ensure the Police Service has a collective understanding of the value of information and that we are able to exploit National Information Assets in support of local policing.
标签: represents the National Strategy
上传时间: 2016-03-08
上传用户:wangdean1101
PNG开放源接口 The interface has been designed to be as simple and intuitive as possible. It supports plotting and reading in the RGB (red, green, blue), HSV (hue, saturation, value/brightness) and CMYK (cyan, magenta, yellow, black) colour spaces, basic shapes, scaling, bilinear interpolation, full TrueType antialiased and rotated text support, bezier curves, opening existing PNG images and more.
标签: interface intuitive designed possible
上传时间: 2013-12-23
上传用户:qilin