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

搜索资源列表

  1. 高速字符串处理功能的 C 语言源程序

    0下载:
  2. 高速字符串处理功能的 C 语言源程序,经修改后可以移植到其他程序中?-string-handling functions of the C language source code, as amended, can be transferred to other procedures?
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:王安安
  1. 5个c程序源代码

    0下载:
  2. 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4.79kb
    • 提供者:张广旭
  1. Automata to search string abab

    0下载:
  2. An automata implemented in C++ for searching a string of \"abab\" in a given string.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:959byte
    • 提供者:芝麻
  1. c++实现java中string类的方法

    0下载:
  2. c++实现java中string类的方法,可熟悉指针在内存中的移动
  3. 所属分类:其他小程序

    • 发布日期:2008-11-21
    • 文件大小:4.87kb
    • 提供者:keke8634
  1. VCstring.rar

    0下载:
  2. C++string深入详解,写得很详细,需要C++中处理字符串的朋友可以看下,有各种函数的详细用法,很使用.,a detailed lesson on string class in VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:669.38kb
    • 提供者:quietcai
  1. String-reverse

    0下载:
  2. 符串逆序输出是C语言经典算法之一,过去利用数组下标处理此类问题,较为繁琐,本文给出 了利用指针实现任意给定字符串的逆序输出方法,以及在此基础上进行回文字符串判断的便捷方法。-Pointers with a C-string string in reverse order and determine palindrome
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:172.8kb
    • 提供者:陈晓娟
  1. string

    0下载:
  2. C标准库中的字符串函数的实现,包括strstr,strcpy等-implement of the str functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:122.96kb
    • 提供者:王涛
  1. string

    0下载:
  2. 使用C++函数实现的CString类。友元函数只能定义在类的内部吗?很奇怪的现象。用了就知道了。-The use of C++ Function of CString category. Friends yuan function can only be defined in the category of internal it? Very strange phenomenon. Spent on the know.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2.04kb
    • 提供者:李良
  1. lzw

    1下载:
  2. 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2;
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:1.21kb
    • 提供者:符晓娟
  1. string

    0下载:
  2. C++ string类的用法,收录了大多数的操作。自己整理的,希望对大家有用-C++ String type of usage, a collection of most of the operation. Finishing their own, in the hope that useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4.28kb
    • 提供者:我要长胖
  1. STRING_FUNCTION

    0下载:
  2. 标准C串操作函数全解,CHM电子文档。总结标准C库的串操作函数。- The standard C string manipulation functions-wide solution, CHM electronic documents. Summary of the standard C library string manipulation functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:27.42kb
    • 提供者:陈紫阳
  1. Csharp_Lv

    0下载:
  2. C#调用LV做成的DLL 主要为Boolean、数值、字符串、路径、数组、VISA设置名称 Boolean可以用数值代替,false:0 ture:1 路径及VISA设备名称可以改为字符串型。 注意:可以将Lv的输出字符串定义为32位。 在定义Labview的函数时,都使用Standard Calling Conventions。值型的Bass by都设置为Value,字符串型设置为C String Pointer。 在定义函数参数时,注意Labview与C#的数据类型必
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:75.28kb
    • 提供者:zhw63
  1. c

    0下载:
  2. C/C++ 语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions C++ C++ I/O
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:231.16kb
    • 提供者:御风
  1. C-P-P-function-queries-Dictionary

    0下载:
  2. C++函数库查询辞典如有需要请下载 C/C++语言参考 基本C/C++ 预处理命令 操作符优先级 转义字符 ASCII码表 基本数据类型 关键字 标准 C 库: Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:115.54kb
    • 提供者:刘洋
  1. Count-numbers-of-vowels-in-string-cPP-source-code

    0下载:
  2. Count numbers of vowels in string c++ source code
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:238.52kb
    • 提供者:mar7604
  1. 调用示例

    0下载:
  2. C#调用C++ dll, 包括结构体, 数组, 函数指针, 字符串等等(C# calls C++ DLL, including the structure, array, function pointer, string, and so on)
  3. 所属分类:其他

  1. C++

    0下载:
  2. 不使用string.h的头文件,实现一个string类,包括运算符重载等(Implement a string class, including the operator overloading)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:Kimorro
  1. C++中各种string的相互转化

    0下载:
  2. C++中各种string的相互转化,非常全面(Mutual transformation of various string in C++)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-23
    • 文件大小:64kb
    • 提供者:fire_fox
  1. string

    0下载:
  2. 包含c++ 文件流操作 std::string操作(Include c++ file stream and std::string)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2.51mb
    • 提供者:夏天Ada
  1. string类

    0下载:
  2. 自己写的c++string类的实现,有助于更加理解c++string类的实现,也有助于理解c++面向对想编程。(The implementation of the c++string class written by myself is helpful to understand the implementation of c++string class better, and also helps understand c++ oriented programming.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1.44mb
    • 提供者:likeworld
« 12 3 4 5 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com