搜索资源列表
\剖析SurfaceView、Callback以及SurfaceHolder
- \剖析SurfaceView、Callback以及SurfaceHolder
Visual
- 本实例中将利用 SetTimer、OnTimer 和 KillTimer 这三个函数实现可调节计时器程序。 本实例编写的计时器有倒计时和正常计时两种计时方式,还可以水平滑块调节计时的快 慢。-UINT SetTimer( UINT nIDEvent, UINT nElapse, void (CALLBACK EXPORT* lpfnTimer)( HWND, UINT, UINT, DWORD) )
MatlabSerialCommunication
- 本文介绍MATLAB环境下上位机与下位机通过RS232接口进行串行通信的实现方法 详细叙述了在MATLAB环境下使用其自带的控制工具箱中的串口事件回调函数,实时接收下位机输出串行信号的实现过程.-This article describes the MATLAB environment, host computer and the next-bit computer through RS232 serial communication interface implementation metho
delphihuidiao
- delphi回调功能是我们在进行编程过程中常常要使用的技术-delphi callback function is programmed in our process technology to be used often
ASP.NET2.0clientcallback
- 开发人员使用Javascr ipt的一个主要原因就是可以避免回发过程中带来的页面刷新。例如我们可以根据用户的需要使用Treeview控件来展开和折叠相应的数据节点。当你展开一个节点时,该Treeview控件将会利用Javascr ipt读取服务器上的子节点信息,然后平滑无刷新地插入这些新节点。如果没有使用Javascr ipt的话,Treeview控件将会因为页面的回发而重新构建。不但用户会发现因页面刷新而带来的延迟,而且页面极有可能回复到原来的状态,即丢失前面所展开的那些子节点信息。对于服务器
wpf
- 多种WCF通讯模式Demo 全双工、同步异步、远程回调等-Demo various WCF duplex communication mode, synchronous asynchronous, remote callback, etc.
Star-multi-channel-technology
- 基于多通道技术的星空模拟方法研究 在使用主通道绘制地球近景区域的的基础条件上添加了一个新的通道,并在新的通道的回调函数中绘制星空背景-Star multi-channel technology is based simulation method to draw the Earth at close-range use of the main channel of the basic conditions for the region to add a new channel and new
callback-function-register
- register callback function .pdf-register callback function
ea88b0036898
- CHILD M-file for child.fig CHILD, by itself, creates a new CHILD or raises the existing singleton*. H = CHILD returns the handle to a new CHILD or the handle to the existing singleton*. CHILD( CALLBACK ,hObject,eventData,handles,...) c
C_callback
- c语言回调函数,用简单的例子说明如何使用回调函数-c language callback function with a simple example illustrates how to use the callback function
C_callback_exam000
- c语言回调函数讲解,用简单的例子说明如何使用回调函数-The c language callback function to explain the simple example illustrates how to use the callback function
4
- SQLite官方的使用介绍中附带了一个C语言的实例,该实例使用了回调的方法处理由SQL语句返回的记录集,这种回调函数的方法比较复杂,而且也并没有获得什么实质性的好处。所以在这里我推荐使用另外一组函数来完成该类操作,经实践检验证明,该方法在效率方面不存在任何问题。-Using SQLite official presentation comes with a C language instance of the callback method uses the processing of reco
QuickFib
- 趋势加回调线,自动画的,操盘的好帮手。值得收藏。-TREND callback lines, from animation, manipulator of a good helper. Worthy of collection.
CallBack
- 关于callback操作的文档,描述了callback如何实现的,记忆callback使用时需要注意的事项。-About the callback operation documentation that describes how to implement callback, memory callback use need attention.
gui
- Generate Data to Plot This topic shows you how to generate the data to be plotted when the GUI user clicks a button. The opening function generates this data by calling MATLAB functions. The opening function, which initializes a GUI when it open
Mybole
- 对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另
WeatherApplication
- PrepareHandler() HttpConnection forecastConnection = new HttpConnection(httpHandler) city = URLEncoder.encode(city) String url = String.format(Definitions.WEATHER_URL, city) forecastConnection.get(url, null) this.callback = c
VFW
- 介绍运用VFW实现视频捕获的情况,并重点讲述了其中回调机制对视频数据实时获取的作用及机理- This paper describes how to capture vidow by VFW, and emphases that real-time data is obtained by callback mechanism.