Welcome![Sign In][Sign Up]
Location:
Search - EDITOR MEMORY

Search list

[EditorxHEX

Description: 一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two. Delete three blocks. Insert 4. Filled with five blocks. Memory editor 6. Checksum (CRC calculation, Summation) 7. Direct numerical computing
Platform: | Size: 35394 | Author: 兰根顺 | Hits:

[OtherClearLogs

Description: 一个游戏内存编辑器 CE-a memory game ............ CE Editor
Platform: | Size: 779180 | Author: 林海洋 | Hits:

[Graph Recognizeztcx

Description: 屏幕抓图程序,可以按区域抓图到内存.方便文档编辑!-screen procedures, in accordance with a regional From Wikipedia to memory. Document Editor convenient!
Platform: | Size: 5953 | Author: xp | Hits:

[WEB CodeDosMem

Description: dos 内存管理文档,个人编辑-dos memory management documents, personal Editor
Platform: | Size: 11469 | Author: 廖宇俊 | Hits:

[GUI DevelopText Forge 1.3

Description: Text forge is a menu based text editor written completely in C. the program uses linked list to store the contents of the file. this program also uses VDU memory to display the contents of the file.
Platform: | Size: 33388 | Author: 林菁明 | Hits:

[Delphi VCLFastReport.v4.7.49

Description:

Current version
---------------
+ added confirmation reading for TfrxMailExport
+ added TimeOut field to TfrxMailExport form
- fixed bug whih PDF export in Delphi4 and CBuilder4
- fixed bug with some codepage which use two bytes for special symbols (Japanese ans Chinese codepages)
- fixed bug when engine delete first space from text in split Memo
+ added ability to use keeping(KeepTogether/KeepChild/KeepHeader) in multi-column report
- fixed bug in multi-column page when band overlap stretched PageHeader
- fixed bug with using ReprintOnNewPage
+ added ability to split big bands(biggest than page height) by default

version 4.7
---------------
+ CodeGear RAD Studio (Delphi/C++Builder) 2009 support
+ [enterprise] enchanced error description in logs
+ added properties TfrxHTMLExport.HTMLDocumentBegin: TStrings,
TfrxHTMLExport.HTMLDocumentBody: TStrings, TfrxHTMLExport.HTMLDocumentEnd: TStrings
+ improved RTF export (with line spacing, vertical gap etc)
+ added support of Enhanced Metafile (EMF) images in Rich Text (RTF), Open Office (ODS), Excel (XLS) exports
+ added OnAfterScriptCompile event
+ added onLoadRecentFile Event
+ added C++ Builder demos
+ added hot-key Ctrl + mouseWheel - Change scale in designer
+ added TfrxMemoView.AnsiText property
- fixed bug in RTF export with EMF pictures in OpenOffice Writer
- fixed some multi-thread isuues in engine, PDF, ODF exports
- [enterprise] fixed integrated template of report navigator
- [enterprise] fixed bug with export in Internet Explorer browser
- fixed bug with font size of dot-matix reports in Excel and XML exports
- fixed bug in e-mail export with many addresses
- fixed bug in XLS export (with fast export unchecked and image object is null)
- [enterprise] fixed bug in TfrxReportServer.OnGetVariables event
- fixed bug in Calcl function
- fixed memory leak in Cross editor
- fixed progress bar and find dialog bug in DualView
- fixed bug in PostNET and ean13 barcodes
- fixed bug with TruncOutboundText in Dot Matrix report
- fixed bugs with break points in syntaxis memo
- improved BeforeConnect event in ADO
- fixed bug in inhehited report with internal dataset
- fixed bug in TfrxPanelControl with background color(Delphi 2005 and above)

经查证后,这个是最新的 FastReport.v4.7.49
 


Platform: | Size: 2986536 | Author: gzhubin | Hits:

[GUI DevelopText Forge 1.3

Description: Text forge is a menu based text editor written completely in C. the program uses linked list to store the contents of the file. this program also uses VDU memory to display the contents of the file.
Platform: | Size: 32768 | Author: 林菁明 | Hits:

[EditorxHEX

Description: 一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two. Delete three blocks. Insert 4. Filled with five blocks. Memory editor 6. Checksum (CRC calculation, Summation) 7. Direct numerical computing
Platform: | Size: 34816 | Author: 兰根顺 | Hits:

[File Operatechina

Description: 【操作系统】页式虚拟存储管理中地址转换和缺页中断的模拟-Page] [operating system virtual memory management of address translation and page fault simulation
Platform: | Size: 1024 | Author: 望人 | Hits:

[OtherClearLogs

Description: 一个游戏内存编辑器 CE-a memory game ............ CE Editor
Platform: | Size: 779264 | Author: 林海洋 | Hits:

[Graph Recognizeztcx

Description: 屏幕抓图程序,可以按区域抓图到内存.方便文档编辑!-screen procedures, in accordance with a regional From Wikipedia to memory. Document Editor convenient!
Platform: | Size: 6144 | Author: xp | Hits:

[EditorEDITOR

Description: 这是一个功能强大的文本编辑器,EDITOR是一个多文档/多窗口的文本/二进制编辑器,适合编辑批处理文件,二进制文件,文本文件和多种编程语言。唯一的限制就是编辑的文件数目和大小受制于内存的大小。-This is a powerful text editor, EDITOR is a multi-document/multi-window text/binary editor for editing batch files, binary files, text documents and a variety of programming languages. The only limitation is the editing of documents by the number and size of memory size.
Platform: | Size: 312320 | Author: 小白 | Hits:

[Program doc109

Description: 文本编辑程序是利用计算机进行文字加工的基本软件工具,实现对文本文件的插入、删除等修改操作。限制这些操作以行为单位进行的编辑程序称为行编辑程序。   被编辑的文本文件可能很大,全部读入编辑程序的数据空间(内存)的做法既不经济,也不总能实现。一种解决方法是逐段地编辑。任何时刻只把待编辑文件的一段放在内存,称为活区。试按照这种方法实现一个简单的行编辑程序。设文件每行不超过320个字符,很少超过80字符。 -Text editor program is the use of computer text processing the basic software tools to achieve the insertion of a text file, delete, such as amendments to the operation. Restrictions on these operations units to conduct the editorial process is called line editing process. By editing a text file can be significant, all read into the editorial process data space (memory) is not economic, not always able to achieve. A solution is to edit the paragraph by paragraph. Any time only to edit the document to be placed on a section of memory, known as the living area. Test in accordance with this method to achieve a simple line editing process. Each line is not set up a document more than 320 characters, rarely more than 80 characters.
Platform: | Size: 2048 | Author: 关正勇 | Hits:

[source in ebookj_11615_PDFer

Description: PDFer国内第一款PDF在线即见即所得编辑器。在线编辑PDF文件如同在自己电脑上编辑微软的Word。轻便,不需要任何安装。随时随地在线办公,不需要存储器。 各种编程语言的集成软件包请到http://www.pdfer.cn下载。-PDFer China s first online PDF that is see that the proceeds editor. Edit PDF documents online, as in their own computer to edit Microsoft Word. Light, does not require any installation. Online office anytime, anywhere, no memory. Integration of various programming languages go http://www.pdfer.cn package download.
Platform: | Size: 164864 | Author: 马超 | Hits:

[OtherPDFer.V1.1

Description: PDF在线即见即所得编辑器。在线编辑PDF文件如同在自己电脑上编辑微软的Word。轻便,不需要任何安装。随时随地在线办公,不需要存储器。-PDF online or see that the proceeds editor. Edit PDF documents online, as in their own computer to edit Microsoft Word. Light, does not require any installation. Online office anytime, anywhere, no memory.
Platform: | Size: 156672 | Author: stela | Hits:

[File Operate16edit

Description: 小巧有效的16进制编辑器.支持文件和内存的操作,支持鼠标滚轮,能直接修改-Compact effective 16 hexadecimal editor. Supporting documents and the memory of the operation, to support the mouse wheel that can directly modify the
Platform: | Size: 68608 | Author: ddl1234 | Hits:

[OS programprocesshacker-1.3.6.1-src

Description: Process Hacker is a free and open source process viewer and memory editor with unique features such as a Regex memory searcher and a powerful run-as tool. It can show services, processes and their threads, modules, handles and memory regions.
Platform: | Size: 1487872 | Author: YH7TZwEeT7Eb | Hits:

[Windows DevelopPE_head

Description: 自写的一个看PE头和编辑的工具,可以打开内存中的程序和文件,还有个16进制编辑器。-Since a look at PE writing and editing of the first tool that can be opened in memory of the procedures and documents, as well as 16 hexadecimal editor.
Platform: | Size: 7503872 | Author: yangchanghu | Hits:

[ELanguagesrc2dic.py

Description: 又一个星际译王Stardict词库编译器。与官方的stardict-editor相比有如下特点: 1、输入格式仅支持Tabfile,但词条可以用竖线|分隔以表示同义词。 2、可指定最大.dict文件大小,若源数据过多则会按此大小分割成多个词库,以规避Stardict不支持超过2G词库文件的问题。适合于大型维基词库的编译。 3、可指定词条解释的的最长大小,解释过多的词条会被分割成多个条目,以避免在手机上使用时内存不足。 4、不会将源文件全部加载至内存。排序只针对词条索引,在.dict中不改变源文件中词条的顺序。而stardict-editor会将源文件全部加载,导致无法编译数百兆的大词典。-Yet another Stardict dictionary compiler. It features differently from the official stardict-editor in the following aspects: 1. Input source file format is limited to Tabfile. However, vertical bar (|) can be used to delimit synonyms by default. 2. Maximum .dict file size can be specified, so that when the source file is too large, its output are divided into multiple dictionaries, to work around the 2GB file size limitation of Stardict. Suitable for compilation of large Wikipedia dictionaries. 3. Maximum length of a word s meaning can be specified. Words with too long meanings are split into multiple entries, to avoid memory allocation failure when used on mobile devices. 4. This program does not load the entire source file into memory. Only word indices are loaded for sorting, nad the entry sequences are the same in .dict and in source file. In contrast, stardict-editor would load whole source file into memory, making it difficult to compile huge dictionaries with hundreds of me
Platform: | Size: 1024 | Author: Dian Yin | Hits:

[VC/MFCMemory-leaks-mechanism-to-detect

Description: Memory leaks mechanism to detect 该文档详细阐述了C++在编辑是产生了内存泄露时所采取的办法-Memory leaks mechanism to detect the document elaborated in c++ editor is the measures taken by the Memory leaks
Platform: | Size: 13312 | Author: 郭景观 | Hits:
« 12 3 »

CodeBus www.codebus.net