搜索资源列表
base64src
- C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
dnw-large-buf
- dnw的改进版本,增大缓冲区到了1M,使工具可以保留和显示串口发送的1M以内的数据。
mem
- 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。
C++NeiCunFenPei
- C++模拟内存分配 一、思路 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。 1.分配规则 每块被分配或释放的内存由MemInfo记录,并保存于数组(buf)中作为内存空间的“头”,其后紧跟数据。MemInfo组成链表结构,表头不占用数组空间(buf)。当调用者申请内存时,将导致MemInfo链表的遍历,遍历的
linux-circular-buf.tar
- linux下自己做的一个circular buffer.可重入,pthread接口。-under linux do a circular buffer. reentrant, pthread interface.
Injector
- BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID) if(!Proc) { sprintf
UICI
- 通用因特网IPV4网络编程接口 //TCP int uin_open_tcp(unsigned short port) int uin_accept(int fd, struct sockaddr_in *addr) int uin_connect(const char *cp, unsigned short port) int r_recv(int fd, void* buf, int size) int r_send(int fd, const void* m
msg
- 消息队列是一个链表,链表的每一个结点是一个消息。消息队列存放在内核中并由消息队列标示符标识。 对消息队列的操作有下面三种类型: a. 打开或创建消息队列 int msgget(key_t key, int flag) 参数key是一个键值,由ftok函数获得, flg参数是一些标志位。函数返回与健值key相对对应的消息队列描述字。 b. 读写操作 int msgsnd(int msqid, const void *ptr, size_t nbytes, int flag
vt100_clean_str.tar
- 过滤VT100 的控制符 传入(vt_clean(buf,len))含有vt100控制符的字符串,处理后buf为过滤后的字符串,采用正则表达式处理-Filter VT100 control characters incoming (vt_clean (buf, len)) contains vt100 control character string treated the string buf filtered using regular expression processing
videobuf-dvb
- some helper function for simple DVB cards which simply DMA the complete transport stream and let the computer sort everything else (i.e. we are using the software demux, ...). Also uses the video-buf to manage DMA buffers. -some helper function
s3c_mfc_bitproc_buf
- buf file for Samsung MFC (Multi Function Codec - FIMV) driver
RxBuf
- brief Linux buf implementation.
shmlib
- 强大经典的共享内存库.利用循环BUF解决进程之间的视频流传输问题,零拷贝.-Powerful classic shared memory libraries. Use recycled BUF settlement process between the video streaming issues, zero-copy.
qsocks5socketengine
- inserts the host address in buf at pos and updates pos for Linux.
i915_gem_dmabuf
- i915 gem map dma buf for Embedded Linux.
event-parse
- pevent get input buf ptr Source Code for Linux.
torturetest
- Check that the contents of eraseblock number @enbum is equivalent to the @buf buffer for Linux.
dma-buf
- Framework for buffer objects that can be shared across devices subsystems.
videobuf-dvb
- some helper function for simple DVB cards which simply DMA the complete transport stream and let the computer sort everything else (i.e. we are using the software demux, ..). Also uses the video-buf to manage DMA buffers.
buf
- buf.c: memory buffers for libxml2.