搜索:Label
找到约 104 项符合「Label」的查询结果
结果 104
按分类筛选
- 全部
- 技术资料 (12)
- 其他 (10)
- uCOS (6)
- Delphi控件源码 (6)
- 源码 (5)
- 书籍 (5)
- Linux/Unix编程 (5)
- Java编程 (3)
- 人工智能/神经网络 (3)
- 软件 (2)
- 教程 (2)
- 手册 (2)
- 数值算法/人工智能 (2)
- 多媒体处理 (2)
- 书籍源码 (2)
- 开发工具 (2)
- 单片机开发 (2)
- 文章/文档 (2)
- matlab例程 (2)
- 系统设计方案 (2)
- 其他嵌入式/单片机内容 (2)
- 论文 (1)
- 经验 (1)
- 其他 (1)
- PCB相关 (1)
- 单片机编程 (1)
- C/C++语言编程 (1)
- 行业应用文档 (1)
- 仿真技术 (1)
- 通讯/手机编程 (1)
- 其他书籍 (1)
- 测试测量 (1)
- Matlab (1)
- 电工电气 (1)
- 可编程逻辑 (1)
- 压缩解压 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- 汇编语言 (1)
- 嵌入式Linux (1)
- 其他行业 (1)
- 中间件编程 (1)
- 软件设计/软件工程 (1)
- SQL Server (1)
- GPS编程 (1)
- 能源行业(电力石油煤炭) (1)
https://www.eeworm.com/dl/665/160887.html
matlab例程
A graphics toolkit, Graf_Tool() is developed which can be used to process and edit graphics. Label
A graphics toolkit, Graf_Tool() is developed which can be used
to process and edit graphics. Labels, lines and arrows can be
added and the program is very flexible and easy to use.
https://www.eeworm.com/dl/650/320830.html
人工智能/神经网络
Multi-label learning by instance differentiation.pdf 多示例学习及相关介绍
Multi-label learning by instance differentiation.pdf 多示例学习及相关介绍,包含源码!
https://www.eeworm.com/dl/650/365739.html
人工智能/神经网络
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/534/472279.html
其他
The script requires four fields, X, Y, label, and html. Currently these four fields are the only fi
The script requires four fields, X, Y, label, and html. Currently these four fields are the only fields converted into XML
https://www.eeworm.com/dl/532/189674.html
书籍源码
多线程打字游戏,C#实现,多线程控制label向下移动
多线程打字游戏,C#实现,多线程控制label向下移动
https://www.eeworm.com/dl/859484.html
技术资料
QT + QML 用QML实现QT的基本控件。包括label,button-QT+ QML
QT + QML 用QML实现QT的基本控件。包括label,button-QT+ QML
https://www.eeworm.com/dl/859490.html
技术资料
MFC 对话框登录校验与文本控件,combox控件,button控件、label控件
MFC 对话框登录校验与文本控件,combox控件,button控件、label控件、新建窗口与关闭操作
https://www.eeworm.com/dl/631/421700.html
*行业应用
Barcode label printing on Zebra printers Using Print DLL s. To use this code, we have to download su
Barcode label printing on Zebra printers Using Print DLL s. To use this code, we have to download suitable printer drivers and install on yr PC.
https://www.eeworm.com/dl/619/419356.html
Linux/Unix编程
for[i=0 i<XtNumber[items] i++]{ label = XmCreateLabel[rowcolumn, items[i], NULL, 0] Xt
for[i=0 i<XtNumber[items] i++]{
label = XmCreateLabel[rowcolumn, items[i], NULL, 0]
XtManageChild[label]
textf = XmCreateTextField[rowcolumn, "textf", NULL, 0]
XtManageChild[textf]
}
https://www.eeworm.com/dl/619/417444.html
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[bu ...