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

搜索资源列表

  1. mmx

    1下载:
  2. 经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少-as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:sunshine
  1. memset

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

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:zxk
  1. aajiakl-memcpy

    0下载:
  2. 高效率内存copy,曾经使用过感觉还不错,有兴趣的朋友可以参考看看有无帮助-efficient memory copy, had used impression was pretty good, friends are interested to see whether reference can help
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:24.25kb
    • 提供者:RickyDon
  1. ds400_srom

    0下载:
  2. This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses the memcpy function to copy a function in the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0x110000) f
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:37.22kb
    • 提供者:mliang
  1. test

    0下载:
  2. memcpy函数优化代码,使用汇编实现,可提高memcpy的实现性能.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.41kb
    • 提供者:地方
  1. qmemcpy

    2下载:
  2. 利用MMX指令实现快速内存拷贝,DLL工程可以直接导入使用,比memcpy要快50%左右
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:39.38kb
    • 提供者:和恶毒发
  1. 经过优化的MMX

    0下载:
  2. 使用MMX实现MEMCPY
  3. 所属分类:系统编程

    • 发布日期:2009-03-18
    • 文件大小:39.38kb
    • 提供者:dspfirmware
  1. post源代码

    0下载:
  2. post源代码 please post For Who need /post please. Code: if(!memcmp(lpChat->chatmsg,"/post",5)) { if(config.PSTCMD.is == 0) { MsgOutput(aIndex,"[Post]Command is disabled by Administrator."); return; } if(config.PSTCMD.Cost > gOb
  3. 所属分类:游戏

    • 发布日期:2012-08-24
    • 文件大小:3.01kb
    • 提供者:lifely
  1. lib

    0下载:
  2. 汇编头文件,包包含5个函数,分别有 1.显示 AL 中的数字 DispAL 2.显示一个整形数 DispInt 3.显示一个字符串 DispStr 4.换行 DispReturn 5.内存拷贝 MemCpy-Compilation of header file, package includes 5 function, respectively, have 1. Show DispAL figures AL 2. Displays a few plastic Di
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:huangheng
  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. memmove_memcpy

    0下载:
  2. memcpy和memmove函数的C语言实现实现-memcpy and memmove functions in C language implementation to achieve
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:1.35kb
    • 提供者:邢兰停
  1. stander_function_written

    0下载:
  2. 笔试中常考的编程题,memcpy,memmov,strcpy,strcmp等-Programming frequently written test questions
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:729byte
    • 提供者:lundon
  1. memcpy

    0下载:
  2. Memcopy in linux programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:782byte
    • 提供者:hireraju
  1. memcpy

    0下载:
  2. c语言编程中的一个比较方便的函数memcpy简介c语言编程中的一个比较方便的函数memcpy简介。-c language programming in a more convenient function memcpy profile c programming language in a more convenient function memcpy profile.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6.23kb
    • 提供者:dongshi
  1. memcpy

    0下载:
  2. memcpy函数介绍,介绍了其实现代码以及一些小技巧-memcpy function is introduced and its implementation code as well as some tips
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:13.53kb
    • 提供者:汪田
  1. memcpy-impliment

    0下载:
  2. memcpy的实现和详细介绍,可以用作参考练习。-memcpy implemented。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:10.49kb
    • 提供者:zxd
  1. memcpy-and-memmove

    0下载:
  2. memcpy函数测试,在linux和VC编译器下面运行,效果不一样(不能重叠copy)。linux内核memmove函数实现。-memcpy function tests, and VC compiler in linux running below, the effect is the same. linux kernel memmove function implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:986byte
    • 提供者:熙乐
  1. UART-fifo-memcpy

    0下载:
  2. S3C2440上的UART读取实现使用fifo缓冲区,并且用memcpy实现,加快运行速度-S3C2440 UART fifo memcpy
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2.59kb
    • 提供者:黄建华
  1. octeon-memcpy

    0下载:
  2. Unified implementation of memcpy, memmove and the __copy_user backend.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.88kb
    • 提供者:rengxjeng
  1. mem-memcpy

    0下载:
  2. memcpy: Simple memory copy in various ways.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.84kb
    • 提供者:sunsjfie
« 12 3 4 »
搜珍网 www.dssz.com