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

搜索资源列表

  1. StrToArray.rar

    0下载:
  2. LabView中,将字符串以指定分隔符分解为数组,LabView, take assigns the character string the separation symbol to decompose as the array
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:7.3kb
    • 提供者:cheng
  1. a

    0下载:
  2. 编写一个有主程序和子程序结构的程序模块。实现以下功能: 主程序要求从键盘接收一个字符串并建立字节数组TABLE,任一输入一个字符,输出该字符在字符串中出现的次数,输入空格,终止程序退出。-The preparation of a main program and subprogram structure of program modules. To achieve the following functions: the main program requirements to receiv
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.04kb
    • 提供者:孙孝娟
  1. chengxu

    0下载:
  2. 1、家庭财务理财系统 2、求在tt串中,‘a’到‘z’字母各出现几次,并由pp数组传回主函数。 3、不用是starct函数,实现两字符串连接。 4、焰火程序。 5、从3个红球,5个白球,6个黑球中任意取出8个作为一组,进行输出。在每组中可以没有黑球,但必须要有红球和白球。组合数作为函数值返回。正确组合数15,i,j,k分别代表红球,白球,黑球数。-1, family financial management system 2, and in the tt string, '
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:3.29kb
    • 提供者:happy
  1. dynarray

    0下载:
  2. Dynamic string array parsing for splitting up strings using a given delimiter. Also teaches about memory management.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4.59mb
    • 提供者:krippler
  1. daima

    0下载:
  2. 求一段类似堆栈的解决方案,VC的,最好有代码 需求,有众多CString 的变量,要将这些变量存组数据结构中(内存存储),类似堆栈,或者数组中,可以随时统计这些变量的个数,也可以删除其中任意的变量,比如: 定义一字符串数组变量为aaa aaa【1】=“efwf” aaa【2】=“daf” aaa【3】=“dfew” -Seeking a solution similar to the stack, VC, preferably with code requirements
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2.69kb
    • 提供者:albertpsqq
  1. class-string

    0下载:
  2. 建立一个对象数组,内放5个学生的数据,设立一个函数max,用指向对象的指针做函数参数,在max函数中找出5个学生中成绩最高者,并输出其学号。-Create an array of objects, by putting five student data, set up a function max, with a pointer to an object to do the function parameters, the max function to find the five stude
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:599.63kb
    • 提供者:menghang
  1. Search-2D-Array-(string)

    0下载:
  2. Search a 2D array for strings!
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:10.8kb
    • 提供者:Jayasudhan
  1. String-reverse-order

    0下载:
  2. 子串反序,编制C程序,对键盘输入的字符串进行逆序,逆序后的字符串仍然保留在原来字符数组中,最后输出。-String reverse order, C program, keyboard input strings in reverse, reverse the string remains in the original array of characters, the final output.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:5.64kb
    • 提供者:陈心旭
  1. CPP-code

    0下载:
  2. Visual C++前6章的练习代码,包括“C++入门”“控制结构”“表达式”“指针”“函数”等,有“验证哥德巴赫猜想”“斐波那契数列”“字符串数组查找”“完整数求和”等-First six chapters Visual C++ practice code, including the " C++ Getting Started" control structure " ," expression " ," pointer " fu
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:10.51kb
    • 提供者:沈浪
  1. String-Array

    0下载:
  2. 是用户自定义的string,可实现多种功能,帮助读者了解string的各种函数-User defined string to achieve a variety of functions, to help readers understand the various functions of the string
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:9.29kb
    • 提供者:徐小张
  1. xipaifapai

    0下载:
  2. 用随机数及字符串数组实现洗牌发牌的模拟程序!-String array with random numbers and achieve shuffle licensing simulation program!
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:760byte
    • 提供者:hahha
  1. DynamicMemoryManagement

    0下载:
  2. 单个字符串数组的增删改查以及统计,碎片整理功能。-A string array of crud and statistics, defragmentation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:187.55kb
    • 提供者:张寻
  1. Search

    0下载:
  2. VB搜索字符串数组事例,返回字符串所在数组的Index值-VB examples of the search string array and returns an array of strings where the Index value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.46kb
    • 提供者:hjz
  1. Array-Programming

    0下载:
  2. 了解数组的概念,掌握数组的声明、初始化方式,熟练掌握foreach语句的用法,理解params关键字的使用,掌握数组转换方法的使用,理解索引器的概念,掌握在整数索引和在字符串上索引的应用. -Understand the concept of the array, the array of master declaration, initialization methods, proficiency foreach statement usage, understanding the use
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:13.11kb
    • 提供者:qiaoweikang
  1. uva10324

    0下载:
  2. uva 10324 題目說明 : 給你一連串僅包含0和1的字串(字串長度最大到1000000,字串從第0個字元開始),要請你回答我們在第i個和第j個字元之間 (包含第i個和第j個),是否所有的字元均相同(均為1或均為0)。如果均相同請回答Yes,否則請回答No。 Input 每筆測試資料的第一列為一個僅包含0和1的字串,下一列有1個整數n,代表對於上一列字串以下有n個問題。皆下來的 n 列, 每列有2個非負的整數,分別代表 i和 j。 Outp
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.34mb
    • 提供者:蔡侑侖
  1. Desktop

    0下载:
  2. 給定一串陣列 依序排列大小 並且計算出總和 和找出最大值 屬於c++的基本練習題目-Given the size of the string array arranged sequentially and calculates the sum of the maximum values and identify the basic exercises belong c++ title
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.34mb
    • 提供者:謝睿倢
  1. String-matching

    0下载:
  2. 字符匹配问题为典型的字符数组的应用,体现了c语言面向过程的特性。可在VC6.0下进行正确编译及运行。-The character matching problem is a typical character array, which embodies the characteristic of C language. Can be compiled and run under VC6.0.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:31.72kb
    • 提供者:刘翼
  1. Array-Hex-conversion

    1下载:
  2. C的各类数组进制转换,如比特流转十进制、十六进制、字符串,十进制、十六进制转字符串等。个人收集学习用,分享给大家。还有没搜集全的个人自己编写在了另一台机器上,其实弄清这些代码的原理自己编写很容易,提供大家学习。- C all array hexadecimal conversion, such as bit circulation decimal, hexadecimal, string, decimal, hexadecimal string. Personal collection
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.78kb
    • 提供者:侯羿飞
  1. String

    0下载:
  2. 实验名称:关于数组下标越界的异常操作。 实验要求:自定义String类,当数组下标越界调用异常处理。 初步认识:通过C++的异常处理建立在三个关键字try 、catch和throw实现。-Laboratory name: about array subscr ipt bounds of abnormal operation. Experimental requirements: custom String class, when the array subscr ipt transi
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:217.56kb
    • 提供者:lili
  1. 字符串分割3

    0下载:
  2. 连续输入字符串,请按长度为8拆分每个字符串后输出到新的字符串数组; 长度不是8整数倍的字符串请在后面补数字0,空字符串不处理。(Input strings consecutively, please split each string to output the new string array according to length 8. The length is not 8 times the number of strings. Please fill in the number
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1.69mb
    • 提供者:505爱夏
« 12 3 4 »
搜珍网 www.dssz.com