CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编辑器/阅读器 搜索资源 - used

搜索资源列表

  1. SimWork

    1下载:
  2. 计算两篇文档相似性,可以用来查看连篇文章是否抄袭-similar calculation two documents, can be used to check whether a series of articles plagiarism
  3. 所属分类:编辑器/阅读器

    • 发布日期:2015-06-08
    • 文件大小:34190
    • 提供者:古月
  1. gcc-manual(Chinese)

    0下载:
  2. GCC是广泛用于linux的编译器结构,该文档详细描述了gcc的使用方法-GCC is widely used in the Linux compiler structure, the document describes in detail the methods of using gcc
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:18976
    • 提供者:马欣
  1. jiandanbianjiqi

    0下载:
  2. 这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses -This is a simple editor prototype, here the screen used for the development of curses and keyboard function keypa
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1108
    • 提供者:wwwwppp
  1. SkyEdit

    0下载:
  2. SkyEdit是一个可用彩色语法来显示及编辑各种开发语言源代码的编辑器控件。-SkyEdit is a color syntax can be used to display and edit various development languages source code editor charged pieces.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:87708
    • 提供者:shanyueying
  1. edit1

    0下载:
  2. 用c语言写的文本编辑器,非常类似于windows自带的editor编辑器。-language used to write the text editor, very similar to the Microsoft's Windows editor editor.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:13205
    • 提供者:李凡
  1. 1213

    1下载:
  2. c语言编写的语法分析程序,是个过程体,可以作为学习的参考,很不错-c language syntax analysis procedure is the process body can be used as reference for the study, is pretty good
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:7386
    • 提供者:
  1. Wediter

    0下载:
  2. 微型文本编辑器. 多文档界面,具有一般文本编辑器的功能。 主要用于编辑AutoCAD图形内的技术要求。 -micro-text editor. Multi-document interface, the general text editor functions. Used mainly for editing AutoCAD drawings within the technical requirements.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:274440
    • 提供者:ynqjlgq
  1. editor-tc

    0下载:
  2. 文本编辑器,有简单的界面,可以实现文本文件的创立,装入,保存,显示和编辑的功能。数据结构要求用链表,要实现链表的建立,添加,删除,插入,参考界面是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
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:23658
    • 提供者:张兰
  1. SyntaxColorizer_demo

    0下载:
  2. CSyntaxColorizer是一个快速而通用的类,用于突出显示语法。这个类简单、快速、灵活。缺省的突出显示模式是VC++,用绿色表示注释,深蓝色表示字符串,亮蓝色表示关键字。这个类展示了可以用于修改这些缺省设置的方法-颜色不是唯一的选择。突出显示的词可以用粗体、斜体、下划线等等。展示的方法使用 CHARFORMAT结构作为参数,这样可以用CHARFORMAT结构提供对任何文本格式的修改,可以是关键字、注释和CSyntaxColorizer中的字符串格式。 -CSyntaxCol
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:12198
    • 提供者:yang
  1. test_speed

    0下载:
  2. 测量被试的阅读速度,通过不同的字体大小来反映字体对人阅读速度的影响。界面部分采用了wtl来编写-measurements were tested in reading speed, different font sizes to reflect the character of the reading speed of the impact. Part of the interface used to prepare wtl
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:125123
    • 提供者:Alan
  1. small_sum

    0下载:
  2. 这是一个用java代码编写的一个小应用软件,一个简单的计算器-This is a java code used to prepare a small software application, a simple calculator
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1457
    • 提供者:宏伟
  1. LL(1)while

    0下载:
  2. 用C++做的LL(1)分析法的程序,大家先用着吧,比较好用吧-C do LL (1) analysis of the procedure, we first used to it, the more useful it
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:23570
    • 提供者:John
  1. PEView

    0下载:
  2. 你用过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
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:478236
    • 提供者:欧成松
  1. MyScanner

    0下载:
  2. 用.NET编的scanner-used.NET series scanner
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:39103
    • 提供者:向波
  1. TOOLS

    0下载:
  2. 实用汇编编译工具,用这个可以锻炼你的编程能力,什么debug呀都是自己亲自用才会体会到它的价值!-practical compilation compiler tools, training can use this to your programming, debug ah what are personally used it only to appreciate the value!
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:112341
    • 提供者:刘雪虎
  1. 42885booksour

    0下载:
  2. 电子小说阅读器v2.68可用于阅读pdf.html等各种形式的文档-electronic fiction reader can be used to read v2.68 pdf.html various forms of documentation
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:276396
    • 提供者:林冰月
  1. edit082

    1下载:
  2. edit 0.82 freedos中的文本编辑器,比买骚公司的好,用TC2.01 TC++1.00 TC++3.0 BC++3.1 等编译。-0.82 FreeDOS edit the text editor, bought the show and used TC2.01 TC TC 1.00 3.1 3.0 BC such as compiler.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:247006
    • 提供者:京继鸿
  1. Pizza是款用来解密超星阅读器pdg格式的软件

    51下载:
  2. Pizza是款用来解密超星阅读器pdg格式的软件,十分好用。,pizza(pdg into zerozero all), developed by che ming, can be used to decode the 6XH and other formats read by SSReader.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2015-01-13
    • 文件大小:925989
    • 提供者:summer
  1. DSCAN.zip

    0下载:
  2. This is DBSCAN source code and it is for matlab. Hope it will gonna be used.. :),This is DBSCAN source code and it is for matlab. Hope it will gonna be used.. :)
  3. 所属分类:Editor

    • 发布日期:2017-03-30
    • 文件大小:1643
    • 提供者:neyna
  1. RVFEditor.rar

    0下载:
  2. 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
  3. 所属分类:Editor

    • 发布日期:2017-03-29
    • 文件大小:836476
    • 提供者:陈晓斌
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com