搜索:minimal
找到约 44 项符合「minimal」的查询结果
结果 44
按分类筛选
- 全部
- 技术资料 (8)
- 微处理器开发 (4)
- 其他 (3)
- 人工智能/神经网络 (3)
- 单片机编程 (2)
- 其他书籍 (2)
- 网络 (2)
- 单片机开发 (2)
- 书籍 (1)
- 电源技术 (1)
- 通讯/手机编程 (1)
- 技术书籍 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- 编译器/解释器 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 数据结构 (1)
- VHDL/FPGA/Verilog (1)
- Delphi控件源码 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
https://www.eeworm.com/dl/982666.html
技术资料
centos minimal 在VM下的安装
在VM下安装centos minimal,给出详细过程。可以供参考。
https://www.eeworm.com/dl/cadence/ebook/169870.html
电子书籍
Sequential Minimal Optimization for SVM 配C++源码
Sequential Minimal Optimization for SVM
配C++源码
https://www.eeworm.com/dl/687/438718.html
其他嵌入式/单片机内容
minimal python variant for small footprint apps like embedded apps
minimal python variant for small footprint apps
like embedded apps
https://www.eeworm.com/dl/534/370824.html
其他
Sequential Minimal Optimization- A Fast Algorithm for Training Support Vector Machines
Sequential Minimal Optimization- A Fast Algorithm for Training Support Vector Machines
https://www.eeworm.com/dl/644/432018.html
汇编语言
minimal multi boot source code in assembly . very simple and important.
minimal multi boot source code in assembly . very simple and important.
https://www.eeworm.com/dl/635/475311.html
网络
The uIP implementation is designed to have only the absolute minimal set of features needed for a fu
The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, ICMP and TCP protocols. uIP is written in ...
https://www.eeworm.com/dl/663/414314.html
VHDL/FPGA/Verilog
MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programm
MCPU is a minimal cpu aimed to fit into a 32 Macrocell CPLD - one of the smallest available programmable logic devices. While this CPU is not powerful enough for real world applications it has proven itself as a valuable educational tool. The source code is just a single page and ...
https://www.eeworm.com/dl/655/415560.html
微处理器开发
Minimal to start with Olimex SAM7-EX256 board under GCC/Eclipse
Minimal to start with Olimex SAM7-EX256 board under GCC/Eclipse
https://www.eeworm.com/dl/639/395723.html
文件格式
The W3C DOM Core interfaces defines a minimal set of: A. interfaces for accessing and manipulating
The W3C DOM Core interfaces defines a minimal set of:
A. interfaces for accessing and manipulating document objects
B. Java object implementations for use with XML parsers.
C. Conventions and processes for creating live HTML pages.
D. Mutable document
https://www.eeworm.com/dl/618/129907.html
驱动编程
tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hard
tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.