搜索结果
找到约 402 项符合
Specification 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (62)
- 技术资料 (40)
- 其他 (22)
- 通讯编程文档 (21)
- Java书籍 (21)
- 文章/文档 (19)
- 软件设计/软件工程 (17)
- 电子书籍 (15)
- 嵌入式/单片机编程 (12)
- 文件格式 (11)
- 软件工程 (9)
- 技术管理 (9)
- 系统设计方案 (9)
- 微处理器开发 (8)
- 单片机开发 (8)
- Linux/Unix编程 (7)
- 单片机编程 (6)
- VHDL/FPGA/Verilog (6)
- Java编程 (6)
- VIP专区 (6)
- 其他嵌入式/单片机内容 (5)
- 行业发展研究 (5)
- 书籍 (5)
- 可编程逻辑 (4)
- USB编程 (4)
- 模拟电子 (3)
- Windows CE (3)
- 驱动编程 (3)
- 操作系统开发 (3)
- 通讯/手机编程 (3)
- 加密解密 (3)
- 教程资料 (2)
- 无线通信 (2)
- C/C++语言编程 (2)
- 接口技术 (2)
- 其他行业 (2)
- 中间件编程 (2)
- VC书籍 (2)
- 串口编程 (2)
- 汇编语言 (2)
- FlashMX/Flex源码 (2)
- 手册 (2)
- 学术论文 (1)
- 技术书籍 (1)
- 实用工具 (1)
- PCB相关 (1)
- 电源技术 (1)
- 通信网络 (1)
- 测试测量 (1)
- 手机短信编程 (1)
- Windows Mobile (1)
- J2ME (1)
- 邮电通讯系统 (1)
- MTK (1)
- 手机彩信(MMS)编程 (1)
- 网络 (1)
- RFID编程 (1)
- 3G开发 (1)
- matlab例程 (1)
- Internet/网络编程 (1)
- 语音压缩 (1)
- GPS编程 (1)
- Delphi/CppBuilder (1)
- 编译器/解释器 (1)
- 认证考试资料 (1)
- 行业应用文档 (1)
- 电工电气 (1)
Java编程 JASML is a java byte code compiler, providing yet another approach to view, write and edit java clas
JASML is a java byte code compiler, providing yet another approach to view, write and edit java classes, even without the existence of a java source file - using the java macro instructions, those described in The Java Language Specification.
嵌入式/单片机编程 1)兼容FAT16文件系统
1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。
2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。
3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓 ...
驱动编程 a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The sam
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.
The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association.
Digital camera supported by dcam.sys is a data source that pr ...
VHDL/FPGA/Verilog ---- ---- ---- WISHBONE Wishbone_BFM IP Core ---- ---- ---- ---- This file is part of the Wishbon
---- ----
---- WISHBONE Wishbone_BFM IP Core ----
---- ----
---- This file is part of the Wishbone_BFM project ----
---- http://www.opencores.org/cores/Wishbone_BFM/ ----
---- ----
---- Description ----
---- Implementation of Wishbone_BFM IP core according to ----
---- Wishbone_BFM IP core specifica ...
其他书籍 IEEE 802.11d-2001, Amendment to IEEE 802.11-1999, (ISO/IEC 8802-11) Information technology--Telecomm
IEEE 802.11d-2001, Amendment to IEEE 802.11-1999, (ISO/IEC 8802-11) Information technology--Telecommunications and information exchange between systems--Local and metropolitan area networks--Specific requirements--Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specificati ...
VHDL/FPGA/Verilog // -*- Mode: Verilog -*- // Filename : wb_master.v // Description : Wishbone Master Behavorial //
// -*- Mode: Verilog -*-
// Filename : wb_master.v
// Description : Wishbone Master Behavorial
// Author : Winefred Washington
// Created On : 2002 12 24
// Last Modified By: .
// Last Modified On: .
// Update Count : 0
// Status : Unknown, Use with caution!
// Description Specification
// General ...
Java编程 Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concep
Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machi ...
嵌入式/单片机编程 Advanced TCA相关的一系列规范
Advanced TCA相关的一系列规范,包括了The AdvancedTCA™ Base specification、AdvancedTCA Ethernet、AdvancedTCA InfiniBand® 、AdvancedTCA StarFabric和AdvancedTCA for PCI Express™
软件工程 Testability is the concern most often voiced by Texas Instruments (TIä ) application specific i
Testability is the concern most often voiced by Texas Instruments (TI&#228 )
application specific integrated circuit (ASIC) users. This document is intended
to consolidate TI policies into a coherent approach to designing for testability.
It is not intended as a specification, but as a guide you can ...
matlab例程 自己编写的一个简单的matlab程序
自己编写的一个简单的matlab程序,实现图像直方图的均衡化及规定化处理.image histogram equalization,histogram matching(specification).