搜索资源列表
LWip_Stack_implementation
- LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LwIP is TCP/IP protocol stack as a realization. LwIP
bidir
- code for bidirectionl buffer
SwordSaint
- Carmack buffer algorithm and demonstration code.
CustomDataPipeExample
- 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
Secure-Programs-HOWTO-all-html.tar
- 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.
ALIENTEK-MiniSTM3
- 不完全手册,一本简单好用的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
networkcomm
- 自己写的代码。利用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
WEB
- 在针对ELF文件 PE文件(.exe与.dll)的漏洞挖掘过程中,出现了很多的漏洞挖掘 技术,但是针对PE文件 ELF文件的漏洞挖掘始终停留在了黑盒测试(包括单元黑盒测试) 源代码审计等办法.通过RATS等源代码审计软件可以找到部分源代码级别的漏洞信息, 但是毕竟源代码审计软件寻找的多数为strcpy memcpy等存在缓冲区溢出遗患的C函数,所以通过审计源代码的办法来进行漏洞挖掘是一个可能性系数很小的漏洞挖掘技术-Loopholes for the ELF file PE file
The-AE-of-buffer-analysis
- AE的二次开发时的缓冲区分析代码,实现点、线、面的缓冲区分析-AE secondary development buffer analysis code, buffer analysis of point, line and surface
VisualPCPP-development-of-GIS-system
- 利用vc++,结合有关地理信息系统的算法,编写有关的代码的分析,例如:叠置分析、缓冲区分析-Using vc++, combined with the geographic information system of the algorithm, the code analysis, such as: overlay analysis, buffer analysis 分享到 翻译结果重试 抱歉,系统响应超时,请稍后再试 支持中英、中日、泰英
LWIP_manual(CN)
- 本文叙述了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
TCPIP协议栈的设计与实现 焦海波
- LwIP是TCP/IP协议栈的一个实现。它的目的是减少内存使用率和代码大小,使LwIP适用于资源受限系统比如嵌入式系统。为了减少处理和内存需求,LwIP使用不需要任何数据复制的经过裁剪的API。 本文描述了LwIP的设计与实现。描述了在协议栈实现中以及像内存与缓冲管理这样的子系统中使用的算法和数据结构。本文还包括LwIP的参考手册以及使用LwIP的代码例子。(LwIP is an implementation of the TCP/IP protocol stack. Its purpose