搜索资源列表
events
- 一个在LINUX系统下的开源的项目MICO中演示如何使用CORBA的标准服务之一的事件服务,通过这个例程,用户可以了解CORBA事件服务的工作流程,并且可以很容易的扩展为自己的应用。-a Linux system in the open-source project MICO demonstrated how to use CORBA standard services, one of the events, through this routine, users can understand
chatonline
- 当今在全球广为使用的Windows操作系统上,Visual BASIC是最合适的程序设计语言,因为Visual BASIC本身是适合初学者的编程语言,容易入门,入门以后就有能力进一步学习难度更大的编程语言;并且Visual BASIC是开发Windows应用程序的强有力的工具,用Visual BASIC能轻而易举地开发符合Windows规范和风格的应用程序,学习之后立即就能应用;Visual BASIC使用了最先进的程序设计思想,即“面向对象”和“事件驱动”,也就是说,学习Visual BASI
fyy1
- 如何有效的监视和控制网络中各台计算机的工作情况以及随时出现的各种异常情况,如何在网中实现有效的文件传输,如何让各客户在有何需要时可以方便的与网络管理人员进行联系等一系列的问题也便随之出现。本软件便是针对这一系列的问题而在windows2000操作平台是设计的。通过本软件的服务器便可以查看各客户端计算机上所起的服务,某时所运行的程序,机子的启动项目,共享资源,以及通过查看事件查看器了解计算机出现的各种情况。并且各客户端通过本软件快速的下载服务器上提供的文件。从而使企业网络的管理得到进一步的完善。-
comdebug
- 多线程事件驱动的多串口通讯测试程序,陈绪本身是一个串口调试器,其中类CSerialPort可以独立使用-multithreaded event-driven multi-serial communication test procedure Radiology is a serial debugger. CSerialPort category which can be used independently
zlf1631
- The tags in this observation specifies an optional name \"RMS Variation\", specifies the time of creation of the record, the absolute time of the first data point in the data, and the time (if applicable) of the trigger that resulted in this obse
RS-232debugtool
- The source code used to call a delayed-class, and demonstrate the custom event, the tool function is to automatically identify whether it is normal for serial communication.
SerialEXcod
- 一个高效率高兼容性的VC++串口通信底层代码,效率比控件高,简单好用多了-CSerialEx- Win32 message-based wrapper for serial communications A lot of MS-Windows GUI based programs use a central message loop, so the application cannot block to wait for objects. This make serial commun
DICOM3
- 1.修改DICOM传输底层服务名。 2.删除FindSCUIsRun属性。 3.删除MoveSCUIsRun属性。 4.删除StopMoveSCU属性。 5.删除StopFindSCU属性。 6.删除OnMoveSCUReceiveFile(sReceivedFileName: String)事件。 7.增加是否将StoreSCP接收文件保存到子目录功能。(StoreSCPSaveFileInSubDir[True=保存到子目录(.\ Modality \ StudyDa
opensipstack
- OpenSIPStack is an ongoing attempt to provide software developers a platform agnostic stack implementation of RFC 3261. Currently, OpenSIPStack can be compiled in Linux, Solaris, BSD, Darwin and Windows. It boasts of an event driven architecture whic
ThreadSynchronizationevent
- 线程同步之事件对象,希望能给初学者提供帮助-The event thread synchronization object, could provide help for beginners
monitoring
- 本系统涉及知识VC的数据库技术(ADO),串口通信等等。 智能安防系统的基本工作流程为;当发生触发事件时,触发信号从触发器发出经编码器 进行编码后以一进制数据形式送至计算机的端口,计算主机通过程序获取事件编码并进行分 析识别,进而根据程序设定启动相应的报警动作(不同的触发事件有不同的处理方式),并在 日志表中记录触发事件的时间、名称和处警动作,以备查用。 -VC systems that involve knowledge of database technology (AD
SyncSocket
- windows系统下的一个基于WS2_32.lib的socket网络框架,与CAsyncSOcket类不一样的地方是它可以跨线程使用,采用select模型实现socket通讯,具有常见的事件方法,比如OnClose,OnAccept,OnReceive,OnSend等事件通知,还有常用的send等发送数据接口,简单易用。欢迎大家使用,也欢迎改进改软件框架。-1.base on S2_32.lib 2.select model 3.event model. 4.easy to use
ComEvents
- com event sample code
WeiTe
- 1.串口编程的基础操作。 2.基于事件处理的回调函数方式实现数据的收取。 3.数据收取的分析处理功能。-(1) basis of operation of the serial programming. (2) data collection based on the event handler callback function. (3) data collected by analysis and processing functions.
event(synch-and-asynch-receive)
- vc++ 串口同步异步接收,程序是在控制台下运行的代码-vc++ serial synchronous asynchronous receiver
SerialCom
- 使用API实现串口通信的控件源码,基于事件驱动的串口通讯控件-API serial communication source code control, serial communication based on event-driven control
pcommLib
- pcomm.lib串口编程库。PComm 库函数是台湾MOXA公司提供的,他为用户提供了基于win32 api的开发接口。 PComm库函数分为7大类:控制函数、数据输入函数、数据输出函数、状态函数、事件驱动函数、传输文件函数、特殊设定函数;上述函数均返回int型数据,若函数调用成功则返回0,否则返回一个负整数。-pcomm.lib serial programming library. PComm library functions Taiwan MOXA company, to provid
API-serial-asynchronous-code
- 本例程采用 windows API编写,属于串口异步非阻塞操作,采用线程监视、windows事件、自定义消息,其中数据接收一块分别采用SetCommMask、WaitCommEvent 设置等待串口通信事件,是初学者不可多得的学习资料,该历程亦可直接用在实际工程当中,很具有收藏与学习价值,压缩包中还包含相关的参考文档,望大家好好利用-This routine uses the Windows API to write, is a the serial asynchronous non-bl
SerialPort
- * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
Zem500 RTEvent
- 中控 Zem 500 考勤机实时 Event Demo 程序