搜索资源列表

  1. memset

    0下载:
  2. memset,memcpy和strcpy-memset, memcpy and htpasswd
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1116
    • 提供者:zxk
  1. readinifile_H

    0下载:
  2. /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\"
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:972
    • 提供者:eFun
  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. 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. bugscam

    0下载:
  2. BugScam is a collection of scr ipts for the commercial debugger IDA Pro (http://www.datarescue.com) that will scan a given binary for problematic uses of certain library functions (e.g. strcpy etc) and generate a nic
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19804
    • 提供者:pp
  1. chongzauhanshu

    0下载:
  2. 定义Name类的重载赋值函数。#include<iostream.h> #include<string.h> class Name { public : Name ( char *pN ) Name( Name & ) Name& operator=( Name& ) ~ Name() protected : char *pName
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:928
    • 提供者:伍国
  1. ExerciseC9

    0下载:
  2. 编写strcpy函数,虽然简单,但是能检验出点水平的一个练习,在高质量c里有介绍.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3570
    • 提供者:尚旭
  1. QueueTest

    0下载:
  2. VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:34517
    • 提供者:zj
  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. strcpy

    0下载:
  2. 这是一个有linux和windows以及我自己的strcpy程序.- This is a linux and windows and my own strcpy program.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-07-02
    • 文件大小:134144
    • 提供者:王明明
  1. =strcpy

    0下载:
  2. 关于字符串赋值=和strcpy问题 -On the issue of a string assignment = and strcpy
  3. 所属分类:文件操作

    • 发布日期:2024-07-02
    • 文件大小:11264
    • 提供者:tian
  1. strcpy

    0下载:
  2. 设计一函数StringCopy实现字符串str1拷贝到str2中,(即实现strcpy功能)要求用指针实现,不能用计数器。-Design a function StringCopy realize str1 string copied to the str2, (i.e. realize strcpy function) require a pointer realize, cannot use the counter
  3. 所属分类:文件操作

    • 发布日期:2024-07-02
    • 文件大小:1024
    • 提供者:张瑞明
  1. strcpy

    0下载:
  2. 实现和测试C标准库中的strcpy函数,支持各种操作系统。供大家参考 -Implementation and test strcpy function in the C standard library ~ for your reference, the level of limited ~ ~
  3. 所属分类:系统编程

    • 发布日期:2024-07-02
    • 文件大小:8192
    • 提供者:刘斌
  1. wordchose

    0下载:
  2. 进行自负的匹配,- #include<iostream.h> #include <string> using namespace std class String { private: int size char *chr public: String(char* temp) {
  3. 所属分类:其他小程序

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

    0下载:
  2. strcpy函数应用,刚注册第一次上传,试试功能怎样-the strcpy function application, just registered the first upload, try the function how
  3. 所属分类:C#编程

    • 发布日期:2024-07-02
    • 文件大小:37253120
    • 提供者:王大
  1. strcpy

    0下载:
  2. 自定义字符串拷贝函数strcpy(),在C-Free和VC环境能够通过-Custom string copy function strcpy () in C-Free and VC environment through
  3. 所属分类:文件操作

    • 发布日期:2024-07-02
    • 文件大小:84992
    • 提供者:wang ying
  1. StrCpy

    0下载:
  2. 使用指针实现库函数StrCpy以处理字符串复制功能,并返回指针!-Using pointers to handle string library functions StrCpy copy function, and returns the pointer!
  3. 所属分类:其他小程序

    • 发布日期:2024-07-02
    • 文件大小:1024
    • 提供者:hahha
  1. STRCPY

    0下载:
  2. STRCPY的实现与应用 希望对大家由帮助-STRCPY THE SHIXIAN
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-07-02
    • 文件大小:735232
    • 提供者:songzhenhua
  1. strcpy

    0下载:
  2. 实现和测试C标准库中的strcpy函数,支持各种操作系统。供大家参考-Implementation and test strcpy function in the C standard library ~ for your reference, the level of limited ~ ~
  3. 所属分类:数据库编程

    • 发布日期:2024-07-02
    • 文件大小:9216
    • 提供者:h*g887che
  1. strcpy

    0下载:
  2. 实现和测试C标准库中的strcpy函数,支持各种操作系统。供大家参考-Implementation and test strcpy function in the C standard library ~ for your reference, the level of limited ~ ~
  3. 所属分类:数据库编程

    • 发布日期:2024-07-02
    • 文件大小:8192
    • 提供者:bz7309zhong
« 12 3 4 »

源码中国 www.ymcn.org