搜索结果

找到约 219 项符合 App 的查询结果

Linux/Unix编程 //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Frame", NULL, 0, &argc, argv, NULL, NULL]

//建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Frame", NULL, 0, &argc, argv, NULL, NULL] //建立Frame组件 n = 0 XtSetArg[args[n], XmNshadowType, XmSHADOW_ETCHED_IN] n++ XtSetArg[args[n], XmNshadowThickness, 4] n++ frame = XmCreateFrame[toplevel, "frame", args, n] XtManag ...
https://www.eeworm.com/dl/619/417449.html
下载: 46
查看: 1085

Linux/Unix编程 //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Label", NULL, 0, &argc, argv, NULL, NULL]

//建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Label", NULL, 0, &argc, argv, NULL, NULL] //建立按钮上标签的字符串 str = XmStringCreateLtoR["A Simple\n Label", XmFONTLIST_DEFAULT_TAG] n = 0 XtSetArg[args[n], XmNlabelString, str] n++ label = XmCreateLabel[toplevel, "pushbu ...
https://www.eeworm.com/dl/619/417450.html
下载: 131
查看: 1086

Linux/Unix编程 //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "List", NULL, 0, &argc, argv, NULL, NULL] /

//建立顶级窗口 toplevel = XtVaAppInitialize[&app, "List", NULL, 0, &argc, argv, NULL, NULL] //建立列表上的复合字符串 for[i=0 i<12 i++] str_months[i] = XmStringCreateSimple[months[i]] //建立列表 n = 0 XtSetArg[args[n], XmNitems, str_months] n++ XtSetArg[args[n], XmNitemC ...
https://www.eeworm.com/dl/619/417452.html
下载: 173
查看: 1136

Linux/Unix编程 //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Scroll", NULL, 0, &argc, argv, NULL, NULL]

//建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Scroll", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++ XtSetArg[args[n], XmNheight, 100 ] n++ //XtSetArg[args[n], XmNarrowLayout, XmARROWS_FLAT_END] n++ XtSetArg[args[n], ...
https://www.eeworm.com/dl/619/419354.html
下载: 151
查看: 1063

VC书籍 ms debugging serial,a good book for debuging windows app

ms debugging serial,a good book for debuging windows app
https://www.eeworm.com/dl/686/422972.html
下载: 46
查看: 1050

BREW编程 SImple address book app

SImple address book app
https://www.eeworm.com/dl/657/423585.html
下载: 73
查看: 1046

Internet/网络编程 App Client - Server in Java, NetBeans, this implementation used thread to read temperature every x s

App Client - Server in Java, NetBeans, this implementation used thread to read temperature every x seconds.
https://www.eeworm.com/dl/620/431439.html
下载: 156
查看: 1060

系统设计方案 Basic App client - server using Labview.

Basic App client - server using Labview.
https://www.eeworm.com/dl/678/431451.html
下载: 185
查看: 1080

系统设计方案 Control of a pressure plant using app client server in Labview

Control of a pressure plant using app client server in Labview
https://www.eeworm.com/dl/678/431455.html
下载: 188
查看: 1060

压缩解压 Audio app to store an audio file in internal memory of the device

Audio app to store an audio file in internal memory of the device
https://www.eeworm.com/dl/617/432632.html
下载: 47
查看: 1041