搜索资源列表
18571_ddooo
- 好!由此可以引申出另一快速恢复多系统启动选单的方法:就是利用Ghost克隆工具,全新安装完成后在Win 98或纯DOS状态下先将Win 98和Win 2000的系统区(最好是FAT文件系统而不-good! It can be extended up to another rapid restoration of a multi-boot menu approach : Ghost cloning is the use of tools, after the completion of a new
textdiff_source
- 简单且实用的文件比较工具,源码是用Delphi编写的,很有参考价值。-simple and useful document comparison tools, source code with Delphi is prepared in great reference value.
JHelper
- 这是一个用java编写的文本编辑器,主要实现了部分简单常用的功能.其源码在src文件夹下,本人发部此源码主要目的是为了和所有喜欢java的朋友交流交流有关Swing方面的知识-This is a java prepared using the text editor, the main part of a simple common functions. its source in the src folder, I made this Ministry source primarily for
DynaDocReaderv425
- Visual C++ 6.0语言参考手册,分五部分:引言、part1、part2、part3.WDL文件阅读器(DynaDoc Reader) v4.25.rar-Visual C 6.0 Language Reference Manual, in five parts : Introduction, part1, part2. part3.WDL document readers (DynaDoc Reader) v4.25.rar
UltraEdit-32_12.20a+1_SC
- UltraEdit 是能够满足你一切编辑需要的编辑器。UltraEdit 是一套功能强大的文本编辑器,可以编辑文本、十六进制、ASCII 码,可以取代记事本,内建英文单字检查、C++ 及 VB 指令突显,可同时编辑多个文件,而且即使开启很大的文件速度也不会慢。软件附有 HTML 标签颜色显示、搜寻替换以及无限制的还原功能,一般大家喜欢用其来修改EXE 或 DLL 文件。 -UltraEdit you will be able to meet all the needs of the edit
notbook
- 1.服务器装有jdk和resin服务器等 2.安装完JSDK后,配置下面的内容: 在系统变量中找到ClassPath并加入下面内容(如果你找不到ClassPath,则新建它): c:\\jsdk\\LIB\\dt.JAR c:\\jsdk\\LIB\\TOOLS.JAR c:\\jsdk\\BIN . 再在系统变量中找到Path并加入下面内容: c:\\jsdk\\ c:\\jsdk\\bin 3.直接解压resin就可以运行把程序放在doc目录下面把cl
5141_6181
- 微软插件:Office2007将文件输出为PDF或XPS格式. 微软将Office2007 可将文件输出为PDF格式,不过需要安装2007 Microsoft Office 加载项:Microsoft Save as PDF 或 XPS。 今天刚好使用并下载,跟大家分享一下。这可是正版操作系统+正版OFFICE才能从微软下载下来的哟。 安装后,打开任何一个Office2007组件,都可以单击开始按钮,然后在“另存为”菜单下选择“发布为PDF或XPS”命令,按照程序提示操作
c_wenbenbianjiqi
- 用C语言编写的功能强大的文本编辑器。 说明: 调试环境为TC2.0或者TC3.0。运行这个程序需要TC提供的几个头文件。建议修改“options”菜单中的“include”目录项指向Tc的include目录;或者把源程序拷贝到TC目录下运行。 运行时需要做生成一个工程文件来包含所有的C源代码,制作工程文件(后缀.prj)。在TC2.0里面,需要输入.c文件的文件名,而在TC3.0里面,则可以通过鼠标和菜单选择要放到工程中的文件。-C language of the pow
editor-tc
- 文本编辑器,有简单的界面,可以实现文本文件的创立,装入,保存,显示和编辑的功能。数据结构要求用链表,要实现链表的建立,添加,删除,插入,参考界面是TC2.0-text editors, a simple interface, can achieve the creation of text files, loading, storage, display and editing functions. Requested data structure used chain, in order to
pdf417
- 对位图文件中的点阵数据进行模式判别,找出其中的完整PDF417条码,并按照GB/T 17172-1997规范来解释读出对应的数据. -right bitmap document, the lattice data mode discrimination, find the integrity of PDF417 barcode, and in accordance with GB / T 17172-1997 standard, explained to the corresponding
PEView
- 你用过ExeScope吗?它是能够将Exe文件中的资源进行查看并修改的工具,用此可以进行软件的汉化,这个PEView想逼近它的功能,但只能查看,暂时还不能修改。-you used? It is able to document the Exe resources for viewing and modifying tools can use this software in line with the PEView approximation to the function, but only
AnotherPDFLib0.4.zip
- PDF文件格式解析库源代码,实现对PDF格式的几种操作,This project is intended to achive all the capbilities specified in PDF 1.6 Reference, and provide tools to create, read, manipulate PDF files.
PDFToText_src.zip
- 将pdf文档转换为文本文件 注:只支持英文,Pdf document will be converted to a text file Note: The only support in English
RVFEditor.rar
- RichView是Delphi下一个很好用的类rtf格式编辑器,其文件格式为rvf。 其内容可以与word互相拷贝。这个编辑器可以作为考察其功能的参考用例。,Delphi under RichView is a very good class with rtf format editor, the file format for rvf. Its content can be copied with the word with each other. This editor can be us
note
- 使用Win32编程设计一个功能及界面风格类似于记事本的文本编辑器。 主要实现的功能: 主菜单应包含基本的文件操作,包括新建、打开、保存、另存、退出,以及基本的文本编辑操作,包括撤销、剪切、复制、粘贴、删除、全选。 各菜单功能项应该有与之相对应的热键字符和快捷键。 支持简单的右键菜单功能,提供便捷的编辑处理。 较高要求:支持字体、文字颜色等特性。 -file editor in win32 function: open save exit and save as and
rw
- VC中用CStdioFile读写文件的方法 完整的源码如附件中所示-VC read and write files using the method CStdioFile complete source code as shown in the annex to
PDFReader
- asp.net编写的pdf文件阅读器,可以正确浏览pdf文件-written in asp.net pdf file reader, you can view pdf files properly
pdfreader
- 使用vc 开发的基于对话框的pdf文件阅读器,可以实现pdf文档的打开,关闭,下一页,上一页,放大,缩小等功能。主要使用ADOBE READER 提供的控件实现功能。-Vc developed using dialog-based pdf file viewer, you can achieve pdf document open, close, next, previous, zoom in, zoom functions. ADOBE READER mainly used to provid
vb60_fanli
- 主要是一些文件操作的技巧,例如文本编辑器的制作,简易的文件管理器,磁盘中查找文件等的基本VB程序 ,广大的VB爱好者可以参考一下我的程序- Mainly is some document operations skills, for example the text editor s manufacture, the simple document management, in the floppy disk searches the document and so on the basic
Text2Html
- 本程序具有的功能: 1.文本文件编辑器,可以取代NotePad. 记事本中,当设置字体大于11点时,行距太小,难于阅读,本编辑器的行距大于记事本,可阅读性好。 2. 简单的Web浏览器.可以在Windows资源管理器中,点击右键,选择用本程序打开.html,.htm,.txt文件。 3. 文本文件转换器.本程序可以将.txt文件转换成.html文件,并加了简单的css来调节行距,字体等,以便于阅读。并支持简单的编辑。 -The program has features: 1