搜索资源列表
uudecode
- 实现uuencode的编解码,支持buffer
mem_manage
- 包含三个类:1.一个管理自己的类存分配的类;2.一个不会释放空间的内存缓冲池类;3.一个会释放空间的内存缓冲池类;-includes three categories : 1. A management of the distribution of deposit category; 2. A space will not release the memory buffer pool; 3. Space will release a memory buffer pool;
kailleraex
- 利用游戏服务器kailleraServer0.86漏洞进行的缓冲区溢出示例,效果是使运行该server的机器弹出一个messageBox-exploit a buffer overflow for kailleraServer0.86, this example shows how to let the server display a messageBox
code
- 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
bfBufferTest
- miniSQL buffer manager 以block (4k)为基础的从disk到main memory的buffer,CPP,全自动的,高度封装,无需其他模块帮助,即已经实现dirty,LRU 替换等功能-miniSQL buffer manager based on blocks which is 4k size, in cpp, high ziped, need no assistance from other module to implement the LRU replacem
example
- 用c语言,不用windows api 拷贝一个50M以上的文件,每次拷贝1kb, unsigned char buffer[1024] 直到文件拷贝结束 -C language without windows api Copy more than a 50M file, every copy 1kb the end of an unsigned char buffer [1024] until the file copy
DOS-implementat
- 易语言取dos返回结果, 直接读取 缓冲区 而不是创建 .bat 运行后取结果那种方式-Easy language to take dos return a result, the read buffer instead of creating a bat run to take the results that way
RSRUNNER-1
- This soft runs console applications from specified directory and pass parameter to it throw copy/paste buffer-This soft runs console applications from specified directory and pass parameter to it throw copy/paste buffer
test1
- 编制一个源程序的输入过程,从键盘、文件或文本框输入若干行语句,依次存入输入缓冲区(字符型数据);然后编制一个预处理子程序,去掉输入串中的回车符、换行符和跳格符等编辑性文字;把多个空白符合并为一个;去掉注释-Preparation of a source input from keyboard, file or text box, enter a number of rows statement sequentially stored in the input buffer (character
testRingBuff
- Project in Visual C++ with testing an ring buffer
Flush
- A working function to flush the keyboard buffer in standard C.
mpaopao
- 仿泡泡随机运动,使用双缓冲控制闪烁,视图类学习资料.-show the random motion of the bubble, Using double buffer to control splashing.