搜索结果

找到约 18 项符合 callback 的查询结果

串口编程 CBC下写的串口编程

CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I f ...
https://www.eeworm.com/dl/624/142447.html
下载: 37
查看: 1092

matlab例程 用来编制FDTD用户界面

用来编制FDTD用户界面,只需对callback做出修改就可得调用
https://www.eeworm.com/dl/665/203175.html
下载: 36
查看: 1015

Applet 一个开源的组件

一个开源的组件,通过它调用已有动态库中的方法就非常的方便,支持CallBack
https://www.eeworm.com/dl/634/326616.html
下载: 42
查看: 1028

单片机开发 This sample is demostrating how to create an event in a DLL file and afterward how to call this even

This sample is demostrating how to create an event in a DLL file and afterward how to call this event from a client program. Hope it can help you to understand the DLL event mechanism and CALLBACK term in VC++.
https://www.eeworm.com/dl/648/328407.html
下载: 109
查看: 1055

Linux/Unix编程 //建立按钮上标签的字符串 label = XmStringCreateSimple["Hello World!"] n = 0 XtSetArg[args[n], XmNlab

//建立按钮上标签的字符串 label = XmStringCreateSimple["Hello World!"] n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "pushbutton", args, n] XtManageChild[button] XmStringFree[label] //设置回调函数 XtAddCallback[button, XmNactivat ...
https://www.eeworm.com/dl/619/417444.html
下载: 184
查看: 1036

源码 c#简单计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...
https://www.eeworm.com/dl/513825.html
查看: 35

软件 简单的计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...
https://www.eeworm.com/dl/513826.html
查看: 8

技术资料 FreeModbus 英文资料

If register should be written or read.This value is passed to the calback functions which support either reading or writing register values. Writing means that the application registers should be updated and reading means that the modbus protocol stack needs to know the current register values.See a ...
https://www.eeworm.com/dl/834762.html
下载: 10
查看: 5395