搜索资源列表
mmx
- 经MMX, SSE 2优化后的MEMCPY,比VC中的MEMCPY快不少-as MMX, SSE, SSE2 optimization of MEMCPY than the VC lot faster MEMCPY
memset
- memset,memcpy和strcpy-memset, memcpy and htpasswd
aajiakl-memcpy
- 高效率内存copy,曾经使用过感觉还不错,有兴趣的朋友可以参考看看有无帮助-efficient memory copy, had used impression was pretty good, friends are interested to see whether reference can help
ds400_srom
- 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
test
- memcpy函数优化代码,使用汇编实现,可提高memcpy的实现性能.
qmemcpy
- 利用MMX指令实现快速内存拷贝,DLL工程可以直接导入使用,比memcpy要快50%左右
经过优化的MMX
- 使用MMX实现MEMCPY
post源代码
- 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
lib
- 汇编头文件,包包含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
c
- 有关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
memmove_memcpy
- memcpy和memmove函数的C语言实现实现-memcpy and memmove functions in C language implementation to achieve
stander_function_written
- 笔试中常考的编程题,memcpy,memmov,strcpy,strcmp等-Programming frequently written test questions
memcpy
- Memcopy in linux programming
memcpy
- c语言编程中的一个比较方便的函数memcpy简介c语言编程中的一个比较方便的函数memcpy简介。-c language programming in a more convenient function memcpy profile c programming language in a more convenient function memcpy profile.
memcpy
- memcpy函数介绍,介绍了其实现代码以及一些小技巧-memcpy function is introduced and its implementation code as well as some tips
memcpy-impliment
- memcpy的实现和详细介绍,可以用作参考练习。-memcpy implemented。
memcpy-and-memmove
- 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.
UART-fifo-memcpy
- S3C2440上的UART读取实现使用fifo缓冲区,并且用memcpy实现,加快运行速度-S3C2440 UART fifo memcpy
octeon-memcpy
- Unified implementation of memcpy, memmove and the __copy_user backend.
mem-memcpy
- memcpy: Simple memory copy in various ways.