搜索: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/534/414477.html
其他
这是个简单的DELPHI加法器程序
这是个简单的DELPHI加法器程序,其中用了LABEL部件,BUTTON部件,EDIT部件,初学者可以看看。
https://www.eeworm.com/dl/666/171892.html
Delphi控件源码
功能强大和形态多样的TLabel控件
功能强大和形态多样的TLabel控件,有了这个,其它的Label可以不用了,是源码,哪个版本都可以用
https://www.eeworm.com/dl/684/250902.html
软件设计/软件工程
A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual
A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indicators, and reading and writin ...
https://www.eeworm.com/dl/534/408473.html
其他
代码的主调函数为ConvertSum
代码的主调函数为ConvertSum,它的参数是string类型的数字字符串。在ASP.NET中调用方式如下:
Label1.Text=ConvertSum("数字字符串")
https://www.eeworm.com/dl/652/269182.html
文章/文档
javascript中文教程 <INPUT TYPE="button" NAME="objectName" VALUE="buttonText" [onClick="hand
javascript中文教程
<INPUT
TYPE="button"
NAME="objectName"
VALUE="buttonText"
[onClick="handlerText"]>
NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the name property. VALUE specifies the label to display on ...
https://www.eeworm.com/dl/522387.html
书籍
Radio Frequency Identification and Sensors
There is an unprecedented enthusiasm for radio frequency
identification (RFID) technologies today. RFID is based on the
exchange of information carried by electromagnetic waves between a
label, or tag, and a reader. This technology is currently in full
economic expansion, which h ...
https://www.eeworm.com/dl/915699.html
技术资料
以太网下MPLS数据流监测平台的研究
MPLS(Multi Protocol Label Switching)即多协议标记交换,属于第三代网络架构,是新一代的IP 高速骨干网络交换标准。由于MPLS 独特的数据报文格式以及特殊的应
https://www.eeworm.com/dl/534/368008.html
其他
MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t
MTOOLS
version 2.0
Mtools is a public domain collection of programs to allow Unix systems
to read, write, and manipulate files on an MSDOS filesystem (typically a
diskette).
The following MSDOS commands are emulated:
Mtool MSDOS
name equivalent Description
----- ---- ...
https://www.eeworm.com/dl/511409.html
Matlab
Matlab中kmean算法实现
自己编写代码实现了kmeans算法,输入变量 data 为 N 行 m 列,每一行为一个数据点,num 表示聚类数目;输出变量 label 为 N 行 1 列, 表示对应的数据点属于哪一类。