搜索资源列表
wcf中的回调函数
- 关于wcf服务中的回调函数
介绍C++回调函数
- 介绍C++回调函数
sortlistctrldemo
- listctrl控件,用回调函数进行排序-listctrl controls, using a callback function Ranking
mlxzFolder
- 一个可以指定初始目录的目录选择对话框,利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下.-can specify a directory initial choice of the directory dialog, use a callback function to solve this problem, now I have examples of procedures done, the r
多媒体定时器源码
- 最近写一个程序,其中用到了多媒体定时器,由于在程序中需要加速、减速、暂停、终止等控制方式,所以封装了一个使用多媒体定时回调函数定时方式和相应控制函数的类。不足之处请大家多多指教!-recently wrote a procedure, which uses a multimedia timer, because of the need to expedite the proceedings, deceleration, suspensi
网络引擎
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a serv
callback_my
- 在设计中,需类与主程序异步传递数据,还不想用消息,因为是c++的程序,de得自己作消息处理,所以想到了回调函数,但此方面的资料太少,一般都是在mfc和dllde的,花了点时间作了此回调函数.实现了数据的同步和异步(类向主程序传递数据)传递-in design, with the main program categories need asynchronous data transfer, but also did not want t
VideoCap1
- 视频捕获程序 通过调用Vfw32.lib中的函数,使用 回调函数完成视频流的捕获-video capture Vfw32.lib procedure by calling the function, use a callback function to complete streaming video capture
网络流量统计源代码
- 介绍 网络流量统计源代码 正文 网络流量统计源代码。 很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现, 而显示数据则是放在类MFTrafficButton中实现。 两者之间的通讯使用了回调函数的机制。 详情请看源代码。 -on network traffic statistics source text ne
孙鑫C++-Windows使用原理
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle princip
MulCallback
- OK系列,实现用回调函数实现图像的采集和实时处理 -OK series, achieving a callback function to achieve image acquisition and real-time processing. .
enumproWin32
- 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码 本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),
yuanli
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle princip
MessagerFairy
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chatting tool. Is a demonstration of th
UARTExample
- DSP BF533的串口通讯代码。通过回调函数进行字符的收发。-BF533 DSP serial port communications code. Through the callback function characters TX.
CallbackTimerDemo
- 使用VC编写的利用回调函数实现定时器功能源码。程序中使用静态成员函数访问非静态成员函数机制实现三个不同定时器。-use VC prepared using the timer callback function to achieve functional source. Procedures for the use of static member function visit non-static member function me
GrabFrameCB
- 通过回调函数实现从视频图象中抓取一帧图象,该实现基于OpenCV.-through the callback function from a video image grabbing an image, based on the realization OpenCV.
CGSnapEx
- 演示利用回调方式,实现连续循环采集图像到内存。 在回调函数中,实现对采集数据的处理和显示。-demonstration using a callback, continuous cycle of image acquisition memory. In a callback function, and achieving the right data collection and display.
MyTimerProc
- vc自定义TIMER回调函数小例子 vc自定义TIMER回调函数小例子-vc-defined callback function TIMER small example of vc-defined TIMER small example of a callback function
回调函数
- 回调函数的实现,其中代码在返回值得时候直接跳转到对象的函数方法。(The implementation of the callback function, where the code is returned to the function method that can be directly skipping to the object when it is worth it.)