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

搜索资源列表

  1. memset

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

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:zxk
  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
    • 文件大小:29.16kb
    • 提供者: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 covers the conversion of the follow
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:10.99kb
    • 提供者:徐海峰
  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 nice output file (HTML so far,
  3. 所属分类:Windows编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:3.49kb
    • 提供者:尚旭
  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 TQueue<QueueData> TMyQu
  3. 所属分类:通讯编程

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

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

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

    0下载:
  2. VC 头文件的源码,如strcpy及tolower等函数的实现-VC header files of the source, such as strcpy and tolower function implementation, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3.32mb
    • 提供者:morry
  1. Thread_13

    0下载:
  2. 基于共享内存的进程通信,调用CreatFileMapping,MapViewOfFile,strcpy实现-Shared memory based on the process of communication, call CreatFileMapping, MapViewOfFile, strcpy implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:28.8kb
    • 提供者:cy
  1. (2009042115)Trans2UNICODE

    0下载:
  2. mbcs源代码转成unicode源代码 以前做过很多项目,都是多字节的,最近做了几个库,用的是unicode,实在不愿意再针对那些函数,做一套ansi的,于是想着自己做个小工具,把以前整个项目的代码,都改成unicode函数,比如strcpy替换成lstrcpy,"字符常量"替换成_T("字符常量"),这种方式的好处就是两种编码方式,可以快速切换。 -translate mbcs code to unicode code
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1.06mb
    • 提供者:chenfeng
  1. c

    0下载:
  2. 有关C语言中字符串的操作的一些经典程序,STRCPY,MEMCPY,数组越界还有一些其他的程序-Of the C language string operation a number of classical procedures, STRCPY, MEMCPY, an array of cross-border procedures and some other
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:18.32kb
    • 提供者:456456
  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
    • 文件大小:35.61kb
    • 提供者:刘飞飞
  1. =strcpy

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

    • 发布日期:2017-03-30
    • 文件大小:11.19kb
    • 提供者: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. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:607byte
    • 提供者:张瑞明
  1. wordchose

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

    • 发布日期:2017-04-03
    • 文件大小:1.88kb
    • 提供者:刘欢
  1. strcpy

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

    • 发布日期:2017-11-20
    • 文件大小:35.53mb
    • 提供者:王大
  1. strcpy

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

    • 发布日期:2017-11-11
    • 文件大小:82.67kb
    • 提供者:wang ying
  1. StrCpy

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

    • 发布日期:2017-11-22
    • 文件大小:729byte
    • 提供者:hahha
  1. strcpy

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

    • 发布日期:2017-05-01
    • 文件大小:8.99kb
    • 提供者: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. 所属分类:ADO-ODBC

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