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

搜索资源列表

  1. EhLib.v5.6WithSource_Fixed-By-zyxgd

    0下载:
  2.   Ehlib 是著名的数据库连接控制,版本为4.5.62,DBgrid增强VCL控件;支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印。可以和PB的ataWindow媲美。 本版本含完整源代码,支持以下 IDE: Delphi 5,6,7,2005 C++Builder 5,6 BDS 2006 (Delphi 2006, C++Builder 2006) Delphi 2007 RAD Studio 2009 (Delphi 2009, C++Builder 2009) Emba
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-02
    • 文件大小:2620030
    • 提供者:zyx
  1. RichTextBox

    0下载:
  2. 实现了richtextbox中添加行号,点击某行获取他的值-Achieve richtextbox add line numbers, click a row to get his value
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:54477
    • 提供者:毕于凯
  1. mfc_button

    0下载:
  2. 1.建立一个基于Dialog的MFC工程; 2.设置在Dialog窗体宽度为500,在其第一行位置放置一个组合框和一个按钮; 3.组合框设置8个默认选项,选项的内容分别是数字1,2,3,4,5,6,7,8 4.组合框允许输入数字,范围是0-50 5.按钮标题是“Do it” 6.点击“Do it”按钮,实现功能:①根据组合框填写或选择的数值(假设该值是n),创建n个按钮,每个按钮的大小都是高25长40,从界面上第二行开始显示,每一行显示的按钮数不超过(10-行号),超过时自动
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:4367073
    • 提供者:事实上
  1. 1

    0下载:
  2. 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构。-Sparse matrix transposition: input sparse matrix of each element in the row number, column number, the value triples storage structure create a sparse matrix, and the matrix transpose,
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:875
    • 提供者:陈晓晖
  1. main

    0下载:
  2. 9×9扫雷游戏,采用C语言编写。 具体要求:  1)利用二维数组(9*9)存储整个游戏界面,采用‘*’表示地雷,每次游戏开始需要进行随机布雷;  2)游戏时,通过输入希望打开格子的行号和列号;  3)对于没有打开的各自使用字符‘#’,表示未打开;  4)对于已经打开的格子若没有地雷,在该格子中显示周围有多少个地雷;-9*9 minesweeper game written in C language.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-19
    • 文件大小:1430
    • 提供者:Yang
  1. Assistant

    2下载:
  2. 文学研究人员需要统计某篇英文小说中某些形容词出现的次数和位置。试写一个实现这一目标的文字统计系统,称为“文学研究助手”。 基本要求为: 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词出现的次数和出现位置所在行的行号,格式自行设计。-Literary researchers need to count the number and location of some of the adjectives in t
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:16757
    • 提供者:丁洁琼
  1. lexical-analyzer

    0下载:
  2. 词法分析器,进行简单的词法分析,输出格式为:行号 字符串 数据类型 结果为:标示符-Lexical analyzer, a simple lexical analysis, the output format is: line number string data type: identifier
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:39580
    • 提供者:刘山
  1. Richtextbox

    0下载:
  2. 给richtextbox添加行号,并且可以选择行号-Add line numbers to richtextbox, and you can select the line number
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:49906
    • 提供者:wqd
  1. assistant

    0下载:
  2. 输入说明: 文本文件“input.c”作为程序输入,统计C语言关键字(见附加信息)在程序中出现的次数和行号。 输出说明: 对所有出现在程序中的关键字按字典顺序各占一行输出,在关键字之后输出出现次数,和按递增顺序排列的所有出现行号 -Input Descr iption: Text file " input.c" as a program input, statistics C language keywords (see Additional Informa
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:1874
    • 提供者:fisher
  1. 215

    0下载:
  2. 程序运行时,先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’\n’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。   注意,程序中不能使用库函数fgets或使用同名的变量、函数、单词,行的编号从
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:243348
    • 提供者:肖硕
  1. saolei

    0下载:
  2. 实现字符界面下的地雷游戏 具体要求:  1)利用二维数组(9*9)存储整个游戏界面,采用‘*’表示地雷,每次游戏开始需要进行随机布雷;  2)游戏时,通过输入希望打开格子的行号和列号;  3)对于没有打开的各自使用字符‘#’,表示未打开;  4)对于已经打开的格子若没有地雷,在该格子中显示周围有多少个地雷; -Achieve character interface mines game specific requirements: 1) the use of two-di
  3. 所属分类:assembly language

    • 发布日期:2017-11-03
    • 文件大小:184958
    • 提供者:李梅梅
  1. Game

    0下载:
  2. 用黑窗口通过简单的输入 计算行号实现星球大战游戏-With black window by a simple calculation of the input line number to achieve Star Wars game
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:1499
    • 提供者:张立宏
  1. VBCodeLines

    0下载:
  2. 自动增加VB程序行号并统计代码行数 -Automatically increase the VB program line numbers and statistics automatically increase the number of lines of code VB program line numbers and statistics the number of lines of code
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:29322
    • 提供者:cdgeq
  1. DataGridViewOperate

    0下载:
  2. 学习使用DataGridView显示数据实例源代码下载,Adapter对象连接数据库,如何绘制行号,定义一个颜色为红色的画刷,绘制单元格,对相同单元格进行合并,清除DataGridView单元格-Learning to use the source code examples DataGridView displaying data download, Adapter connect to the database objects, how to draw the line number, de
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:48955
    • 提供者:盐水肘花
  1. get-files-line-number

    0下载:
  2. 获取txt文件的行号,输入txt文件的文件名,即可获取该txt文件的使用行号数目信息-Txt file line access number, enter txt file name, you can get the txt file using the number line number information
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:645
    • 提供者:Eric
  1. NewNotePad

    0下载:
  2. VB仿Windows可显示行号的记事本程序,有需要的下。-VB notepad application in imitation of a Windows to display line Numbers, in need.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:19836
    • 提供者:清拌蟹肉
  1. juffed-0.10

    0下载:
  2. 开源软件,代码编辑器,支持语法高亮、自动完成、行号、查找替换、多语化-Features: - multi-document interface (tabs) - syntax highlighting - code blocks folding - sessions support - find/replace using regular expressions - charset selection and auto-detection - line
  3. 所属分类:Editor

    • 发布日期:2017-05-10
    • 文件大小:2146839
    • 提供者:ppp546
  1. Cxgrid

    0下载:
  2. Cxgrid表格数据录入 自动添加行号 Cx简单实用-Cxgrid Form Data Entry Automatically add line numbers Cx simple and practical
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-11
    • 文件大小:2911257
    • 提供者:唐林
  1. myTask0

    0下载:
  2. 有的科技图书会附有索引,其中列出书中重要术语出现的页码,便于读者查看。试设计一个类似的程序。输入是一个英文文本文件,输出是文件中关键字及其出现的行号的列表并按照关键字有序排列。程序运行方式:>index inputfile keys outputflie -Some books will be accompanied by technology index, which lists important terms appear in the book pages, easy to re
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1196
    • 提供者:tony
  1. Delete-Line-Number

    0下载:
  2. 有两个perl小程序,一个删行号加一个dot,另一个行号前有多个空格-There are two small perl program, a cut line number plus a dot, another multiple spaces before the line number
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:612
    • 提供者:Smith
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com