搜索资源列表

  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 categ
  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编程

    • 发布日期:2008-10-13
    • 文件大小:29859
    • 提供者:Merc
  1. strcat

    0下载:
  2. 设计函数STRCAT,模拟标准函数strcat
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小: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 cover
  3. 所属分类:ActiveX/DCOM

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

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

    • 发布日期:2008-10-13
    • 文件大小:1433
    • 提供者:tianya
  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 categ
  3. 所属分类:文件操作

    • 发布日期:2024-07-02
    • 文件大小:1024
    • 提供者:王迎芳
  1. eg4

    0下载:
  2. strcat,C语言字符串连接程序 -strcat, C language string linker
  3. 所属分类:其他小程序

    • 发布日期:2024-07-02
    • 文件大小:2048
    • 提供者:chea
  1. ListingFiles

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

    • 发布日期:2024-07-02
    • 文件大小:29696
    • 提供者:Merc
  1. strcat

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

    • 发布日期:2024-07-02
    • 文件大小:6144
    • 提供者: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 cover
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-07-02
    • 文件大小:11264
    • 提供者:徐海峰
  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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-07-02
    • 文件大小:24576
    • 提供者: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编程

    • 发布日期:2024-07-02
    • 文件大小:36864
    • 提供者:刘飞飞
  1. IntroductiontoBufferOverflow

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

    • 发布日期:2024-07-02
    • 文件大小:244736
    • 提供者:lunix
  1. string_connect_c

    0下载:
  2. 字符串连接算法,非strcat-not strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!strcat!!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-02
    • 文件大小:158720
    • 提供者:susan
  1. project

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

    • 发布日期:2024-07-02
    • 文件大小:49152
    • 提供者:陈鹏
  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编程

    • 发布日期:2024-07-02
    • 文件大小:8192
    • 提供者:李晨旭
  1. strcat(linux)

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

    • 发布日期:2024-07-02
    • 文件大小:2048
    • 提供者:ChristinaZhang
  1. strcat

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

    • 发布日期:2024-07-02
    • 文件大小:199680
    • 提供者:zhou
  1. Concat_strings-without-using-strcat-function

    0下载:
  2. Concat_strings without using strcat function
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-07-02
    • 文件大小:1024
    • 提供者:Pralay Saha
« 12 3 »

源码中国 www.ymcn.org