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

搜索资源列表

  1. xunzhaozifuchuan

    0下载:
  2. 用VC++编写的的查找字符的程序,并统计字符,供大家参考-VC prepared by the characters of the search procedures and statistical characters, for your reference! !
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1847
    • 提供者:将军
  1. 查找字符组合(数字版)

    0下载:
  2. VB的一个查找字符组合(数字版)-VB find a combination of characters (digital version)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:91657
    • 提供者:何哲文
  1. 用表格形式显示ASCII字符

    0下载:
  2. 一、 实验目的及要求 熟悉Debug命令,掌握应用Debug完成汇编程序的调试,检测程序的运行过程。 二、 实验内容 按15行×16列的表格形式显示 ASCll码为10H~FFH的所有字符,即以行为主的顺序及 ASCll码递增的次序依次显示对应的字符。每 16个字符为一行,每行中相邻两个字符之间用空白符(ASCII为20)隔开。
  3. 所属分类:文档资料

    • 发布日期:2009-11-16
    • 文件大小:112640
    • 提供者:wangzhekid
  1. VC++6实现字符查找,定位

    0下载:
  2. VC++6实现字符查找,定位,插入字符串的操作,演示了对话框的操作-VC++6 to achieve character to find, locate, insert the string operations, demonstrate the operation of the dialog box
  3. 所属分类:文件操作

    • 发布日期:2017-04-09
    • 文件大小:1870364
    • 提供者:Hu Liangsai
  1. 查找匹配字符串所在的位置

    0下载:
  2. 汇编实验 查找匹配字符串所在的位置 输入一段字符 能查出它的位子和个数-compilation of experimental search string matching the location for the importation of characters it can be detected and the number of seats
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:12803
    • 提供者:wchz
  1. compare1

    0下载:
  2. 查找匹配字符串 程序接收用户键入的一个关键字以及一个句子.如果句子中不包含关键字则显示 NO PATH 如果句子中包含关键字则显示从这该字在句子的位置用十六进制数显示出来-search procedures to receive matching string typing a keyword and a sentence. If the sentence does not contain the keyword showed NO PATH if the sentence conta
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:884
    • 提供者:
  1. findCStirng

    0下载:
  2. 字符串查找,从一段字符串中查找需要查找的字符或单词-String to find, from a string to find the need to find the characters or words
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11153
    • 提供者:long
  1. RichTextChar

    0下载:
  2. 利用RichEdit控件实现文字定位与标识,实现了在RichEdit控件中查找字符,并将查找到的字符设为选中状态.-Implementation language to use RichEdit control positioning and logo, implementation RichEdit control in search of characters and character to search is set to select the status.
  3. 所属分类:RichEdit

    • 发布日期:2017-05-09
    • 文件大小:1883312
    • 提供者:苏秦
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving m
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:319734
    • 提供者:林玲
  1. 7jjl

    0下载:
  2. 文本查看器,实现查找字符和替换字符功能附源码窗口比较漂亮-Text viewer to realize characters to find and replace characters function relatively pretty attached to source window
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:29426
    • 提供者:liag
  1. chazhao

    0下载:
  2. JAVA程序,功能是查找字符,作为记事本的附加功能还是不错的!-The function is finding characters
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:9324
    • 提供者:ax
  1. socket_shell

    0下载:
  2. 分别编一个客户端程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如>1k字节) (目的是为了在一次连接测试多次的收/发)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。 编写一个递归的shell程序 findit,该程序搜索参数2指定的目录树,查找所有的以 .c和 .h结尾的文件,如文件行中含有参数1指定的字符串,显示该行和相应的文件名。如目录参数2缺省,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:13075
    • 提供者:pobenliu
  1. SEARCH

    0下载:
  2. 子程序的参数是一个N字节数组的首地址TABLE,数N及字符CHAR.要求在N字节数组中查找字符CHAR,并记录该字符的出现次数. 主程序则要求从键盘接收一串字符以建立字节数组TABLE,并逐个显示从键盘输入的每个字符CHAR以及它在TABLE数组中出现的次数.(为简化起见,假设出现次数<=15,可以用十六进制形式显示出来)-Subprogram parameter is a N-byte array of the first address of TABLE, the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2909
    • 提供者:笑了
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:316702
    • 提供者:126
  1. Pad

    0下载:
  2. 基于Dialog类,一个简单的查找字符串的程序,带有菜单等功能-Dialog-based class, a simple procedure for the search string with the menu and other functions
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2779851
    • 提供者:shicheng_jia
  1. TXTFind

    0下载:
  2. C#模仿的类似记事本的查找功能,可以查找任何形式的字符。-C# similar to Notepad, copy the search function, you can find any kind of character.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:19928
    • 提供者:238
  1. zzbds

    0下载:
  2. 正则表达式的运用 字符串或字符匹配 字符串查找 字符串替换-The use of regular expression matching the string search string or character string replacement
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:5088
    • 提供者:小强
  1. Findtheletter

    0下载:
  2. 汇编语言,编写指令序列,在字符串中查找字符“B”,若找到,显示Found,否则,显示NotFound,吴泽乐-Assembly language, writing instruction sequence, find the characters in the string " B" , if found, display Found, otherwise, show NotFound, WU Ze-Le
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1651
    • 提供者:
  1. MemEdit0.2

    0下载:
  2. 内存查找,很好用,可以查找字符,数值,双精度,单精度-Memory Find
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:675157
    • 提供者:sigma
  1. C程序—查找

    0下载:
  2. 寻找对称的字符串的最大长度,输入一串字符,输出与其对称的最大长度。(Finding the maximum length of a symmetric string)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1469440
    • 提供者:墨染静然
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com