搜索结果
找到约 4,139 项符合
control class 的查询结果
按分类筛选
- 全部分类
- 技术资料 (1202)
- 单片机编程 (229)
- Java编程 (146)
- 源码 (139)
- 其他 (129)
- 书籍 (120)
- 单片机开发 (97)
- 其他书籍 (96)
- matlab例程 (77)
- 其他 (76)
- 论文 (57)
- 手册 (48)
- 汇编语言 (42)
- 软件 (39)
- Delphi控件源码 (39)
- 教程 (38)
- 其他嵌入式/单片机内容 (38)
- 电源技术 (36)
- 无线通信 (35)
- 文章/文档 (35)
- VC书籍 (35)
- 软件设计/软件工程 (34)
- 可编程逻辑 (33)
- 嵌入式/单片机编程 (33)
- DSP编程 (32)
- 人工智能/神经网络 (31)
- 微处理器开发 (31)
- 驱动编程 (29)
- 其他文档 (28)
- 笔记 (26)
- 应用设计 (26)
- 模拟电子 (26)
- 串口编程 (26)
- 通讯编程文档 (24)
- 学术论文 (23)
- 书籍源码 (23)
- 技术书籍 (23)
- Linux/Unix编程 (23)
- 数学计算 (23)
- 经验 (22)
- 通讯/手机编程 (22)
- 电子书籍 (22)
- 接口技术 (21)
- 嵌入式综合 (21)
- Java书籍 (21)
- 数值算法/人工智能 (20)
- 习题答案 (19)
- 文件格式 (19)
- VHDL/FPGA/Verilog (19)
- C/C++语言编程 (18)
- Internet/网络编程 (18)
- 其他行业 (18)
- Windows CE (18)
- 设计相关 (17)
- 系统设计方案 (17)
- 电路图 (16)
- Applet (16)
- 传感与控制 (15)
- 游戏 (15)
- 教程资料 (14)
- USB编程 (14)
- Linux/uClinux/Unix编程 (13)
- 加密解密 (13)
- 技术教程 (13)
- 数据结构 (13)
- 仿真技术 (12)
- 编译器/解释器 (12)
- J2ME (12)
- Jsp/Servlet (12)
- PCB相关 (11)
- 行业应用文档 (11)
- 压缩解压 (11)
- 软件工程 (10)
- 资料/手册 (10)
- 教育系统应用 (10)
- 中间件编程 (10)
- JavaScript (10)
- 行业发展研究 (10)
- VIP专区 (10)
- 数据库系统 (8)
- PCB图/BOM单/原理图 (8)
- 通信网络 (8)
- 网络 (8)
- 其他数据库 (8)
- SQL Server (8)
- 测试测量 (7)
- 计算机相关 (7)
- 编辑器/阅读器 (7)
- 嵌入式Linux (7)
- VxWorks (7)
- 开发板 (6)
- Matlab (6)
- 工控技术 (6)
- 技术管理 (6)
- 经验分享 (5)
- 多媒体处理 (5)
- 操作系统开发 (5)
- 电工电气 (5)
- 电机控制 (5)
- *行业应用 (5)
电子书籍 This is a set of notes I put together for my Computer Architecture class in 1990. Students had a pr
This is a set of notes I put together for my Computer Architecture
class in 1990. Students had a project in which they had to model a
microprocessor architecture of their choice. They used these notes to
learn VHDL. The notes cover the VHDL-87 version of the language.
Not all of the language is cov ...
加密解密 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate MD5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-E ...
Java编程 DB2Populator is the Demo which using the class of DriverManagerConnectionProvider to connect DB2 /SQ
DB2Populator is the Demo which using the class of DriverManagerConnectionProvider to connect DB2 /SQLServer and call the related SQL.
数学计算 Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operati
Matrix TCL Lite 1.12
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program sour ...
其他 This a large book, and your class will probably cover only a portion of its material. We have tried
This a large book, and your class will probably cover only a portion of its material. We
have tried, however, to make this a book that will be useful to you now as a course textbook
and also later in your career as a mathematical desk reference or an engineering handbook
网络 C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ St
C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.) and an XML parser. Licensed under Boost license.
压缩解压 The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
网络 GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers ...
matlab例程 Matsig is an object-oriented signal class library for MATLAB 6.5 and later. It implements a signal c
Matsig is an object-oriented signal class library for MATLAB 6.5 and later. It implements a signal class, simplifying operations and manipulations common in audio signal processing and speech processing
数学计算 class for work with 3d Vectors: add, sub, saclar multiple, cross multiple, norm, div
class for work with 3d Vectors: add, sub, saclar multiple, cross multiple, norm, div