Welcome![Sign In][Sign Up]
Location:
Search - open save

Search list

[Web Server200505241019311925

Description: PLO编译 (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号); (5) 对源程序编辑框的某一行进行双击,能在单词编辑框中对应的单词变为红色; 当在单词编辑框中选定某一单词时,对应的源程序编辑框中的行变为蓝色。 (6) 打开、保存文件。查找、删除、修改等编辑工作。 -PLO compiler (2) output words, the output form of : (serial numbers, words, the corresponding source code line number, corresponding source code included); (3) output error messages, output forms : (OK mistakes, mistakes out, error messages); ( 4) output symbol table, the output form of : (other types of code words, words symbol); (5) The source of the edit box for a double-click OK, in the words edit box corresponding words into red; When word editorial in a box chosen words, the corresponding source edit box into the blue line. (6) Open, Save the file. Locate, deletion, modification and other editorial work.
Platform: | Size: 191180 | Author: 于阳 | Hits:

[Dialog_Windowcomdlg

Description: 该程序主要包括:打开、保存、打印、字体四个对话框-the program include : open, save, print, font dialog box 4
Platform: | Size: 22976 | Author: 谭璐芬 | Hits:

[Dialog_Window自定义FileDialog

Description: 自定义FileDialog,可以模拟windows 2000 ,office等的打开、保存文件框-since FileDialog definition, can be simulated windows 2000, the office open, save the file box
Platform: | Size: 88673 | Author: wel | Hits:

[CSharptexteditor(ben)

Description: 模仿Windows中的记事本和写字板的功能,自己作一个文档编辑工具。已经完成以下功能: 文件:(新建、打开、保存、另存为、退出) 编辑:(复制、剪切、粘贴、撤消、删除、查找、替换、全选、时间/日期) 格式:(自动换行、字体、颜色),格式的设置功能要区分是设置当前块的格式还是设置所有内容的格式; 界面设计时有工具栏,弹出菜单,状态栏等功能来提高操作的便利性;-imitate the Windows Notepad and WordPad function ourselves a document editing tool. Has completed the following functions : File : (new, open, save, Save as, withdrawal) Editor : (copying, cutting and pasting, Withdrawn, delete, search, replace, the whole election, time / date) format : (auto line, font, color), format settings to distinguish between the function is the provision of the current block format or with all the contents of the format; Interface design is toolbars, pop-up menus, status bar, and other functions to enhance ease of operation;
Platform: | Size: 64787 | Author: djzhan | Hits:

[JSP/JavaSwing1

Description: java文本编辑器,简单的实现打开,保存等功能,功能还需完善-java text editor, a simple realization open, save function, need to be enhanced
Platform: | Size: 114447 | Author: 麻振兴 | Hits:

[Delphi VCLSuperTextEditer

Description: 这是个超强的文本编辑器,有着非常完美的界面的没,能完成文本的打开、保存、编辑、格式、字体、自动换行等,还有帮助文件-This is a super text editor, has a very perfect no interface, complete text of the open, save, edit, format, print, auto firms, as well help files
Platform: | Size: 607640 | Author: wen0624 | Hits:

[WEB CodeImageProcessingExample

Description: 图像处理实验报告,实验内容:使用C#打开,保存,复制和粘贴图像,实现图象的上下连接,左右连接,由里向外,由外向里,水平栅条,垂直栅条效果-image processing experiment, experiment : the use of C# open, save, copy and paste images, The next image of the link, connecting around, from the inside to the outside, from outward, standard rack, vertical rack effects
Platform: | Size: 10396 | Author: 黄梅玲 | Hits:

[Fractal programhisto_13

Description: 位图打开、保存。直方图显示,均值滤波及直方图均衡-bitmap open, save. Histogram shows, filtering and histogram equalization
Platform: | Size: 3320961 | Author: 英雄 | Hits:

[JSP/Javanotebook

Description: 一个简单的记事本代码.实现 File..new/open/save/exit功能
Platform: | Size: 1818 | Author: 木乃香备命 | Hits:

[JSP/JavanotePade

Description: 这是我编的一个文本编辑器,可以用来打开一个文本文件,进行保存,打开,零存为的操作,可以进行复制,粘贴,剪切的操作。另外,可以进行查找与替换功能,可以纠错和改错的功能。-This is a text editor, that can open, save, save as, copy, paste, cut,etc. Otherwise, it also has some functions like find, exchange, error fixed.
Platform: | Size: 100121 | Author: 乌有前 | Hits:

[Otheropen_and_save_dialog

Description: 打开并保存文件open and savedialog-open and save the file open and savedialog
Platform: | Size: 357376 | Author: 杨凯 | Hits:

[Special Effectsyuv-rw

Description: openyuv.m将yuv视频文件打开,保存为png文件。writeyuv.m将yuv视频中的第一镇上/下/左/右位移后写入另一yuv文件。-openyuv.m will yuv video file open, save as a png file. yuv video writeyuv.m will be the first town/down/left/right shift after another yuv file write.
Platform: | Size: 1024 | Author: 张红 | Hits:

[GDI-BitmapPic

Description: Digital Image Processing (VC++) bmp, gif, jpeg, tif open ,save, and some filtering etc.
Platform: | Size: 1905664 | Author: nicky | Hits:

[matlabshili

Description: matlab gui, 包括了4个很好的例子: 1.具有多个坐标轴的GUI,主要学习控制哪一个坐标轴是绘图命令的对象和用编辑文本框读入输入的数。 2.列表框目录阅读器,主要学习获取路径,加载,打开文件 3.从列表框中存取工作区变量,学习把存在于基本工作区的变量名放进列表框,选择多项等 4.地址簿阅读器,这个比较综合,用得技术也比较多。包括打开,保存,修改mat文件,利用handles结构保存和重新调用共享数据。-matlab gui, including four very good example: 1. with multiple axes of GUI, the main learning control which axis is the object of drawing commands and edit the text boxes with the number of read input. 2. The list box directory reader, the main study to obtain the path, load, open the file 3. From the variable list box to access the work area, learning the basic work area exists in the variable names into the list box, select a number of other 4 . address book readers, the more integrated, more technology used. Including open, save, modify mat file, save and re-use handles structure called shared data.
Platform: | Size: 25600 | Author: lewis | Hits:

[Picture Viewerbmp-open-save

Description: 提供了简单的CDIB类 可以打开BMP,保存BMP,能在此基础上进行开发 -Class provides a simple CDIB can open BMP, Save BMP, can be developed on this basis
Platform: | Size: 3653632 | Author: luocw138 | Hits:

[Windows Developsave

Description: vb保存和打开程序文件,源码爱好者可以用于其它程序,有好源码,一定上传共享-VB can save and open documents
Platform: | Size: 23116800 | Author: 建平 | Hits:

[2D GraphicDDBOpen-show-save

Description: DDB 图像编程 实现图像的打开,保存,显示,一般处理等功能-DDB image programming to achieve the image open, save, display, general processing and other functions
Platform: | Size: 37888 | Author: xuyong | Hits:

[e-languageopen--save)-DIY

Description: 易语言程序 易语言模块源码 系统对话框(打开、保存)DIY-Easy language program easy language source module system dialog box (open, save) DIY
Platform: | Size: 2048 | Author: zhang | Hits:

[Button controlopen

Description: 按钮控件,打开保存退出这类的控件代码教程-The button control Open, save, exit
Platform: | Size: 30720 | Author: 何淑勤 | Hits:

[File OperateExcel文档处理之Open XML

Description: 代码分为两个部分:OXExcel类:Excel文档结构层次的节点或元素的处理;OXSheet:工作表内容层次的节点或元素的处理。 注:本代码段是本人经多次试验后的结果,但依然不尽如人意,主要表现在两个方面:1、表格样式部分只编写了修改背景颜色的功能;2、超链接的添加会导致一个后遗症,打开Excel文档后不修改任何东西,关闭时总会有一个是否保存的提示。(The code is divided into two parts: the OXExcel class: the Excel document structure, the hierarchy of nodes, or the processing of elements; OXSheet: the processing of tables, content levels, nodes, or elements. Note: This is my code after many tests results, but is still not satisfactory, mainly in two aspects: 1, written form part of the style change the background color of the function; 2, add a hyperlink will lead to a sequel, open the Excel document does not modify anything off there will always be a reminder to save.)
Platform: | Size: 5120 | Author: y.xu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net