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

搜索资源列表

  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
    • 文件大小:5772
    • 提供者:陈心旭
  1. cmobliphone

    0下载:
  2. C语言实现设计一个简易的手机通讯录管理系统。该题目要求在熟练掌握C语言的基本知识:数据类型(整形、实型、字符型、指针、数组、结构等);运算类型(算术运算、逻辑运算、自增自减运算、赋值运算等);程序结构(顺序结构、判断选择结构、循环结构);大程序的功能分解方法(即函数的使用)等。进一步掌握各种函数的应用,包括时间函数、、绘图函数,以及文件的读写操作等。-Design a simple mobile phone address book management system. The subject
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:64919
    • 提供者:alex
  1. CPPstring

    0下载:
  2. string 是C++中的字符串。 字符串对象是一种特殊类型的容器,专门设计来操作的字符序列。 不像传统的c-strings,只是在数组中的一个字符序列,我们称之为字符数组,而C + +字符串对象属于一个类,这个类有很多内置的特点,在操作方式,更直观,另外还有很多有用的成员函数。 string 的定义为:typedef basic_string<char> string -string string C++. The string object is a special type o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:117899
    • 提供者:wangfei
  1. a

    0下载:
  2. 程序运行后,给出6个菜单项的内容和输入提示,具体如下: 1. 数字排序 2. 字符查找 3. 矩阵变换 4. 结构体数组 5. 三次方程 6. 字符串删减 7. Goodbye!-Program runs six menu items and input prompts are given as follows: 1. Sort of figure 2. Characters find the three matrix to transform the structure array. Cubi
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:3262
    • 提供者:李强
  1. change_charto2

    0下载:
  2. 将字符转成二进制数组 0x27,等形式 需要转的字符串放到sourcecode里面自己建立一个,结果在sourcecode.h里面-Turn the character into a binary array 0x27 the form necessary to transfer the string into the sourcecode inside themselves a result sourcecode.h inside
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:173881
    • 提供者:Kinlih
  1. rmbzh_src

    0下载:
  2. 用VS2005写的一个C#实例小程序,将小写的人民币格式自动转换为大写金额格式,主要是学习数组与字符的操作,对新学C#的朋友会有帮助,这只是在一个书中实例的基础上修改的,也希望你继续完善它,加入更多功能。-Write a C# with VS2005 instance applet the lowercase yuan format automatically converted to the amount in words format, mainly to study the operati
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14177
    • 提供者:fwtf5
  1. ASCII-MAB

    0下载:
  2. 计算MAB值和将十六进制数组转化成对应ASCII字符并格式化排列的C源代码-Calculate the the MAB value of and the hex array into the corresponding ASCII characters and format arranged in C source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:1598
    • 提供者:jaccichan
  1. two-big-number-add

    0下载:
  2. 问题:输入超过计算机表达范围的两个整数相加。方法:先输入两个字符数组存储两个大数,再将字符数组转化成整形数组,将两个整数数组从低位开始相加,有进位则高位加1,以此类推,最终得出两个大数相加的结果。-Question: input exceeds the the computer expression range of the two integer addition. Methods: First, enter the two character array to store two large
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:537
    • 提供者:李浩
  1. stringfilter

    0下载:
  2. 问题:字符串过滤,仅保留字符串第一次出现的字符。 方法:首先遍历字符串,把第一次出现的字符存入输出字符数组中,输出字符指针递增,以保存下一个;第二次出现的字符不存入输出字符数组中;以此类推,最终得到结果。-Problem: string filter, retaining only the string first characters. Method: First traversal string, the first occurrence of the character stored in
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:53486
    • 提供者:李浩
  1. VirtualkeyTable

    0下载:
  2. 虚拟键 转 ASCII 字符 直接以ASCII码代入数组便可以得出对应的虚拟键码 而且还可以得出是否要加SHIFT键的键码信息 以上.-Virtual key to ASCII characters can be drawn directly into the array of ASCII code. Corresponding virtual key code, but also can be drawn if you want to add the SHIFT key key code in
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:6664
    • 提供者:liuchengbodp
  1. sz

    0下载:
  2. 用数组实现两个巨大整数相加。用字符数组接受数字,将字符数组转为整型数组进行计算。-Two huge integers using an array
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:836
    • 提供者:陈和
  1. binarytree

    0下载:
  2. 二叉树的顺序存储结构——已知用户将一棵完全二叉树的n个结点(数据类 型可以是字符型、整型等等)以自顶向下、从左到右顺序输 入到一个一维数组中: (1)编写算法FindRelation(i),输出i的父结点和 所有孩子结点(如果有的话)。(2)编写算法Print打印这棵二叉树的所有节点:先打印二叉树的 根、再打印左子树、最后打印右子树;(即在顺序存储结构上先序遍历 二叉树); -Stored in the order of the binary tree
  3. 所属分类:其他小程序

    • 发布日期:2017-03-03
    • 文件大小:322377
    • 提供者:马乐
  1. reverse

    0下载:
  2. 将一个字符数组中的字符串顺序逆转,但每个字符串内部顺序不变。-Order of an array of characters in the string will be reversed, but each string constant internal order.
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1436
    • 提供者:hackmong
  1. test100sell

    0下载:
  2. 考试时做的一个,写入文件的小程序 已知在文件IN1.DAT中存有100个产品销售记录,每个产品销售记录由产品代码dm(字符型4位)、产品名称mc(字符型10位)、单价dj(整型)、数量sl(整型)、金额je(长整型)五部分组成。其中:金额=单价×数量。函数ReadDat()的功能是读取这100个销售记录并存入结构数组sell中-A test done, write to file a small program There are 100 known product sales reco
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:529
    • 提供者:jie
  1. bad-words-filter

    0下载:
  2. 此程序为敏感字符过滤程序,是基于C++语言环境下的一个面向过程程序,主要涉及到C++语言数组知识的应用,供C++初学者学习-This procedure is sensitive character filtering program, is based on a process-oriented program C++ language environment, mainly related to the application of the knowledge of C++ language
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1064770
    • 提供者:上交
  1. test1

    0下载:
  2. ⒈ 从键盘输入一个字符序列,编程统计其中的数字个数和英文字母个数,输入的字符序列以“#”作为结束符。 ⒉ 编写一段程序,当用户输入一个6位数据时,程序可以将其分离为单独的数字,分离结果之间用3个空格分开。(应用求模运算符和整型除法) 答案:实验一(2) ⒊ 采用指针方法将一个数组中的所有元素颠倒顺序,结果仍然放在原来的数组中,要求使用最少的辅助存储单元。 ⒋ 使用结构变量表示每个学生的信息:姓名、学号、三门课的成绩和平均成绩。编写一个冒泡排序函数,根据学生的平均成绩排序。从键盘上
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:24824
    • 提供者:lixunfeng
  1. English-sentence-word

    0下载:
  2. 分词思想:用是s[]来存取输入的句子,t[h][j]来存储分词后的每个单词,由于每个单词也是一个字符串 ,所以要用二维数组来存,然后从s中逐个读入字符,如果是字符就将当前s[i]存入t[h][j],并 j+1,如果是空格或标点则结束上一个单词的读入,h+1,并将j置0准备下一个单词的存储-Word idea: use is s [] to access the input sentence, t [h] [j] to store each word after word, because
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:810
    • 提供者:范强
  1. 6

    0下载:
  2. 用new创建动态结构体数组 该数组包含字符数组和double类型的money 代码要求循环输入捐款者的姓名name和捐款金额money 然后分别输出捐款数大于1000 的人名和捐款金额,和未满1000元的人名和捐款金额 -Creating a new dynamic structure array and the array contains an array of type double character code requires money circulating do
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:3568
    • 提供者:周晓
  1. auto_complement

    0下载:
  2. 联想输入功能字符串匹配功能,采用字符数组算法匹配完成-the function to complete the match of the stings
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:721
    • 提供者:肖伟
  1. GetMCodeByCPUAndYP

    0下载:
  2. C#根据CPU硬盘获取机器码,程序先获得24位Cpu和硬盘序列号,然后把字符赋给数组,再从数组随机抽取24个字符组成新的字符生成机器码。程序中的两个方法类:取得设备硬盘的卷标号、获得CPU的序列号,可用到其它地方,灵活运用,熟练掌握C#技术。-C# according to the CPU hard to obtain machine code, the program first obtain 24 Cpu and hard drive serial number, and then the
  3. 所属分类:CSharp

    • 发布日期:2017-12-06
    • 文件大小:17011
    • 提供者:李华
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com