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

搜索资源列表

  1. HugeInteger

    0下载:
  2. 将整数的各个数位存储为一个长度为四十的字符数组中各个元素。能够进行四十位的整数的加减法-Create a class HugeInteger that uses a 40-element array of digits to store integers as large as 40 digits each (e.g. 8783 is stored as an array of {3,8,7,8,0,0,0,....} ), and use another boolean membe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:375618
    • 提供者:肖鑫
  1. bianchen

    1下载:
  2. 输入一个字符串,内有数字和非数字字符,如:gs 423cd156 7896>df12345,将其中连续的数字作为一个整数,依次存放到一数组a中,例如:423放在a[0],125放在a[1],…。统计共有多少个整数,并输出这些数-Enter a string containing numbers and non-numeric characters, such as: gs 423cd156 7896> df12345, will be one of a number of conse
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:553
    • 提供者:陈欢
  1. 123

    1下载:
  2. 该系统要求实现一个简单的计算程序。主要功能计算两个大整数( 20位)的加法和减法,且要按指定的格式输出结果。通过此课题,熟练掌握字符传、数组、格式输出、文件的各种操作,以及基本的计算算法思想的应用。-The system requirements to implement a simple computer program. Calculation of the main functions of two big integers ( 20 bit) additio
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:19657
    • 提供者:赵力芸
  1. cengxu

    1下载:
  2. 该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组来实现字符串操作的功能-The system requirements for the contents of a text file in a variety of routine operations, such as: insert, delete, search, replace, and so on. Through this project, master
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:2431
    • 提供者:蒯玉凤
  1. cPPalgorithm

    0下载:
  2. C++算法大全,里面包含了单元加,底层编程,汉诺塔,逆阵,求进制,数据结构,数学问题,数组,文件程序,问题算法,小写数字转为大写数字,校验算法,硬币情况,字符,还有各种链表-C++ algorithm for Guinness, which contains the unit increases, the underlying programming, Tower of Hanoi, inverse matrix, find the binary, data structures, mathem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:635426
    • 提供者:张俊宝
  1. lex-and-yacc

    0下载:
  2. 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。 对输入的程序语句进行分析。对每个非终结点定义单个函数,定义了它的后继节点。然后用一个构造来的函数,使定义的后继节点符合语法,否则报错。 -Analysis of the i
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:107949
    • 提供者:凡亚东
  1. cPP

    0下载:
  2. 求出平均分、最高分和最低分,冒泡法排序,求绝对值函数,可以对整型、双精度型、字符型数据(ascii值)、复数求绝对值。二维数组的行和列元素互换,三个字符串,要求找出其中最大者,字符串拷贝的函数-Find the average, highest and lowest points, bubble sort method, find the absolute value function, can be an integer, double, character data (ascii value
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6870
    • 提供者:shizhandong
  1. max7219

    0下载:
  2. 单片机控制max7219芯片,进行数码管的显示。可实现左右写入,单字符写,数组写等功能。 单片机stc60系列-SCM max7219 chip, the digital display. Write about can be achieved, a single character to write, write an array of other functions. SCM stc60 Series
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:11830
    • 提供者:lin
  1. zhizhengzifuzchuan

    0下载:
  2. 6-3(4)用指针找统计字符个数,例题,通过指针引用数组元素,指针矩阵转置,指针链表,指针排序,指针数组排序Cpp,指针字符串连接-6-3 (4) with a pointer to the number of characters to find statistics, examples, reference array elements via pointers, pointer matrix transpose, the pointer list, sorting pointers, po
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3806
    • 提供者:zhaoyunze
  1. Visual-CPP400source-code

    0下载:
  2. Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序
  3. 所属分类:source in ebook

    • 发布日期:2017-06-14
    • 文件大小:22656950
    • 提供者:陈霸天
  1. tool_Hex2String_Home

    0下载:
  2. lua编写的工具程序,可以将16进制ascii码数组,转化为字符,然后作为web页面输出显示。-utility written in lua can be 16 hexadecimal ascii code array into characters, and then as a web page output.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:5105
    • 提供者:w
  1. 11.2

    0下载:
  2. 将存放a到e得5个字符的数组写入文件,建一个控制台应用程序-Placed a to e have an array of 5 characters written to the file, create a console application
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:224781
    • 提供者:张三
  1. shangchufeishuzifuhao

    1下载:
  2. 输入一个字符串,内有数 字和非数字字符,例如: a123x456 17960? 302tab5876 将其中连续的数字作为一个 整数,依次存放到一 数组a中。例如,123放在a [0],456放在a[1]…… 统计共有几个整数,并输出 这些数。-Enter a string containing numbers and non-numeric characters, such as: a123x456 17960? 302tab
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:785
    • 提供者:sgmtx
  1. Demo-of-Visual-CPP

    0下载:
  2. 光盘说明 1.本书代码的运行环境 1~17章 Visual C++ 6.0 2.本书所附光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:52173824
    • 提供者:李成龙
  1. TFT-char

    0下载:
  2. keil环境下,c代码工程。TFT液晶屏字符和汉字显示程序,TFT彩屏驱动程序的编写、处理字模数组数据-keil environment, c the code works. TFT LCD screen and Chinese character display program, TFT color display driver preparation, processing array data matrix
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:43368
    • 提供者:于玉亭
  1. prog1

    0下载:
  2. 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:562
    • 提供者:储谢东
  1. 40

    0下载:
  2. 函数fun的功能是:将s所指字符串中ASCII值为奇数的字符删除,串中剩余字符形成一个新串放在t所指的数组中。 例如,若s所指字符串中的内容为:〞ABCDEFG12345〞,其中字符A的ASCII码值为奇数、…、字符1的ASCII码值也为奇数、…都应当删除,其它依此类推。最后t所指的数组中的内容应是:〞BDF24〞。 注意:部分源程序存在文件PROG1.C中 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句 -Function fun f
  3. 所属分类:Data structs

    • 发布日期:2016-01-25
    • 文件大小:4096
    • 提供者:储谢东
  1. nova

    0下载:
  2. 自动生成10个数放入一个字符数组中 在定义一个字符数组每一个元素放上一个数组的对应前几个元素之和-10 the number of automatically generated an array of characters into a character array defining each element of an array placed on the first few elements and the corresponding
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:3387
    • 提供者:猪猪
  1. nova

    0下载:
  2. 将字符数组倒序排列 利用while循环来实现 交换两个值时不涉及到中间变量直接用异或-Array of characters using a while loop in reverse order to achieve the exchange of two values ​ ​ is not directly related to the different variables or intermediate
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:6097
    • 提供者:猪猪
  1. exam1

    0下载:
  2. 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:25730
    • 提供者:kaixin
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com