搜索结果
找到约 228 项符合
structure 的查询结果
按分类筛选
- 全部分类
- matlab例程 (19)
- 数据结构 (17)
- 单片机编程 (14)
- 其他书籍 (14)
- 其他 (12)
- 文章/文档 (11)
- 软件设计/软件工程 (9)
- 技术资料 (9)
- Java编程 (8)
- 书籍 (8)
- 人工智能/神经网络 (7)
- 电子书籍 (6)
- 汇编语言 (6)
- 压缩解压 (4)
- SQL Server (4)
- 文件格式 (4)
- VHDL/FPGA/Verilog (4)
- 通信网络 (3)
- 单片机开发 (3)
- 其他数据库 (3)
- 网络 (3)
- 系统设计方案 (3)
- GPS编程 (3)
- 技术书籍 (2)
- DSP编程 (2)
- 通讯编程文档 (2)
- 数值算法/人工智能 (2)
- 其他行业 (2)
- 技术管理 (2)
- Linux/Unix编程 (2)
- 编译器/解释器 (2)
- USB编程 (2)
- 源码 (2)
- VIP专区 (2)
- 多媒体处理 (1)
- 模拟电子 (1)
- PCB相关 (1)
- 电源技术 (1)
- 无线通信 (1)
- 可编程逻辑 (1)
- uCOS (1)
- 软件工程 (1)
- Internet/网络编程 (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- 嵌入式/单片机编程 (1)
- 生物技术 (1)
- 传真(Fax)编程 (1)
- Java书籍 (1)
- 数据库系统 (1)
- J2ME (1)
- 金融证券系统 (1)
- 企业管理 (1)
- 语音压缩 (1)
- 通讯/手机编程 (1)
- Symbian (1)
- 嵌入式Linux (1)
- 磁盘编程 (1)
- 家庭/个人应用 (1)
- 邮电通讯系统 (1)
- Ajax (1)
- 书籍源码 (1)
- MySQL数据库 (1)
- Linux/uClinux/Unix编程 (1)
- 其他文档 (1)
- 论文 (1)
其他数据库 fundation of data structure in c 计算机优秀图书英文版
fundation of data structure in c 计算机优秀图书英文版
matlab例程 structure EM算法 bayesian network structure learning
structure EM算法
bayesian network structure learning
嵌入式Linux uci data structure mapper can map uci config sections into custom c data structures automatically b
uci data structure mapper
can map uci config sections into custom c data structures automatically by callbacks
VHDL/FPGA/Verilog 1. Learn the basic constructs of VHDL 2. Learn the modeling structure of VHDL 3. Understand the de
1. Learn the basic constructs of VHDL
2. Learn the modeling structure of VHDL
3. Understand the design environments
– Simulation
– Synthesis
VHDL/FPGA/Verilog Verilog Overview n Basic Structure of a Verilog Model n Components of a Verilog Module – Ports –
Verilog Overview
n Basic Structure of a Verilog Model
n Components of a Verilog Module
– Ports
– Data Types
– Assigning Values and Numbers
– Operators
– Behavioral Modeling
&#8226 Continuous Assignments
&#8226 Procedural Blocks
– Structural Modeling
n Summary: Verilog Environment ...
数据结构 This is an implementation of double-array structure for representing trie, as proposed by Junichi A
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe [1].
Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental m ...
邮电通讯系统 This is GMS down upper converter and down converter in simulink. you may understand the structure in
This is GMS down upper converter and down converter in simulink. you may understand the structure in here, believe is useful to those who interested in telecommunication
Java编程 A demonstration of the structure and operation
A demonstration of the structure and operation
数据结构 The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operat ...
编译器/解释器 list is a data dtructure. this is a data structure type implemantation and it is implemented in C pr
list is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so list.c in c is implemented in generic way.