搜索结果
找到约 344 项符合
Available 的查询结果
按分类筛选
- 全部分类
- 书籍 (29)
- 其他书籍 (21)
- 其他 (19)
- 技术资料 (19)
- 单片机编程 (16)
- Linux/Unix编程 (15)
- Java编程 (15)
- matlab例程 (11)
- 电子书籍 (10)
- 电源技术 (9)
- Java书籍 (9)
- 软件设计/软件工程 (9)
- Internet/网络编程 (9)
- 单片机开发 (8)
- VHDL/FPGA/Verilog (8)
- 数学计算 (7)
- 可编程逻辑 (6)
- 网络 (6)
- 文章/文档 (6)
- 驱动编程 (6)
- 其他嵌入式/单片机内容 (5)
- 数据结构 (5)
- Delphi控件源码 (5)
- VC书籍 (4)
- 嵌入式/单片机编程 (4)
- 软件工程 (4)
- 压缩解压 (4)
- 通讯/手机编程 (4)
- 微处理器开发 (4)
- 模拟电子 (3)
- 教程资料 (3)
- 无线通信 (3)
- 通讯编程文档 (3)
- 数值算法/人工智能 (3)
- 行业发展研究 (3)
- 系统设计方案 (3)
- 接口技术 (3)
- 论文 (3)
- DSP编程 (2)
- 嵌入式综合 (2)
- 人工智能/神经网络 (2)
- 书籍源码 (2)
- Windows Mobile (2)
- 加密解密 (2)
- uCOS (2)
- 文件格式 (2)
- VIP专区 (2)
- 资料/手册 (1)
- 测试测量 (1)
- 语音压缩 (1)
- 编辑器/阅读器 (1)
- 中间件编程 (1)
- Windows CE (1)
- CA认证 (1)
- 数据库系统 (1)
- 邮电通讯系统 (1)
- 编译器/解释器 (1)
- 游戏 (1)
- GPS编程 (1)
- 操作系统开发 (1)
- MySQL数据库 (1)
- JavaScript (1)
- Symbian (1)
- Delphi/CppBuilder (1)
- Linux/uClinux/Unix编程 (1)
- 实用工具 (1)
- DSP工具/软件 (1)
- 手册 (1)
- 软件 (1)
VHDL/FPGA/Verilog Simple I2C controller -- 1) No multimaster -- 2) No slave mode -- 3) No fifo s -- -- notes:
Simple I2C controller
-- 1) No multimaster
-- 2) No slave mode
-- 3) No fifo s
--
-- notes:
-- Every command is acknowledged. Do not set a new command before previous is acknowledged.
-- Dout is available 1 clock cycle later as cmd_ack
VHDL/FPGA/Verilog -- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k
-- Booth Multiplier
-- This file contains all the entity-architectures for a complete
-- k-bit x k-bit Booth multiplier.
-- the design makes use of the new shift operators available in the VHDL-93 std
-- this design passes the Synplify synthesis check
-- download from: www.fpga.com.cn & www.pld.com. ...
VHDL/FPGA/Verilog 波形发生器
波形发生器,带TESTBENCH,
多平台
-- the design makes use of the new shift operators available in the VHDL-93 std
-- this design passes the Synplify synthesis check
-- download from: www.fpga.com.cn & www.pld.com.cn
人工智能/神经网络 The Netlab toolbox is designed to provide the central tools necessary for the simulation of theoreti
The Netlab toolbox is designed to provide the central tools necessary for the simulation of theoretically well founded
neural network algorithms and related models for use in teaching, research and applications development. It contains
many techniques which are not yet available in standard neural ...
Linux/Unix编程 The J2000 codec was written in an effort to produce the cleanest and simplest implementation possibl
The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible ...
系统设计方案 This application note describes a method for developing block-oriented I/O device drivers for appli
This application note describes a method for developing block-oriented I/O device drivers
for applications that use the DSP/BIOS real-time kernel and includes examples that run
with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and
TMS320C6711 DSP Starter Kits (DSKs). The device dri ...
其他嵌入式/单片机内容 sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b Welcome to the SHARP KEV7A400 Evaluation board
sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b
Welcome to the SHARP KEV7A400 Evaluation board beta starter kit.
This document contains last minute updates to the kit and/or
documentation that were not available at the kit development time.
其他书籍 1)Learn more about the capabilities in Quartus: 2)Learn to use different design entry techniques 2
1)Learn more about the capabilities in Quartus:
2)Learn to use different design entry techniques
2)Design entry methods available within Quartus Text editor,Block diagram/schematic file editor,
Quartus interface with design entry/synthesis tools from Exemplar, Synopsys, Synplicity and Viewlogic
中间件编程 DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and Di
DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPac ...
数据结构 Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY
Turbo C - (C) Copyright 1987, 1988 by Borland International */
#define S_IREAD 0x0100 /* from SYS\STAT.H */
#define S_IWRITE 0x0080 /* from SYS\STAT.H */
#define TRUE 1
#define FALSE 0
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue. ...