搜索结果

找到约 64 项符合 label 的查询结果

Java编程 Java图形用户界面程序设计 程序需要说明每种最常用的GUI组件(如Label,TextField,TextArea,Button,Checkbox,Choice,List)是如何被显示和访问的

Java图形用户界面程序设计 程序需要说明每种最常用的GUI组件(如Label,TextField,TextArea,Button,Checkbox,Choice,List)是如何被显示和访问的,同时也要说明用于每个组件的本地事件处理方法。
https://www.eeworm.com/dl/633/277567.html
下载: 75
查看: 1291

单片机开发 label內容旋轉控件代碼s

label內容旋轉控件代碼s
https://www.eeworm.com/dl/648/280959.html
下载: 90
查看: 1017

人工智能/神经网络 Multi-label learning by instance differentiation.pdf 多示例学习及相关介绍

Multi-label learning by instance differentiation.pdf 多示例学习及相关介绍,包含源码!
https://www.eeworm.com/dl/650/320830.html
下载: 194
查看: 1124

其他 自己在初学VB时写的有关Label控件的小例子

自己在初学VB时写的有关Label控件的小例子,本人也是菜鸟,不过欢迎初学者下载
https://www.eeworm.com/dl/534/342594.html
下载: 157
查看: 1061

其他 Multi-label classification 和weka集成

Multi-label classification 和weka集成
https://www.eeworm.com/dl/534/357125.html
下载: 78
查看: 1065

人工智能/神经网络 BPMLL is a package for training multi-label BP neural networks. The package includes the MATLAB code

BPMLL is a package for training multi-label BP neural networks. The package includes the MATLAB code of the algorithm BP-MLL, which is designed to deal with multi-label learning. It is in particular useful when a real-world object is associated with multiple labels simultaneously
https://www.eeworm.com/dl/650/365739.html
下载: 47
查看: 1063

汇编语言 sato专用label gallery 策略

sato专用label gallery 策略,实现专业打印机条码打印。
https://www.eeworm.com/dl/644/381185.html
下载: 63
查看: 1017

通讯/手机编程 当文字的长度大于label的长度时

当文字的长度大于label的长度时,并且聚焦时就会来回的滚动,让用户看到文字
https://www.eeworm.com/dl/527/406651.html
下载: 99
查看: 1031

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

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