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

搜索资源列表

  1. 20040913190255_vczx_clsrwini

    0下载:
  2. 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely dig
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1220
    • 提供者:王迎芳
  1. eg4

    0下载:
  2. strcat,C语言字符串连接程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2097
    • 提供者:chea
  1. ListingFiles

    0下载:
  2. This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:29859
    • 提供者:Merc
  1. strcat

    0下载:
  2. 设计函数STRCAT,模拟标准函数strcat
  3. 所属分类:.net编程

    • 发布日期:2014-01-17
    • 文件大小:6208
    • 提供者:yasha
  1. SecureCRT

    0下载:
  2. SecureCRT Sample: Converting Deprecated CRT Functions to their _s Counterparts This sample demonstrates how to convert CRT functions which have been deprecated for security reasons to their _s counterparts. It covers the conversion of the follow
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:11250
    • 提供者:徐海峰
  1. cstringcode

    0下载:
  2. strchr strcmp strcat 源码
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1433
    • 提供者:tianya
  1. string

    0下载:
  2. 实现字符串的strcat, strsub, strequ操作 Input 第一行有一个字符串,为被操作字符串的初值(可能为空串),接下来有一个整数q,表示操作的个数,接下来q行每行为下列情况的一种:1. strcat ssss 表示把字符串ssss连接到被操作的字符串之后 2. strsub b e 表示求被操作字符串的子串(Sb...Sb+e-1) 3. strequ ssss 判断被操作字符串与ssss是否相等(每次strcat操作之后,被操作的字符串被永久的改变。)被操作字符串最长长
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:552
    • 提供者:kiraca
  1. Unix

    0下载:
  2. 两个字符串连接程序 进程管理的四个设计 概要 -两个字符串连接程序 #include "stdio.h" main() {char a[]="acegikm" char b[]="bdfhjlnpq" char c[80],*p int i=0,j=0,k=0 while(a[i]!= \0 &&b[j]!= \0 ) {if (a[i] { c[k]=a[i] i++ } else c[k]=b[j++] k++ } c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:24500
    • 提供者:asdasdasd123
  1. strcat-strcpy-strcmp-strlen(hanshuyuanxing)

    0下载:
  2. strcat,strcpy,strcmp,strlen函数原型,本人在VC6.0下调试通过的例子。-strcat, strcpy, strcmp, strlen function prototype, I have to debug through the VC6.0 example.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:36467
    • 提供者:刘飞飞
  1. IntroductiontoBufferOverflow

    0下载:
  2. 缓冲区溢出通常是向数组中写数据时,写入的数据的长度超出了数组原始定义的大小。 比如前面你定义了int buff[10],那么只有buff[0] - buff[9]的空间是我们定义buff 时 申请的合法空间,但后来往里面写入数据时出现了buff[12]=0x10 则越界了。C 语言常用的 strcpy、sprintf、strcat 等函数都非常容易导致缓冲区溢出问题-look at this!
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:244355
    • 提供者:lunix
  1. string_connect_c

    0下载:
  2. 字符串连接算法,非strcat-not strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:158951
    • 提供者:susan
  1. project

    0下载:
  2. 用matlab编写的HUFFMAN树的程序,按照要求输入输入,概率以及信号编号,就可以得到各个信号的Huffman编码。并且有课题报告附上。(编码是逆序输出的,若要改为正序,修改strcat内的两个参数顺序就好)-HUFFMAN prepared using matlab tree program, enter the requested input, probability, and signal numbers, each signal can be Huffman coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:49387
    • 提供者:陈鹏
  1. string

    0下载:
  2. 该文件有strlen,strcpy,strcmp,strcat函数,代码风格规范,非常有利于初学者。-The document has strlen, strcpy, strcmp, strcat function, code style standards is very conducive to beginners.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8088
    • 提供者:李晨旭
  1. StrCat

    0下载:
  2. 连接字符串,将两个字符串合并成为一个字符串-Connection string, and the two merged into a string string
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:151180
    • 提供者:Zephyr
  1. 02

    0下载:
  2. 编写一个程序,将两个字符串连接起来(不用STRCAT函数)利用指针实现-Write a program that will link the two strings (not STRCAT function) the use of pointers
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:227096
    • 提供者:李世超
  1. prog1

    0下载:
  2. 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:562
    • 提供者:储谢东
  1. 38

    0下载:
  2. 请编写函数fun,函数的功能是:将放在字符串数组中的M各字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBBCC。 提示:strcat(a,b)的功能是将字符串b复制到字符串a的串尾上,成为一个新串。 注意:部分源程序在文件APROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4355
    • 提供者:储谢东
  1. strcat(linux)

    0下载:
  2. 在Linux环境下实现字符串连接,即strcat函数。-Realize strcat function in the Linux environment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-05
    • 文件大小:1589
    • 提供者:ChristinaZhang
  1. strcat

    0下载:
  2. 实现string.h中Strcat的功能,使用Visual C++6.0编译-To string.h Strcat the compiled using Visual C++6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:199971
    • 提供者:zhou
  1. Concat_strings-without-using-strcat-function

    0下载:
  2. Concat_strings without using strcat function
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:Pralay Saha
« 12 3 »
搜珍网 www.dssz.com