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

搜索资源列表

  1. CFileDialog_Multiselect_Demo

    0下载:
  2. VS201x写的文件选择对话框文件多选实例。解决缓冲区溢出问题。-The file selection dialog box instance multi election. Solve the buffer overflow problem. . .
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-07
    • 文件大小:74692
    • 提供者:hwangbae
  1. dxrecord

    0下载:
  2. DirectSound 录音测试程序。包含最基本的DirectSound设备枚举、打开和缓冲区创建。用一个环形缓冲区实现连续的音频采集并写入到文件。控制台程序,用键盘控制录音的开停。-DirectSound recording test program. Contains the most basic the DirectSound device enumeration, open and create a buffer. Implemented using a ring buffer the
  3. 所属分类:Audio program

    • 发布日期:2017-11-15
    • 文件大小:1601
    • 提供者:耿程新
  1. 6

    1下载:
  2.  使用信号量实现有限缓冲区的生产者和消费者问题  使用信号量实现读进程具有优先权的读者和写者问题 -Producers and consumers   semaphore limited buffer using semaphores reading process has a priority of readers and writers
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:146350
    • 提供者:高莹
  1. SERIAL-COMMUNICATION

    0下载:
  2. 串行通信动态连接库,并已经测试,采用线程监视接收缓冲区,利用回调接口传送接收的数据,异步读写操作,非阻塞模式。-Serial communication dynamic link library, and has been tested using thread monitors the receive buffer, using callback interface to transmit and receive data, asynchronous read and write operat
  3. 所属分类:Com Port

    • 发布日期:2017-11-14
    • 文件大小:2012596
    • 提供者:drxingjian
  1. 001ClipBoardAccess

    0下载:
  2. Windows 剪切缓冲区存取 001ClipBoardAccess.rar-Windows ClipBoard Access VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:13236
    • 提供者:文德门
  1. 0day_2nd

    0下载:
  2. 本书分为5 篇33章,系统、全面地介绍了Windows 平台缓冲区溢出漏洞的分析、检测与防护。第一篇为漏洞exploit 的基础理论和初级技术,可以引领读者迅速入门;第二篇在第一篇的基础上,结合国内外相关研究者的前沿成果,对漏洞技术从攻、防两个方面进行总结;第三篇站在安全测试者的角度,讨论了几类常用软件的漏洞挖掘方法与思路;第四篇则填补了本类书籍在Windows 内核安全及相关攻防知识这个神秘领域的技术空白;第五篇以大量的0 day案例分析,来帮助读者理解前四篇的各类思想方法。本书可作为网络安全
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:5947979
    • 提供者:赵伟龙
  1. WebGIS

    0下载:
  2. WEBGIS + C# 地图属性查询,缓冲区分析,空间查询等常用的GIS功能-WEBGIS+ C# map attribute query, buffer analysis, spatial query common GIS functions
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:10957688
    • 提供者:lain_yu
  1. CircleBuffer

    0下载:
  2. 模板类名:CircleBuffer 功 能:环形缓冲区 优 点:相对于队列来说减少了很多对地址的反复操作,增加稳定性。-Template class name: CircleBuffer function: the ring buffer Pros: relative to the queue for reduced many repeated operation of the address, to increase stability.
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:1732
    • 提供者:谷蒙
  1. code

    1下载:
  2. winmm.dll中的mciSendString方法录音C#代码 mciSendString是用来播放多媒体文件的API指令,可以播放MPEG,AVI,WAV,MP3,等等 该函数有四个参数: 第一个参数:要发送的命令字符串。字符串结构是:[命令][设备别名][命令参数]. 第二个参数:返回信息的缓冲区,为一指定了大小的字符串变量. 第三个参数:缓冲区的大小,就是字符变量的长度. 第四个参数:回调方式,一般设为零-the winmm.dll of the mc
  3. 所属分类:Modem program

    • 发布日期:2016-05-10
    • 文件大小:1024
    • 提供者:
  1. shmfifo

    0下载:
  2. 环形缓冲区的封装函数,采用共享内存的方式,欢迎下载-Package of the ring buffer functions using shared memory, welcome to download
  3. 所属分类:Linux Network

    • 发布日期:2017-12-08
    • 文件大小:2368
    • 提供者:chen
  1. productor-consumer

    1下载:
  2. 生产者消费者问题 一个大小为3的缓冲区,初始为空 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程模拟。 包括windows和linux下的程序代
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:4299
    • 提供者:梁力轩
  1. JavaRotateImageDemo

    0下载:
  2. Java图片旋转,使用Java语言编写程序,旋转图像文件,期间用到了滑动条jSlider事件处理技术,得到旋转角度(弧度制),图像缓冲区创建、创建bufImage的图形环境、让用于显示的缓冲区图像指向过滤后的图像、重载容器的paintComponent()方法等-The Java Image rotation, using the Java language program, rotate the image file used during the the slider jSlider eve
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:85900
    • 提供者:pudn1378
  1. JavaHalfTransparentImageDemo

    0下载:
  2. Java半透明图片的实现源代码,实现步骤:图像文件名数组,缓冲区图像,图像合成的alpha赋初值,根据Image对象创建一个缓冲区图像、获取Image对象、实例化媒体加载器、增加待加载Image对象、创建缓冲区图像、创建缓冲区图像的图形环境、在图形环境绘制图像、绘制文字、源排斥目标法合成规则、创建AlphaComposite对象、设置图形环境的合成方式-Java translucent pictures realization of the source code, implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:158720
    • 提供者:pudn1382
  1. javaClipDemo

    0下载:
  2. Java实现移动的遮照效果,先实现椭圆形的遮罩,实例化媒体加载器,最后在创建缓冲区中的图像形成遮罩效果,而且它是会移动的。-Java implementation moving Zhezhao effects, oval mask first, instantiate the media loader Finally, create the image buffer to form a mask effect, and it will move.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:30354
    • 提供者:pudn1388
  1. huanchongquyichujiance

    0下载:
  2. 缓冲区溢出 方面的论文 值得借鉴 适合初学者-The buffer overflow Papers worth learning for beginners
  3. 所属分类:Project Manage

    • 发布日期:2017-11-29
    • 文件大小:290492
    • 提供者:水蓝
  1. Buffer.pdf

    0下载:
  2. CSAPP 缓冲区溢出攻击实验文档,深刻理解缓冲区安全问题与防范方法-CSAPP handout
  3. 所属分类:Project Design

    • 发布日期:2017-11-24
    • 文件大小:72517
    • 提供者:pudunimei
  1. Pressure-meter-relay-program

    0下载:
  2. 尾压仪,中继程序,电压尾信号端检测,c语言,CPU用STC89C52RC,用到其内部WatchDog 尾压数据接收缓冲区清零定时时间由20秒改为25秒-Last pressure meter relay process, voltage tail end signal detection, c language, CPU STC89C52RC,- used its internal the WatchDog tail pressure data receiving buffer is cle
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:14490
    • 提供者:代春喜
  1. IOBuffer

    0下载:
  2. 输入输出缓冲区,存储任意类型数据,怎么输入 ,怎么输出-Input and output buffers to store any type of data, how to enter, how to output
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:1979291
    • 提供者:肖小龙
  1. CPictureCtrlDemo

    1下载:
  2. mfc 对话框加载图片文件显示,传入图片文件路径,或者读取文件内容到缓冲区。-MFC dialog box load image file, the incoming picture file path, or read the contents of the file into the buffer.
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-28
    • 文件大小:2179072
    • 提供者:程新连
  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
    • 文件大小:13849037
    • 提供者:李军
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com