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

搜索资源列表

  1. nokia 3310 lcd 驱动源代码

    0下载:
  2. nokia 3310 lcd #include "3310.h" //global variable for remembering where to start writing the next text string on 3310 LCD unsigned char char_start /*-----------------------------------------------------------------
  3. 所属分类:通讯/手机编程

    • 发布日期:2017-03-27
    • 文件大小:1914
    • 提供者:hadi
  1. s5

    0下载:
  2. 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function int squeeze (char s1 [], const char s2 []), remove it from the string s1 where s2 occurs all the characters, the function returns the number of character
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:852986
    • 提供者:
  1. Link

    0下载:
  2. 1、用VS2010控制台程序完成,键盘输入选择的道具的坐标。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等;拥有游戏最基本的一些文字提示,如坐标输入错误、两坐标点不可连等提示;拥有最基本的一些错误判断。 3、要求使用两个道具连接判断的最优算法实现。 4、要求可以实现撤销与反撤销。 5、要求加入自动消除道具和洗牌道具(消耗性道具)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代码(如用string代替char*、用容器代替数组、类等)。 -A VS
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-24
    • 文件大小:435262
    • 提供者:
  1. ComboBoxCS_demo

    0下载:
  2. 查找字符串时对大小写敏感的选择框。-Search DialogBox which is sensitive to uppercase/downcase char when it is searching a string.
  3. 所属分类:ComboBox

    • 发布日期:2017-11-19
    • 文件大小:21827
    • 提供者:站长
  1. myString

    0下载:
  2. 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:15476
    • 提供者:billsedison
  1. 2

    0下载:
  2. 编写一个单词转换程序,该函数具有一个char*参数.函数的功能: //* 将参数代表的字符串中的每个单词的第一个字母转换为大写字母, //* 并显示转换后的字符串.例如,假设函数参数的字符串如下: //* There are 100 students in the room. //* 那么采用函数转换后,该字符串为: //* There Are 100 Students In The Room.-The conversion process to
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:936
    • 提供者:yann
  1. zichuanweizhi

    0下载:
  2. 编写一个函数int loc(char * a, char *b),确认a,b两个字符串中一个字符串是否包含另一个字符串,如果包含则返回被包含字符串在另外一字符串的起始位置,如果不包含则返回-1。请在主函数中让用户输入两个字符串,调用该函数进行判断,并输出判断结果。-Write a function int loc (char* a, char* b), confirmed that a, b two string if a string contains another string, if c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:16435
    • 提供者:huaying
  1. Practice1_14

    0下载:
  2. 字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如: char a[4]="ABCD" char b[4]="abcd" 则char c[8]="AaBbCcDd" -Cross-string input, is to cross a string input to another string of them, such as: char a [4] = "ABCD" char b [4] = "abcd" While char c [8] =
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:6741
    • 提供者:zfm850722
  1. popcapframework_1_3

    0下载:
  2. popcapframework1.3版,这是著名的PopCap游戏公司,不知道的话,祖玛应该知道吧,这些游戏都是用这个框架开发的,现在PopCap将它开源了!-PopCap Games Framework Version 1.3 Changes General * Removed support for Visual Studio/Visual C++ 6. If you use these versions, you will need to update yo
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:8726580
    • 提供者:blueseaineye
  1. SomeProgramForDataStructure

    0下载:
  2. KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a [20] = " abcdefghijk"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2086
    • 提供者:WJC
  1. SEARCH

    0下载:
  2. 子程序的参数是一个N字节数组的首地址TABLE,数N及字符CHAR.要求在N字节数组中查找字符CHAR,并记录该字符的出现次数. 主程序则要求从键盘接收一串字符以建立字节数组TABLE,并逐个显示从键盘输入的每个字符CHAR以及它在TABLE数组中出现的次数.(为简化起见,假设出现次数<=15,可以用十六进制形式显示出来)-Subprogram parameter is a N-byte array of the first address of TABLE, the number of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2909
    • 提供者:笑了
  1. Keil

    0下载:
  2. 实现数字向字符串的转化(用指针实现的) 实现数字向字符串的转化(用指针实现的)-transform digits to char string transform digits to char string
  3. 所属分类:CSharp

    • 发布日期:2017-05-27
    • 文件大小:9846051
    • 提供者:ahua
  1. 2

    0下载:
  2. 定义一个大学生类Graduate,保护数据成员:姓名,学号,校名,并为它定义带参数的构造函数、拷贝构造函数、析构函数和输出数据成员值的print( )公有成员函数,另定义研究生类Postgraduate,它以公有继承方式派生于类Graduate,新增加“研究方向、导师名”两个私有数据成员,并定义带参数的构造函数,拷贝构造函数、析构函数和输出研究生数据的print( )公有成员函数,另外,要求学号自动增加,且Graduate和Postgraduate的学号起始值不同。在主函数中定义派生类对象进行测
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:732
    • 提供者:张帆
  1. b64

    0下载:
  2. base64 decoder to decode the original char from base64 encoded string-base64 decoder
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:5077
    • 提供者:dahanghai2000
  1. c_methods_of_quick_sort

    0下载:
  2. 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary and secondary sort, sort of s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1045
    • 提供者:Chueng
  1. CseApi20

    0下载:
  2. CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。-CseApi20.zip is the underlying scr ipting language package CSE database, using C++ p
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:60978
    • 提供者:wayne
  1. b4-1.8

    0下载:
  2. 大数相乘基本算法,相当于模拟手算。使用GMP生成指定数位的01串大数,将生成的01串用char型截取,运算中其实是以一次取4位进行运算。相当于16进制运算。-Multiplication of large numbers of basic algorithms, equivalent to simulate hand count. GMP is generated using the specified digit string of 01 large numbers, will generat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3405
    • 提供者:Ivy
  1. lab_6

    0下载:
  2. 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:1419
    • 提供者:YIDIANER
  1. CNV

    0下载:
  2. conversions like hex to decimal or string to char
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-11
    • 文件大小:551
    • 提供者:pp
  1. 1

    0下载:
  2. 编一个函数fun(char *s),函数的功能是把字符串中的内容逆置。例子如:字符串中原有的内容为:abcdefg,则调用该函数后,串中的内容为:gfedcba。-There is a function (s), (char* () function is to the contents of the string functions of inverse. Example: the string content for: abcdefg, call this function, the con
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:6048
    • 提供者:段勇
« 1 2 34 5 6 »
搜珍网 www.dssz.com