搜索资源列表
孙鑫C++-Windows使用原理
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows operating procedures and principles of programming process, the window selection process, handle principle, Message Queue, a callback
RecallDLLSample
- 在C#里面调用带有回调函数和自定义结构体的DLL的例程.-in C# inside with a call from the callback function and the structure of the definition of the DLL routines.
serilport
- EVC版将串口操作封装为一个类,类中使用线程来持续接收。这样,直接用回调函数就可以在主程序中进行实时接收显示。开发其他的程序可以直接复制使用这个类。 PC版可以在VC6.0下编译,大体和EVC版相同。 VB.NET版来自微软的例程,做了修改,使用多线程进行的处理。在VS2003下编译调试通过。 C#版依据VB.NET做成,使用接收线程持续接收!-EVC serial version will operate Packaging for a class, class use thr
ThunkTest
- 利用第三方Thunk库, 将C++类成员函数做为Windows回调函数, 从而使回调函数可以通过this指针访问类的其他成员
callback
- 高级VC C++ 回调函数原理与演示程序的运用,具体请看源文件.
callback_implematations_in_C++
- 本书是介绍如何在c++中实现回调函数。 英文 pdf格式
C++
- C++回调函数的封装,介绍了回调函数封装的技巧.是一本不错的好书.
介绍C++回调函数
- 介绍C++回调函数
callbackfunction.rar
- 本代码演示了如何在C sharp下实现回调函数,很基础的,但很有用。,This code demonstrates how to achieve at C sharp callback function, it is basic, but very useful.
testCallBack
- 此程序教你如何试用回调函数,是C++程序代码。-This program teach you how to try callback function is C++ Program code.
callback
- 回调函数示例,通过这段简单代码可以充分了解回调函数的基本作用-Example callback functions through a simple code this callback function can not fully understand the fundamental role of
test
- 实现一个简单的linux回调函数,并且在C++中调用C,初学者可以学习一下-Linux implement a simple callback function, and in C++ to call C, beginners can learn about
callback
- 回调函数的使用。 如何用C语言实现回调函数。-Use of callback function. How to use C language implementation callback function.
Win32DllDemo
- c++回调函数,一个简单的例子,适合新手学习。-A simple sample for callback.
C-pointers-and-callback-function
- 详细理解C指针-指针函数与函数指针和回调函数 非常基础易懂-Detailed understanding of C pointers- pointer to function and function pointer and a callback function
C_callback
- c语言回调函数,用简单的例子说明如何使用回调函数-c language callback function with a simple example illustrates how to use the callback function
关于c++的winmain例程
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。
zip
- 类成员函数作回调函数,C++中用类成员函数作回调函数唯一的方法-Class member function as a callback function
TestSockets
- 主要是介绍C# socket通信 用异步非阻塞方式,建立服务器和客户端,在程序中使用了委托,事件,回调函数来实现程序(This paper mainly introduces the asynchronous non blocking mode of C# socket communication, establishes the server and client, and uses the delegate, event and callback function in the progra
易语言调用c++的dll类中方法函数
- 很简单的实现调用C++中类方法(A very simple implementation of the class method in C++)