搜索结果
找到约 378 项符合
Array 的查询结果
按分类筛选
- 全部分类
- 技术资料 (144)
- 学术论文 (39)
- 其他 (17)
- matlab例程 (16)
- 数学计算 (13)
- 其他书籍 (10)
- Java编程 (10)
- 数据结构 (9)
- 单片机编程 (8)
- VC书籍 (7)
- 书籍 (6)
- 教程资料 (5)
- 系统设计方案 (5)
- JavaScript (5)
- 可编程逻辑 (4)
- Linux/Unix编程 (4)
- 编译器/解释器 (4)
- VHDL/FPGA/Verilog (4)
- 软件设计/软件工程 (4)
- DSP编程 (3)
- 数值算法/人工智能 (3)
- 模拟电子 (3)
- 汇编语言 (3)
- 单片机开发 (3)
- Delphi控件源码 (3)
- GPS编程 (3)
- 通讯/手机编程 (2)
- 书籍源码 (2)
- 编辑器/阅读器 (2)
- 多国语言处理 (2)
- 文件格式 (2)
- 嵌入式/单片机编程 (2)
- Java书籍 (2)
- 中间件编程 (2)
- 源码 (1)
- 论文 (1)
- PCB相关 (1)
- C/C++语言编程 (1)
- 电源技术 (1)
- 无线通信 (1)
- 加密解密 (1)
- 软件工程 (1)
- 开发工具 (1)
- Matlab (1)
- 嵌入式综合 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- 游戏 (1)
- 通讯编程文档 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- 微处理器开发 (1)
- BREW编程 (1)
- VxWorks (1)
- 其他行业 (1)
- Windows CE (1)
- Symbian (1)
- MySQL数据库 (1)
- SQL Server (1)
- 行业发展研究 (1)
- VIP专区 (1)
GPS编程 阵列信号处理中有关天线阵列处理的基本程序。%%ARRAY ANTENNA SOFTWARE
阵列信号处理中有关天线阵列处理的基本程序。%%ARRAY ANTENNA SOFTWARE
其他书籍 Labview的基本教學PowerPoint - 陣列(Array)的介紹與範例
Labview的基本教學PowerPoint - 陣列(Array)的介紹與範例
matlab例程 "arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover fun
"arect" displays a 3-D plot of a pattern."makepattern" computes values of an array pattern cover function for
apattern.函数“arect”是给出一个方向图的3D图。函数“makepattern”是计算一个阵列方向图的值。
其他 This ar the basic programs that i did in highschool. From very simple to medium programs. From array
This ar the basic programs that i did in highschool. From very simple to medium programs. From arrays to backtracking and graphs. Ther are more then 100 programs.
编辑器/阅读器 I upload Suffix Array Pdf file. This is a really good tutorial for guys who are curious about suffix
I upload Suffix Array Pdf file. This is a really good tutorial for guys who are curious about suffix array. It described the meaning of suffix array and also how to built it. Hope this really help guys improving skills about string searching, string matching, etc
行业发展研究 主要包括Dolph-Chebyshev Linear Array 和Taylor Line Source Method的原理和仿真
主要包括Dolph-Chebyshev Linear Array 和Taylor Line Source Method的原理和仿真
通讯/手机编程 design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally
design LP,HP,B S digital Butterworth and Chebyshev
filter. All array has been specified internally,so user only need to
input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify
the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,...,
ksection and the freq.
其他 FILLNANS replaces all NaNs in array using inverse-distance weighting between non-NaN values.
FILLNANS replaces all NaNs in array using inverse-distance weighting between non-NaN values.
数据结构 C/C++常用的数据结构类 包括: array.h: 安全数组
C/C++常用的数据结构类
包括:
array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低)
linkedlist.h: 普通链表(可随机访问,但访问效率低)
dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高)
hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运 ...
加密解密 Algorithm Festel. Programs read from file to array byte[]. key block = 64 data block = 128 if use
Algorithm Festel.
Programs read from file to array byte[].
key block = 64
data block = 128 if use classis Festel
data block = 256 if use modification Festel