CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 缓冲区

搜索资源列表

  1. OpenGL命令和例程概述

    0下载:
  2. 许多O p e n G L命令直接影响诸如点、线、多边形以及位图等O p e n G L对象的绘制。而另一些 命令,例如那些用于反走样或纹理操作的命令,主要用来控制图像如何生成。还有一些命令则 关注帧缓冲区的操作。
  3. 所属分类:OpenGL

    • 发布日期:2014-03-10
    • 文件大小:480565
    • 提供者:
  1. 一个把BMP压缩成JPG的源代码.zip

    0下载:
  2. 一个把BMP压缩成JPG的源代码。 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:16861
    • 提供者:
  1. kk9kd

    0下载:
  2. 函数查询当前进程的间隔定时器信息,并将查询结果保存在内核空间的结构变量中。然后将结果拷贝到用户空间缓冲区中。-The function obtains the interval timer s information of the current process and keeps the result in certain structure variable which is in kernel space.Finally,copys it to buffer of user space.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2713
    • 提供者:俊威
  1. TCP的客户服务器通信程序

    0下载:
  2. TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\\\client\\\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communicatio
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:15357
    • 提供者:刘鹏
  1. wjpeg

    0下载:
  2. 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区.-procedures first reading of the document BITMAP point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15297
    • 提供者:闫雪飞
  1. 串行通讯控件

    0下载:
  2. 本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收与发送缓冲区的设置以及通讯过程中的延时问题的处理等等。-This paper describes the use of communications controls send and receive communications are based on the binary data to achieve, based on the
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:7302
    • 提供者:王胜
  1. foxmail5

    0下载:
  2. FoxMail5.0漏洞利用。采用缓冲区溢出的shell编程,适合的版本:FoxMail5.0 ,FoxMail5.0 beta1及beta2.-FoxMail5.0 exploits. Using a buffer overflow shell programming, suitable Version : FoxMail5.0, FoxMail5.0 beta1 and beta2.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:3530
    • 提供者:王松
  1. LCD12864直接写屏驱动程序

    1下载:
  2. LCD12864直接写屏驱动程序,12864LCD直接写屏,省去显示缓冲区,-LCD12864 written directly screen drivers, 12864LCD written directly screen, eliminating display buffer,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:303610
    • 提供者:苏善伟
  1. 000overflow

    0下载:
  2. 本代码演示了缓冲区溢出的攻击与防范。 -demonstration of the code of buffer overflow attacks and Prevention.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:14242
    • 提供者:王挺
  1. r_buf

    0下载:
  2. 自己写的一个用在单片机串口通讯中的环形队列缓冲区管理模块。-himself wrote a serial microcontroller used in the communications ring buffer queue management module.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2148
    • 提供者:谢经波
  1. BMP与JPG格式转变的源代码

    0下载:
  2. BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。-BMP and JPG file format changes in the source code BMP
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:15838
    • 提供者:屠理峰
  1. 关于dtmf的源程序代码的合集

    2下载:
  2. 程序名称:DTMF双音频检测 描述:初始化数字正弦振荡器状态 它将指定状态集的状态复制到通道对应的振荡器状态缓冲区中-procedures title : DTMF detection-Audio Descr iption : initial figures sinusoidal oscillators state designated the state will collect copies of the state access to the corresponding os
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:36197
    • 提供者:刘下雨
  1. BipBuffer

    0下载:
  2. 环形缓冲区在流媒体处理以及音频或者通信里面广泛应用的数据结构,提供对ring buffer高效的算法实现-Ring buffer in the audio or streaming media processing and communications inside the data structure widely used to provide efficient algorithms for the ring buffer implementation
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2366
    • 提供者:江立
  1. GisDemo

    0下载:
  2. 利用c语言编写的缓冲区分析的程序,希望对大家有帮助-Use of buffer analysis of c language program, we hope to help
  3. 所属分类:GIS program

    • 发布日期:2017-04-10
    • 文件大小:2017465
    • 提供者:
  1. GPBuffer

    0下载:
  2. c#语言AE二次开发缓冲区工具,DLL开发(C# language AE, two development buffer tools, DLL development)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:60416
    • 提供者:杨从从
  1. STM32环形缓冲区

    0下载:
  2. 从机智云移植过来的环形缓冲区,使用时,只需要关注处理接收区即可,非常方便。(From the ring buffer, machine Zhiyun transplant when in use, only need to pay attention to the receiving area can handle, very convenient.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-03
    • 文件大小:3064832
    • 提供者:蒙古战狼
  1. 键盘缓冲区研究

    0下载:
  2. 这是关于键盘缓冲区结构和内容的研究资料,功能一般般,有问题可以找我(This is a research material on the structure and content of the keyboard buffer)
  3. 所属分类:磁盘编程

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:格兰芬多狮
  1. ByteQueue

    0下载:
  2. 队列缓冲区设定模块,可用于串口、按键、AD等需要较大缓冲区的工程(A queue buffer setting module, which can be used for a project with a larger buffer, such as serial ports, keys, AD, etc.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:雲山
  1. CCycleBuffer

    0下载:
  2. C语言实现的无锁缓冲区。读写分离。支持windows及linux系统(A lock free buffer implemented by the C language. Separation of reading and writing. Support windows and Linux systems)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:tale_z
  1. 点线-buffer

    3下载:
  2. 一个基于c#的点线缓冲区算法,点击即可实现,十分的方便,对于初学者很实用(A c# based dot line buffer algorithm, click can be realized, very convenient, very useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2019-12-19
    • 文件大小:74752
    • 提供者:雨蝶
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com