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

搜索资源列表

  1. C++String

    0下载:
  2. 概述每一种字符串类型的特性;给出一些简单的示例并且概括如何在需要的时候将一种字符串类型转换成其它的类型。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:46.59kb
    • 提供者:victoria
  1. VCstring

    0下载:
  2. c 语言 只替换第一次遇到的字符串 已通过编译-c language to replace only the first string encountered has passed compiler
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:3.29kb
    • 提供者:*
  1. c

    0下载:
  2. *** *** *** * 程序功能简介 个人财政支出管理程序,完成收入,支出,盈余的记录和管理。 课程设计要求 (1) 增加函数,完成财政账目的管理功能。 (2) 将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (3) 可自行增加程序的功能。 (4) 设计测试主程序,在主程序中完成测试。 课程设计说明 (1) SetGoal()函数账目中有问题,改正。 (2) 可将整修记录装入一个字符串,在两条记录间用特殊符号隔开。 (3) 查找相应
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2.78kb
    • 提供者:gao
  1. Test_Interview_Problem

    0下载:
  2. a c++ program, adding a new string to the file, separated by space, tab or new line
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:347.91kb
    • 提供者:Roy
  1. lunwen

    0下载:
  2. 通过C语言实现对文件的字符串查找替换功能,及自动排版的功能.代码高效,简洁.-Through the C language implementation of the document string search replace function, and automatic layout functions. Code is efficient, simple.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:48.57kb
    • 提供者:张能
  1. strlen

    0下载:
  2. 一个简单的的linux c++程序,求字符串长度,调用strlen函数。-A simple in linux c++ program, seek length of the string, call the strlen function.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:3.04kb
    • 提供者:maron
  1. CString

    0下载:
  2. 詳細的C#,String使用方法。內容提供完整的String使用技巧。-Details of C#, String usage. Complete String content tips.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:270.26kb
    • 提供者:aaronxiao
  1. hafuman

    0下载:
  2. 通过用C++来编写哈弗曼编码,对输入的字符串编码,输出编码串,建立哈弗曼树对输入的字符串进行左一右零的编码-By using C++ to write Havermann coding, the input string encoding, the output code string, to establish Havermann tree on the input string left right zero coding
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.05kb
    • 提供者:叶晨曦
  1. program-codes

    0下载:
  2. The following zip file contains some basic codes for calculator,games and programs using string and functions using c++.
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4.47kb
    • 提供者:vasanth
  1. cPP_string

    0下载:
  2. C++ String类的用法总结,主要介绍了string类的成员函数及其用法-C++ String class usage summary, which contains the string class member functions and their usage
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:45.92kb
    • 提供者:
  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. .net-c-linq-3

    0下载:
  2. how to make connection string with linq in .net c# asp platform
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:14.59kb
    • 提供者:gokturk
  1. OReilly.-.21st.Century.C.2012.RETAiL.eBOOk-rebOOk

    0下载:
  2. Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn which older C concepts should be downplayed or deprecated Expl
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4.18mb
    • 提供者:elfenkoenig
  1. cPP_string

    0下载:
  2. 详细剖析C++的string类用法,为初学者提供一个比较好的教程-Detailed analysis of the C++ string class usage
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:46.43kb
    • 提供者:卜雪峰
  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. chuandejibencaozuo

    0下载:
  2. 主要介绍了数据机构中串的基本操作,附有串的基本操作的c语言代码。-Introduces the basic operating data agencies string, c language code strings attached to the basic operations.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:765byte
    • 提供者:cjk
  1. reverse-string

    0下载:
  2. programe reverse a string in c
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:9.07kb
    • 提供者:saurabh
  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. 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. Test15

    0下载:
  2. c程序实现输入一个字符串,能判断是否为回文字符串(Enter a string to determine whether it is a palindrome string)
  3. 所属分类:软件工程

    • 发布日期:2017-12-17
    • 文件大小:187kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com