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

搜索资源列表

  1. bianyiyuanlisheji

    0下载:
  2. 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:501.2kb
    • 提供者:与非门
  1. Perlprimer

    0下载:
  2. 第1学时Perl 入门 第2学时Perl 的基本构件:数字和字符串 第3学时控制程序流 第4学时基本构件的堆栈:列表与数组 第5学时进行文件操作 第6学时模式匹配 第7学时哈希结构 第8学时函数-1 hour introductory paragraph 2 Perl school Perl's basic components : Digital string section and three school flow control procedures
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4.52mb
    • 提供者:王明鑫
  1. 123

    0下载:
  2. 常见的几种数据格式转换,例如16进制字符串转化为16进制字节数组-Several common data format conversion, such as 16 into a hexadecimal string of 16 hexadecimal byte array
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:
  1. C_Array_And_String

    0下载:
  2. C Array And String(basic c programming)
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:14.43kb
    • 提供者:温耀文
  1. C-language-array-string-programming

    0下载:
  2. C语言 数组与字符串 编程题 求方阵两条对角线之和 2)求矩阵中的“鞍点”。-C language array string programming question seeking to square two diagonal and 2) in the Matrix " saddle point" .
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:5.88kb
    • 提供者:song
  1. javabeanlistMapSetJson

    0下载:
  2. java中把对象、对象bean、list集合、对象数组、Map和Set以及字符串转换成Json.rar-java in the object, the object bean list collection of an array of objects, Map and Set, and string convert Json
  3. 所属分类:File Formats

    • 发布日期:2017-12-03
    • 文件大小:1.56kb
    • 提供者:fox
  1. Test

    0下载:
  2. 一个简单的字符串出来程序,就是用来把字符串中的数字提取出来,然后转化成数组-A simple string out of the program, is used to put the number in the string is extracted, and then transformed into an array
  3. 所属分类:Software Testing

    • 发布日期:2017-11-30
    • 文件大小:527byte
    • 提供者:谭华雄
  1. hwjs

    0下载:
  2. 华为2012年机试题,关于比较两个数组中不同元素个数,还有字符串运算,等等。-Huawei' s 2012 test machine, on comparing two different number of elements in the array, as well as string operations, and so on.
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:186.45kb
    • 提供者:莫晓东
  1. cPP-Stringpint

    0下载:
  2. c++中字符串和字符数组 -c++ string and array of charactersc++ string and array of characters
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:1.53kb
    • 提供者:Raye
  1. C

    0下载:
  2. 1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将cha
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:139.5kb
    • 提供者:唐进
  1. javawenjian4

    0下载:
  2. 在Java开发环境下,将读取的字符串并转换到数组中-read and convert the string into an array
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:925byte
    • 提供者:yxa
  1. ojbyhw

    0下载:
  2. 1.本文代码仅保证在visual studio 2005上运行通过! 2.高亮的题目为华为机试第三题左右难度。 3.本文的字符串基本运用C++里的string类,很少使用常规字符数组形式。 华为华东地区笔试/机试必备考题库。 -1. This code is only guaranteed in visual studio 2005 run through! 2. Highlight entitled Huawei third question about the diffi
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:46.39kb
    • 提供者:s
  1. json

    0下载:
  2. 数据格式的转换,例如将数组的形式转化为字符串的格式,将字符串传到页面。-Data format conversion, for example in the form of an array converted to the format string, the string passed to the page.
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:18.32kb
    • 提供者:闫吉江
  1. C-Language-Advanced-Topics

    0下载:
  2. C语言高级专题.数组&字符串&结构体&共用体&枚举-C language advanced topics. & String array structure & & & enumeration union
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:11.32kb
    • 提供者:王马华
  1. 8

    0下载:
  2. 1. 掌握C语言字符数组的定义、初始化和引用。 2. 掌握C语言字符数组和字符串的联系和区别。 3. 掌握C语言字符串函数的使用。-1. Master C language character array definition, initialization and reference. 2. Master the C language character array and the string of links and differences. 3. Master the u
  3. 所属分类:File Formats

    • 发布日期:2017-04-10
    • 文件大小:1.46kb
    • 提供者:Rito
搜珍网 www.dssz.com