CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 行号

搜索资源列表

  1. select

    0下载:
  2. 1.该工具搜索文件范围为本机资源 2.支持多关键字精确、模糊两种查询方式 3.简易文本操作(复制、粘贴、剪切等) 4.单击“查询关键字”显示行号 5.支持给定后缀和无后缀查询(可自行给定后缀) 6.支持精确到文件夹查询 7.不能直接在左侧显示内容的文件可以直接右键打开 8.直接定位文件-1. The scope of the tool to search for a file-based resources 2 machine. Support multi-keywo
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:81069
    • 提供者:吴勇军
  1. search

    0下载:
  2. 编制一个统计单词在问本串中出现次数和位置的程序. 终端输出的结果是:单词、出现的次数、出现的位置所在行的行号,同一行出现两次的只输出一个行号。 测试数据:文本文件名为AWord.C;待统计的词集:if else for while return void int char typedef struct-The preparation of a statistical word in question appeared in this series the number and locati
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9084
    • 提供者:chissie
  1. zoumigongsheji

    0下载:
  2. 有一个m*n格的迷宫(表示有m行、n列),其中有可走的也有不可走的,如果用1表示可以走,0表示不可以走,文件读入这m*n个数据和起始点、结束点(起始点和结束点都是用两个数据来描述的,分别表示这个点的行号和列号)。现在要你编程找出所有可行的道路,要求所走的路中没有重复的点,走时只能是上下左右四个方向。如果一条路都不可行,则输出相应信息(用-l表示无路)。 -A m* n grid of a maze (that has m lines, n out), which may also not go
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:592
    • 提供者:肖影
  1. PEDump

    0下载:
  2. PEDUMP程序自从1994年的版本以来,已经有了明显的改善。它可以显示在PE里的每一个数据类型,包括: IMAGE_NT_HEADERS   输入/输出表   资源   基址重定位   debug目录   延迟装入输入表   绑定输入描述符   IA-64异常处理表   TLS初始化数据   .NET运行时头部 除了可导出PE可执行文件外,PEDUMP也能导出COFF格式的OBJ文
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:64559
    • 提供者:王一
  1. VC6LineNumberShow

    0下载:
  2. 在VC6的界面下增加行号的软件,超级实用。包括源代码-Interface in VC6 to increase its software line, super-practical. Including the source code. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4262143
    • 提供者:高天
  1. line-num

    0下载:
  2. 用于emacs编辑器,可以使emacs在编辑时轻松的看到行号,从而便于定位-For the emacs editor, emacs editing can make it easy to see when the line number in order to facilitate the positioning
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:4719
    • 提供者:zjian
  1. linenumberedit_demo_src

    0下载:
  2. 基于对话框的编辑框编程,使得编辑框可以一边编辑一边显示行号。-Based on the edit dialog box programming, the edit box you can edit line number one show.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:17606
    • 提供者:恒烨
  1. OpenFile

    0下载:
  2. 编写一个小程序,打开一个ASCII文件,用于把输入中包含特定字符或字符串的各个行显示出来。尝试完善这个小程序,如忽略大小写,或在输出这一行的同时输出这行的行号。-Procedures for the preparation of a small, open an ASCII file for the input string contains a specific character of each line or displayed. Try to improve this small pro
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1913210
    • 提供者:夏廉
  1. DT

    0下载:
  2. 实时接收VC++程序Debug和Release下的自定义调试输出,可以极大的方便程序的调试. 用法(以CTestMFCApp为例): 在TestMFCApp的stdafx.h中加入#include "dt_2005.h" 在.cpp需要输出调试信息的代码行加入 DT("hello,year d",2009) DW("This is a warning msg") DE("error") 用DT.exe来接收输出的信息 DT用来输出一般信息,
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:101623
    • 提供者:xwp
  1. 10

    0下载:
  2. (1) 输入源程序:输入PASCAL源程序; (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号) -(1) enter the source code: Enter the PASCAL source (2) the output word, the output form as follows: (number, wor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1661
    • 提供者:汤丽
  1. A_4

    0下载:
  2. 4. 给源代码加行号。要求:从C#源代码文件中读出源代码,并显示出来;从源代码文件的第一行(using 语句)开始加上行号;并把加上行号的源代码保存在以“.bak”为扩展名的文件中。-4. To the source code line number increases. Requirements: C# source code from the document source code to read out and displayed from the source code files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:34797
    • 提供者:jiangjundong
  1. st

    0下载:
  2. 文学研究助手,学研究人员需要统计某篇英文小说中某些形容词的出现次数和位置。试写一个实现这一目标的文字统计系统,称为“文学研究助手”。 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计-Literature research assistants, researchers need to study statistics in a chapter in English no
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2430
    • 提供者:jake
  1. Edit

    0下载:
  2. 实现在对话框中显示视图,并且操作文件,显示行号等-In the dialog box shows the achievement of view, and operating documents to show the line number, etc.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-31
    • 文件大小:50260
    • 提供者:ccdbeyond
  1. DXGraphForStudy

    0下载:
  2. 一个简单的多文档编辑器! 带行号列号提示,6502 asm关键字自动提示! QProcess调用示例! -A simple multi-document editor! Out with its line number prompt, 6502 asm keyword automatically prompt! Example QProcess call!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4984029
    • 提供者:wyw
  1. removeLineNumuber

    0下载:
  2. 去除从 网上下载的代码的行号工具! -To remove the code downloaded from the Internet tools of the line number!
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:33823
    • 提供者:正正
  1. compfile

    0下载:
  2. 7. 编程序CompFile,首先让用户输入两个文件名及其路径(二文件均为text文件),而后通过使用类成员函数getline逐行读入这两个指定文件的内容并进行比较。若发现有不同,则在屏幕上显示出相异二行的行号及其内容,并暂停下来询问用户是否需要继续比较后继行,直到用户回答不需要继续进行比较,或者已经比到了二文件的结束时停止处理。-7. Programmed CompFile, first of all allow users to enter two file names and their
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1202
    • 提供者:lixuhui
  1. AddLineNum

    0下载:
  2. 读取一个文本文件,并读取每行,然后在另一个文本文件中添加文本文件的行号-add Index to*.txt files!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:340600
    • 提供者:Fish
  1. fenlan

    0下载:
  2. 分栏程序是对指定的源文件分栏、加行号显示在屏幕上并保存为新文件。请综合运用C语言的基本知识,开发该程序,要求实现如下基本功能: 1) 输入(源文件名、目标文件名); 2) 程序中设定分栏数、栏宽、每页行数等; 3) 分栏、编号(读出源文件对文件进行分栏、编号排版显示在屏幕上); 4) 保存(将新分栏排版后的文档用目标文件名保存)。 -Columns process is the specified source file columns, add line numbers a
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:363497
    • 提供者:大为
  1. string

    0下载:
  2. 实现了简单的字符串模式匹配,打开一个txt文件,用户输入一个字符串,输出匹配的字符串的行号与起始处列号。-To achieve a simple string pattern matching, open a txt file, the user input a string, the output matching string and the beginning of the line number column number.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:93766
    • 提供者:serenha
  1. Easement

    0下载:
  2. VS2008开发的VC++笔记记录工具 VC++笔记记录工具,源代码编译运行于VS2008及以上版本,能够快速记录笔记,支持便笺管理和文件管理的一个小工具软件,程序中把CListCtrl 改成可以按文件路径显示文件。   把CRichEdit改成可以显示行号,可以设置背景等,语法高亮暂时没弄出来(主要是闪烁的问题找不到办法解决)。   把CButoon写成符合下列要求:   支持位图、边框、填充颜色三种风格,并且可以内置一个小按钮,像标签上面的关闭按钮。   把CStatic
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:364686
    • 提供者:叶韵
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com