搜索结果
找到约 766 项符合
Implementation 的查询结果
按分类筛选
- 全部分类
- 技术资料 (111)
- matlab例程 (52)
- 其他 (41)
- Java编程 (37)
- VHDL/FPGA/Verilog (37)
- 其他书籍 (36)
- 加密解密 (26)
- 数学计算 (26)
- 人工智能/神经网络 (24)
- 压缩解压 (23)
- 数据结构 (18)
- 书籍 (17)
- 单片机编程 (17)
- 电子书籍 (17)
- 系统设计方案 (17)
- Linux/Unix编程 (16)
- 通讯编程文档 (15)
- 网络 (14)
- 文章/文档 (12)
- 通讯/手机编程 (11)
- 软件设计/软件工程 (11)
- 数值算法/人工智能 (10)
- 编译器/解释器 (10)
- 行业发展研究 (10)
- 教程资料 (8)
- 可编程逻辑 (8)
- 微处理器开发 (8)
- Java书籍 (8)
- VC书籍 (7)
- 单片机开发 (6)
- 中间件编程 (6)
- 串口编程 (5)
- 技术管理 (5)
- 嵌入式/单片机编程 (5)
- 3G开发 (5)
- 文件格式 (4)
- 汇编语言 (4)
- 其他行业 (4)
- 其他嵌入式/单片机内容 (4)
- 软件工程 (3)
- 驱动编程 (3)
- Internet/网络编程 (3)
- 语音压缩 (3)
- GPS编程 (3)
- 源码 (2)
- DSP编程 (2)
- 数据库系统 (2)
- 模拟电子 (2)
- 手机短信编程 (2)
- 游戏 (2)
- *行业应用 (2)
- Applet (2)
- 金融证券系统 (2)
- CA认证 (2)
- USB编程 (2)
- 手机WAP编程 (2)
- BREW编程 (2)
- Windows CE (2)
- JavaScript (2)
- Jsp/Servlet (2)
- 认证考试资料 (2)
- VIP专区 (2)
- PCB相关 (1)
- 电源技术 (1)
- 无线通信 (1)
- 学术论文 (1)
- 书籍源码 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 实用工具 (1)
- 工控技术 (1)
- 教程资料 (1)
- Mentor (1)
- 教育系统应用 (1)
- 编辑器/阅读器 (1)
- SCSI/ASPI (1)
- 其他数据库 (1)
- J2ME (1)
- Delphi控件源码 (1)
- 邮电通讯系统 (1)
- 并行计算 (1)
- Ajax (1)
实用工具 ARM_Linux-GPRS-GPS
基于ARM_Linux与GPRS的GPS监控终端的研究与实现,这是一篇优秀硕士论文-GPS and GPRS-based ARM_Linux Research and implementation o
汇编语言 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.
技术资料 ARM_Linux-GPRS-GPS
基于ARM_Linux与GPRS的GPS监控终端的研究与实现,这是一篇优秀硕士论文-GPS and GPRS-based ARM_Linux Research and implementation o
技术资料 上研究生时写的扩展卡尔曼滤波程序(EKF),带测试例子,可编译执行
上研究生时写的扩展卡尔曼滤波程序(EKF),带测试例子,可编译执行-When the graduate writing program of the extended Kalman filter (EKF), with the test example, the implementation can be compiled
VHDL/FPGA/Verilog In communication systems channel poses an important role. channels can convolve many different kind
In communication systems channel poses an important role. channels can convolve many different kind of distortions to our information. In perticular wireless channels multipath distortion is sevear.
and more sevear is such distortion is random.
To handle this, multipath affected channels require Eq ...
Java编程 java写的一个小播放器程序
java写的一个小播放器程序,- MP3 streaming support for Shoutcast/Icecast added.
- Ogg Vorbis support added.
- Playlist implementation and M3U support added.
DSP编程 t transistor has the characteristics of components of the sensor real-time measurement of voltage an
t transistor has the characteristics of components of the sensor real-time measurement of voltage and current signals through, obtained quality factor correction circuit for the feedback and the feedback time, IBM used the feedback field effect transistor implementation, in order to achieve quality ...
Java编程 "Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementati
"Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementation of the wrapper classes uses JNI to call the real Java classes. The C++-API to use these wrapper classes is very close to the API of the Java classes.
其他书籍 This ECMA Standard specifies the form and establishes the interpretation of programs written in the
This ECMA Standard specifies the form and establishes the interpretation of programs written in the C# programming language. It specifies
The representation of C# programs
The syntax and constraints of the C# language
The semantic rules for interpreting C# programs
The restrictions and limits im ...
人工智能/神经网络 基本的k-means聚类算法c++实现
基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.