搜索结果
找到约 660 项符合
IMPLEMENTation 的查询结果
按分类筛选
- 全部分类
- matlab例程 (52)
- 其他 (41)
- Java编程 (37)
- VHDL/FPGA/Verilog (37)
- 其他书籍 (36)
- 数学计算 (26)
- 加密解密 (26)
- 人工智能/神经网络 (24)
- 压缩解压 (23)
- 数据结构 (18)
- 单片机编程 (17)
- 系统设计方案 (17)
- Linux/Unix编程 (16)
- 电子书籍 (16)
- 书籍 (16)
- 通讯编程文档 (15)
- 网络 (14)
- 文章/文档 (12)
- 软件设计/软件工程 (11)
- 通讯/手机编程 (11)
- 数值算法/人工智能 (10)
- 编译器/解释器 (10)
- 行业发展研究 (10)
- 技术资料 (9)
- 可编程逻辑 (8)
- 微处理器开发 (8)
- Java书籍 (8)
- 教程资料 (7)
- VC书籍 (7)
- 单片机开发 (6)
- 中间件编程 (6)
- 嵌入式/单片机编程 (5)
- 串口编程 (5)
- 3G开发 (5)
- 技术管理 (5)
- 汇编语言 (4)
- 文件格式 (4)
- 其他嵌入式/单片机内容 (4)
- 其他行业 (4)
- 软件工程 (3)
- 驱动编程 (3)
- Internet/网络编程 (3)
- 语音压缩 (3)
- 模拟电子 (2)
- 手机WAP编程 (2)
- 手机短信编程 (2)
- GPS编程 (2)
- USB编程 (2)
- Applet (2)
- CA认证 (2)
- Windows CE (2)
- Jsp/Servlet (2)
- 金融证券系统 (2)
- 认证考试资料 (2)
- JavaScript (2)
- 游戏 (2)
- DSP编程 (2)
- *行业应用 (2)
- 数据库系统 (2)
- BREW编程 (2)
- 源码 (2)
- VIP专区 (2)
- 实用工具 (1)
- 学术论文 (1)
- 资料/手册 (1)
- 教程资料 (1)
- Mentor (1)
- PCB相关 (1)
- 电源技术 (1)
- 无线通信 (1)
- 工控技术 (1)
- 教育系统应用 (1)
- J2ME (1)
- 书籍源码 (1)
- 编辑器/阅读器 (1)
- 邮电通讯系统 (1)
- SCSI/ASPI (1)
- Delphi控件源码 (1)
- 并行计算 (1)
- 其他数据库 (1)
- Ajax (1)
- 技术教程 (1)
Java书籍 JBoss, one of the leading java Open Source groups, integrates and develops these services for a full
JBoss, one of the leading java Open Source groups, integrates and develops these services for a full J2EE-based implementation. JBoss provides JBossServer, the basic EJB container, and Java Manage Preface 18 Great Events of the Twentieth Centuryment Extension (JMX) infrastructure. It also provides J ...
汇编语言 eForth is a small portable Forth design for a wide range of microprocessors. This is the first imple
eForth is a small portable Forth design for a wide range of microprocessors. This is the first implementation for 8086.
As machine dependency is consolidated into 31 code words, moving eForth to other CPU s will be much less of a chore comparing to other Forth models.
其他 This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask ca
This class implements the same API as the Java 1.3 java.util.TimerTask.
* Note that a TimerTask can only be scheduled on one Timer at a time, but
* that this implementation does not enforce that constraint.
电子书籍 This book introduces embedded systems to C and C++ programmers. Topics include testing memory device
This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and m ...
数据结构 Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. ...
VHDL/FPGA/Verilog 这是06年4月刚刚完成的程序
这是06年4月刚刚完成的程序,从opencore.org下载而来。用vhdl语言描写,以及matlab仿真,testbench,以及在xinlinx上的综合。
The MDCT core is two dimensional discrete cosine transform implementation designed for use in compression systems like JPEG. Architecture is based on parallel distributed arithmetic ...
系统设计方案 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言
1. PL/0 语言介绍
●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法 ...
电子书籍 The DSP Design Flow workshop provides an introduction to the advanced tools you need to design and i
The DSP Design Flow workshop provides an introduction to the advanced tools you need to design and implement DSP algorithms targeting FPGAs. This intermediate workshop in implementing DSP functions focuses on learning how to use System Generator for DSP, as well as HDL design flow, CORE Generator so ...
Java编程 - MP3 streaming support for Shoutcast/Icecast added. - Ogg Vorbis support added. - Playlist implem
- MP3 streaming support for Shoutcast/Icecast added.
- Ogg Vorbis support added.
- Playlist implementation and M3U support added.
- JavaLayer 0.1.1 included to improve MP3 support.
- WinAmp Skins 2.0 support improved.
- Seek bar added (for WAV files only).
软件设计/软件工程 Design Specification Introduction Goals and Objectives GameForge is a graphical tool used
Design Specification
Introduction
Goals and Objectives
GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can understand, without requiring masterful programming ability. A user w ...