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

搜索资源列表

  1. CPPexam6

    2下载:
  2. 1. 编写并测试 3×3 矩阵转置函数,使用数组保存 3×3 矩阵。 2. 使用动态内存分配生成动态数组来重新完成上题,使用指针实现函数的功能。 3. 编程实现两字符串的连接。要求使用字符数组保存字符串,不要使用系统函数。 4. 使用 string 类声明字符串对象,重新实现上一小题。 5. 声明一个Employee 类,其中包括姓名、街道地址、城市和邮编等属性,以及change_name()和 display()等函数。display()显示姓名、街道地址、城市和邮编等属
  3. 所属分类:Other windows programs

    • 发布日期:2015-10-12
    • 文件大小:1053696
    • 提供者:wolf
  1. B

    0下载:
  2. 将字符数组str1中所有小写字母( a ~ z )转换成大写字母,运行结果: Please input a string:goodMORNING3456 The result is:GOODMORNING3456 -The character array str1 in all lowercase letters ( a ~ z ) converted to uppercase letters, the results: Please input a string: goodMO
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2479
    • 提供者:dalong
  1. suffixarray

    0下载:
  2. 后缀数组。 建立后缀数组,并完成对特定字符组合的查找共更能-Suffix Array
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2609
    • 提供者:那多
  1. C

    0下载:
  2. 编写完整程序从键盘读取字符,如果是十进制的‘0’~‘9’则在屏幕上输出该数的8位二进制码,并将数字依次存放到BUF开头的数组中,如果读入的字符是’Q’或者‘q’,则程序退出,其他情况在屏幕上打印“You must input 0~9, or ‘q’ or ‘Q’”。(如输入的字符是‘9’,则输出“00001001”)-Write a complete program reads characters from the keyboard, if it is a decimal ' 0 
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:890
    • 提供者:cornfieldfox
  1. CSharp-source-program

    0下载:
  2. C#源码程序,可以练习c#的使用,更好地掌握c#语言,内容包括创建数组,从键盘循环接收字符等内容。-C# source program, you can practice using c#, c# language to better grasp the content including the creation of an array of characters, such as receiving content from the keyboard loop.
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:14049049
    • 提供者:契约201
  1. Large-integer-multiplication

    0下载:
  2. 高精度大整数乘法,对于大整数比较方便的输入方法是,按字符型处理,两个成熟存储在字符串数组s1,s2中,计算结果存储在整型数组a中。-Precision large integer multiplication, more convenient for large integer input method is handled by the character, two mature stored in an array of strings s1, s2, the calculation res
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3110
    • 提供者:martian
  1. 5zhizhenyingyong

    0下载:
  2. 指针在一维数组和多维数组的应用,指针在字符中的应用以及举例-Pointer in the application of one-dimensional arrays and multidimensional arrays
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2619
    • 提供者:兰子
  1. COGDISPLAY

    0下载:
  2. 192X64点阵COG液晶显示屏的底层驱动,字符显示,命令控制等,用LPC2220作为MCU,共有三个文件,一个是字符的数组,一个是主代码,另外一个是LPC2220的地址映射表-192X64点阵COG液晶显示屏的底层驱动,字符显示,命令控制等,用LPC2220作为MCU,共有三个文件,一个是字符的数组,一个
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:6978
    • 提供者:ctedly
  1. chaifenzifuchuan

    0下载:
  2. 从debug中读入一段字符,存于字符串数组中,然后按要求拆分为多个字符(串)-Read from the debug in some character strings stored in the array, and then split into a number of characters required (string)
  3. 所属分类:Console

    • 发布日期:2017-05-02
    • 文件大小:871296
    • 提供者:木子若
  1. 121340215123421345

    0下载:
  2.   2.1栈的实现及应用   (1)采用链式存储实现栈的初始化、入栈、出栈操作。   (2)采用顺序存储实现栈的初始化、入栈、出栈操作。   (3)设表达式以字符形式已存入数组E[n]中,‘#’为表达式的结束符,试写出判断表达式中括号‘(’、‘)’、‘[’、‘]’是否配对的C语言描述算法。 (4)在主函数中设计一个简单的菜单,分别测试上述算法。   2.2 队列的实现   (1)采用链式存储实现队列的初始化、入队、出队操作。   (2)采用顺序存储实现循环队列的初始
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11764
    • 提供者:王诗尧
  1. Driver2C_2012

    1下载:
  2. 解析S19文件的工具。可以把S19文件里可执行代码解析为一个字符数组,并且有起始地址和结束地址及代码的校验和。-S19 file parsing tools. The S19 can file executable code resolves to an array of characters, and there are starting and ending addresses and code checksum.
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:340848
    • 提供者:cs
  1. Read_Bin_File

    0下载:
  2. bin文件的解析工具。可以将bin文件里代码解析为一个字符数组。-bin file analysis tool. Bin file code can be resolved to an array of characters.
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:4793
    • 提供者:cs
  1. p272-12.doc

    0下载:
  2. 温度检测及其液晶显示,定义字符数组显示数字-Temperature detection and its liquid crystal display
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:11525
    • 提供者:吴延祥
  1. c-language-transportation

    0下载:
  2. 从键盘输入一行字符(假设少于30个字符),分别统计其中数字、字母、空格和其他字符的个数,函数复制,数组求和,删除不符合的字符信息-Enter a line of characters from the keyboard (assuming less than 30 characters), respectively, where the number of statistical numbers, letters, spaces and other characters, and copy fu
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5014
    • 提供者:叶炜
  1. PointerDemo

    0下载:
  2. C# 指针Pointer演示源码,在控制台窗口中运行,不要双击生成的Exe文件哦。代码中包括了对字符的加密和解密,将字符串指针p指向字符数组b,并将参数p传给函数,对给定字符串进行加密处理,异或运算等。-C# pointerdemo.
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4633
    • 提供者:zhangdi
  1. cPP-Stringpint

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

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

    0下载:
  2. 编写程序,定义2个长度为20或更长的字符数组,分别存放自己的拼音名字、汉字名字-Write a program that defines two lengths of 20 or more character arrays were deposited their pinyin names, character names
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:8521
    • 提供者:邹威
  1. zw4

    0下载:
  2. 编写程序,定义一个字符型二维数组用于表示你自己的网址收藏夹,用于保存自己常用网址的URL,假定最多可以保存30条。-Write a program that defines a two-dimensional array used to represent the character of your own Web site favorites, commonly used to hold their own web site URL, assuming that you can save up
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:11093
    • 提供者:邹威
  1. B

    1下载:
  2. 定义一个字符栈类CStack。私有数据成员:栈数组和指向栈顶的下标或指针;公有成员函数:构造函数、拷贝构造函数、压栈、出栈、清栈、访问栈顶元素、检测栈是否空,是否满等。用上述栈来做回文游戏。用户输入一行字符判断是否为回文。(回文:顺读和逆读字符串一样(不包括空格);如:“a man a plan a canal panama”,就是回文)。注意过滤掉空格。-Defines a character class stack CStack.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:774725
    • 提供者:geass
  1. MSP430-LCD12864

    2下载:
  2. 12864液晶屏显示实验,此液晶屏不带字库,需手动添加字符数组,此液晶屏的片选信号CS1 CS2为高电平有效。此液晶屏供电电压为5V,实验时,液晶屏要与MSP430共地,否则显示乱码。-12864 LCD display experiment, this character LCD screen with no need to manually add a character array, chip-select signal CS1 CS2 This LCD screen is active
  3. 所属分类:SCM

    • 发布日期:2015-01-27
    • 文件大小:647168
    • 提供者:
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 »
搜珍网 www.dssz.com