CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - string array

搜索资源列表

  1. bubblesorttemp

    1下载:
  2. 对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序. -right string sets, in order to support array and MFC C Class Set support ascending and descending.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.94kb
    • 提供者:顾义坤
  1. music_by_mcu

    0下载:
  2. 简谱为字符串数组,与用手机编写音乐一样,可放多首曲子 爱我中华 女人花-number notation to a string array, and using cell phones to prepare music, may be the first to put more women spend pointed song
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:huang
  1. nanka100ti

    0下载:
  2. 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS10.DAT中。 -ReadDat function () from a document ENG.IN read an article in English. credited to the string array xx; Plea
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:43.59kb
    • 提供者:满玉
  1. jspnetcode

    0下载:
  2. 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与Javascr ipt交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序示例 实例8 查找字符串程序示例 实例9 Str
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:385.83kb
    • 提供者:xk
  1. aarray

    0下载:
  2. 提共以字串來查表的Array Class -offered to a string of Array Class Lookup
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:鄭線
  1. SplitString

    0下载:
  2. 将一个字符串根据空格或其它分隔符分解成字符串数组-according to a string spaces or other separation decomposition of the string array
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:854byte
    • 提供者:吴会良
  1. 2

    0下载:
  2. 依次输入单个字符到该数组中,直到输入回车完成该字符数组的输入。反向输出该数组中的字符串内容。 // 输入:This is Test! 输出结果为:!tseT si sihT // 并利用sizeof运算符,求出数组占用的内存字节数-Followed by the importation of a single character to the array until the completion of the carriage return character input array i
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-05
    • 文件大小:794byte
    • 提供者:lllgg
  1. MASM

    0下载:
  2. 在dos中,使用汇编语言编程,在一串数组中查找元素。-In dos, the use of assembly language programming, in a string array to find the element.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:170.49kb
    • 提供者:shao
  1. qiushuzuzhongzuidachuxiangeshu

    0下载:
  2. 随即输入一串数组,统计数组中各个出现的次数,使用汇编语言编写。-Then enter a string array, the array of statistics on the number of all emerged, the use of compiled languages.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:986byte
    • 提供者:刘继凯
  1. string

    0下载:
  2. 本源码为在vc++环境下编写的string类,该类既可 自动调节大小,又可限制数组越界,还重载了一些运算符-The source code in vc++ environment, prepared by the string class that can automatically adjust the size, but also an array of cross-border restrictions, but also a number of operator overloading
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:1.13kb
    • 提供者:孙东磊
  1. Delphi7functions

    1下载:
  2. Delphi7函数速查,包含常用的数据类型转换函数、字符串、数组操作函数、文件、磁盘操作函数、内存、指针操作函数、数学运算函数、日期函数。-Quick Delphi7 functions, including common data type conversion functions, string, array function, file, disk manipulation functions, memory, pointer manipulation functions, math fu
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6.24kb
    • 提供者:ninja
  1. string-into-array

    0下载:
  2. 将字符和数字转换为字符串数组利用写入电子表格文件进行文件存储-array,write to spreadsheet file VI
  3. 所属分类:LabView

    • 发布日期:2017-11-06
    • 文件大小:9.2kb
    • 提供者:李慧
  1. 1227150100

    0下载:
  2.   1.基础部分   (1)编写程序实现两个字符串比较的自定义版(教材8.5)。   (2)编写程序实现字符串数组的排序。用指针数组作为函数mySort形参,实现字符串数组的排序。函数mySort还有一个形参n,用来指定字符串数组的大小。   (3)教材8.4   (4)编写程序实现数据交换。分别用指针和引用作为函数mySwap的形参,并通过重载分别实现int、double型变量值的交换。   (5)字符串交换   编写程序,交换两个不同长度的字符串,分别打印
  3. 所属分类:汇编语言

    • 发布日期:2025-04-01
    • 文件大小:2.54kb
    • 提供者:徐兵
  1. Array--String

    0下载:
  2. 在Labview中字符串的创建,输入控件,字符串的显示,及字符串与数值等的转换-Create a string in Labview, input controls, display the string, and the string and numeric conversions, etc.
  3. 所属分类:LabView

    • 发布日期:2017-04-08
    • 文件大小:8.28kb
    • 提供者:白可
  1. src

    0下载:
  2. include three modules in Linux. Module 1 – Load/unload the module can output some info Module 2 – Module accepts three parameters (int, string, array) – Load the module, output the parameter’s value Module 3 – Module creates a proc file, reading the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2kb
    • 提供者:lizzy
  1. STRING

    0下载:
  2. 汇编语言源码,统计字符串“THIS IS AN ARRAY”中IS出现的次数-The number of assembly language source code, statistical string THIS IS AN ARRAY appears in the IS
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:8.29kb
    • 提供者:wqq
  1. Array-Connect

    0下载:
  2. labview程序实现一维数组内容以一定格式进行链接。该程序可用于Access数据库中对多个数据对象进行操作时的SQL语言组织。-Connecting the string of 1D array.
  3. 所属分类:LabView

    • 发布日期:2017-04-28
    • 文件大小:8.13kb
    • 提供者:飞跃的地球
  1. datadiv

    0下载:
  2. 将一串数组分成若干组,并曲线显示在波形图上-The string array is divided into several groups, and the curve is displayed on the waveform
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:9.42kb
    • 提供者:Tayler
  1. String-to-Char-Array

    0下载:
  2. string to character labview code
  3. 所属分类:LabView

    • 发布日期:2017-04-15
    • 文件大小:5.64kb
    • 提供者:Kiran K
  1. extract-info-from-2D-string

    0下载:
  2. 从二维字符串数组中提取均不为空的行,组成新的二维数组输出。-Extracted 2 d array of strings are not empty lines, the formation of new two-dimensional array output.
  3. 所属分类:LabView

    • 发布日期:2017-05-04
    • 文件大小:10.18kb
    • 提供者:yuan manman
« 12 3 »
搜珍网 www.dssz.com