搜索资源列表
PLC_Control
- 欧姆龙最新PLC CPH1系列hostlink应用例子,用于编写上位机控制软件,通过串口直接控制PLC。用vc编写,方便转化为其他语言。 包括内容: 1:自封装串口类(来源于网络,做了适当修改) 2:多线程,线程间同步,通讯等。 3:生产者消费者模型应用,环形缓冲队列应用 4:欧姆龙hostlink通讯通讯同步处理,FCS校验值计算,各种hostlink指令使用示例。 5:线程消息处理类封装。 6:windows程序中带console调试界面,可把调试信息输出到控制台
Modbus_ASCII
- 44B0的串口接收发送程序 **** 现在共享这样的代码有些过时了,但这是我参考很多例子才编写出来的。集合了很多优点:采用环形缓冲机制;读数据时不必关接收中断(没有几个人能实现的),所以不会存在数据丢失的可能;以数据帧为单位接收发送;能够缓冲几千个数据帧(由FrameLen定义)。注:本来是为Modbus协议而编写的,后来简化了校验和Modbus规范。-44B0 receiving this procedure **** now sharing some of the outdated code
EqueueDemo
- 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现-obstruction and support non-blocking security model is threaded circular buffer Design and Implementation
bitRingLib
- 环形缓冲库,单位是BIT,读写指针独立,测试通过
ringbuffer_doc.rar
- 所有程序都可用的环形缓冲区设计结构,适用于各种平台,各种程序,All programs are available to design a ring buffer structure for various platforms, various procedures
环形缓冲区.zip
- 环形缓冲区, Ring-like buffer
testRingBuffer
- 环形缓冲 : 多线程,锁,对齐。多线程,锁,对齐。-mutil thread and ringbuffer
testringbmp
- 附件是一个图像的环形缓冲类,利用它,可以高效的处理或显示图片,很优秀,我感觉利用它可以在屏幕上每秒画50张左右的图像。-The attachment is an image of the ring buffer class, take advantage of it, can be efficient processing or display pictures, very good, and I feel that it can draw about 50 images per second
EqueueDemo
- 这是书上的代码,支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现---环形缓冲,攻克高级缓冲技术的关键,供大家参考-This is the code book to support non-blocking model with obstructive and thread-safe Ring Buffer Design and Implementation--- ring buffer, buffer technology to capture high-level key, for yo
BufList
- 环形缓冲队列,带有Event激活,多入单出,用于线程间通信。-Ring buffer queue with Event-activated, multi-income single out for inter-thread communications.
fdsdf
- 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现-In support of obstruction and non-blocking model and thread-safe ring buffer Design and Implementation
CircleQueue_with_array_list
- 本程序中分别用数组和链表实现了环形队列,有利于理解环形缓冲区的实现。-This program implements circle queue by array and list.It is useful to understand the solution to circle buffer.
PF_Ring
- Linux下的一个数据包捕获机制。采用一个环形缓冲有效提高包捕获率。-Under a Linux packet capture mechanism. Using a circular buffer to effectively improve the rate of packet capture.
lcd1602
- 该文件包含lcd1602驱动程序,rs232串口通信,环形缓冲数组。该程序为本人学生时期的练习习作。-This file contains lcd1602 driver, rs232 serial communication, a circular buffer array. During the program as my students practice exercises.
pic18f_usart
- PIC18F 串口环形缓冲区测试,通过电脑串口调式助手向设备端发送指令字符串,设备端识别指令后,返加应答指令字符串。所有的事件由电脑端发起,设备只能响应请求!-PIC18F serial ring buffer tests through the computer serial port tuning assistant sends command strings to the device, device-side identification instruction, returning r
circularbuffer
- 本段代码的作用是数据转换存储 环形缓冲代码示例-CircularBufferWrite and CircularBufferread
UART-transmission
- 建立环形缓冲区,将发送缓冲区建立成一个环形的缓冲区,在这个环形缓冲区内,通过头指针和尾指针来定位空白区和数据区-Ring buffer and send buffer created as a circular buffer in the ring buffer head and tail pointers to locate the blank area and data area
chat
- 语音聊天小工具,使用dsound,环形缓冲,对数据进行混音消除处理-chat tool
USBtoSCC_Firmware
- 基于Z85C30实现USB转双通道同异步串口的源码,本程序采用环形缓冲,多中断等方法实现了串口数据和USB数据的交换,由于单片机速度限制异步只能做到100K,同步只能做到57k。-Z85C30 based USB to dual channel asynchronous serial source code, the program uses a ring buffer, multiple interrupt other methods to achieve the serial data an
STM32_COM_queue
- 将串口的发送缓冲区建立成一个环形的缓冲区,在这个环形缓冲区内,通过头指针来定位空白区 和数据区-The establishment of the serial transmit buffer into a ring buffer in this ring buffer pointer to locate the blank through the head area and the data area