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

搜索资源列表

  1. LWip_Stack_implementation

    0下载:
  2. LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LwIP is TCP/IP protocol stack as a realization. LwIP
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:677.4kb
    • 提供者:王永珍
  1. bidir

    0下载:
  2. code for bidirectionl buffer
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:2.73kb
    • 提供者:sathish
  1. SwordSaint

    0下载:
  2. Carmack buffer algorithm and demonstration code.
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:810.34kb
    • 提供者:雷阵雨
  1. CustomDataPipeExample

    0下载:
  2. The sample code uses the CustomDataPipe to create an in-memory recordset comprised of one point. The user inputs the value in longitude/latitude coordinates via a form. The recordset is then used as input into the BufferPipe to create an output r
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:134.49kb
    • 提供者:faissal
  1. Secure-Programs-HOWTO-all-html.tar

    0下载:
  2. Secure Programming howtos. How to write code that is not likely to be exploited by buffer overflows, format-strings, etc. How to write stable quality code.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:269.62kb
    • 提供者:rebbe
  1. ALIENTEK-MiniSTM3

    0下载:
  2. 不完全手册,一本简单好用的arm编程知道书,教你不使用库函数也可以写出出色的程序- unsigned int i BYTE buffer[512] // file copy buffer FATFS fs // Work area (file system object) for logical drive FIL fsrc // file objects FRESULT res
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1.08mb
    • 提供者:张雄
  1. networkcomm

    0下载:
  2. 自己写的代码。利用MFC CSocket类, 采用TCP/IP长连接的方式,使局域网中的每台电脑,都可以主动向对方发送数据,建立多对多的联系,识别方式是机器名+端口号。代码还解决了Close_wait问题,断线重连问题,还有主动断开连接功能。设有连接池,数据缓冲池。单次发送数据量不超过0.5M。数据发送速率达10M/S -Write your own code. MFC CSocket class, the use of long TCP/IP connection, so that eac
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10.24mb
    • 提供者:尚华
  1. WEB

    0下载:
  2. 在针对ELF文件 PE文件(.exe与.dll)的漏洞挖掘过程中,出现了很多的漏洞挖掘 技术,但是针对PE文件 ELF文件的漏洞挖掘始终停留在了黑盒测试(包括单元黑盒测试) 源代码审计等办法.通过RATS等源代码审计软件可以找到部分源代码级别的漏洞信息, 但是毕竟源代码审计软件寻找的多数为strcpy memcpy等存在缓冲区溢出遗患的C函数,所以通过审计源代码的办法来进行漏洞挖掘是一个可能性系数很小的漏洞挖掘技术-Loopholes for the ELF file PE file
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:4.45kb
    • 提供者:杨帆
  1. The-AE-of-buffer-analysis

    0下载:
  2. AE的二次开发时的缓冲区分析代码,实现点、线、面的缓冲区分析-AE secondary development buffer analysis code, buffer analysis of point, line and surface
  3. 所属分类:software engineering

    • 发布日期:2017-11-04
    • 文件大小:4.17kb
    • 提供者:lk
  1. VisualPCPP-development-of-GIS-system

    0下载:
  2. 利用vc++,结合有关地理信息系统的算法,编写有关的代码的分析,例如:叠置分析、缓冲区分析-Using vc++, combined with the geographic information system of the algorithm, the code analysis, such as: overlay analysis, buffer analysis 分享到 翻译结果重试 抱歉,系统响应超时,请稍后再试 支持中英、中日、泰英
  3. 所属分类:Project Design

    • 发布日期:2017-11-05
    • 文件大小:13.21mb
    • 提供者:李军
  1. LWIP_manual(CN)

    0下载:
  2. 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。(This paper describes the design and implementation of lwIP. The protocol implementation and the algorithms and data structures used in the subsystem, such as storage a
  3. 所属分类:文章/文档

    • 发布日期:2018-01-05
    • 文件大小:677kb
    • 提供者:fanliu1980
  1. TCPIP协议栈的设计与实现 焦海波

    0下载:
  2. LwIP是TCP/IP协议栈的一个实现。它的目的是减少内存使用率和代码大小,使LwIP适用于资源受限系统比如嵌入式系统。为了减少处理和内存需求,LwIP使用不需要任何数据复制的经过裁剪的API。 本文描述了LwIP的设计与实现。描述了在协议栈实现中以及像内存与缓冲管理这样的子系统中使用的算法和数据结构。本文还包括LwIP的参考手册以及使用LwIP的代码例子。(LwIP is an implementation of the TCP/IP protocol stack. Its purpose
  3. 所属分类:文章/文档

    • 发布日期:2018-04-22
    • 文件大小:435kb
    • 提供者:shimano105
搜珍网 www.dssz.com