搜索结果
找到约 236 项符合
ARRAY 的查询结果
按分类筛选
- 全部分类
- 学术论文 (39)
- 其他 (17)
- matlab例程 (16)
- 数学计算 (13)
- Java编程 (10)
- 数据结构 (9)
- 其他书籍 (9)
- 单片机编程 (7)
- VC书籍 (7)
- 技术资料 (7)
- 书籍 (6)
- 教程资料 (5)
- JavaScript (5)
- 系统设计方案 (5)
- 可编程逻辑 (4)
- Linux/Unix编程 (4)
- 软件设计/软件工程 (4)
- 编译器/解释器 (4)
- 模拟电子 (3)
- DSP编程 (3)
- GPS编程 (3)
- 汇编语言 (3)
- Delphi控件源码 (3)
- VHDL/FPGA/Verilog (3)
- 中间件编程 (2)
- 书籍源码 (2)
- 数值算法/人工智能 (2)
- 通讯/手机编程 (2)
- 文件格式 (2)
- 单片机开发 (2)
- 嵌入式/单片机编程 (2)
- Java书籍 (2)
- 多国语言处理 (2)
- 编辑器/阅读器 (2)
- PCB相关 (1)
- 电源技术 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- C/C++语言编程 (1)
- 开发工具 (1)
- 游戏 (1)
- Internet/网络编程 (1)
- 行业发展研究 (1)
- 其他行业 (1)
- VxWorks (1)
- 软件工程 (1)
- 文章/文档 (1)
- Windows CE (1)
- SQL Server (1)
- 压缩解压 (1)
- 微处理器开发 (1)
- MySQL数据库 (1)
- BREW编程 (1)
- 通讯编程文档 (1)
- 人工智能/神经网络 (1)
- Symbian (1)
- 加密解密 (1)
- Matlab (1)
- 论文 (1)
- 源码 (1)
- VIP专区 (1)
系统设计方案 The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate A
The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate Array [FPGA] of the CCD camera for the “Pi of the Sky” experiment is presented. The digital board of the CCD camera, its most important components, current implementation of firmware [VHDL] inside th ...
系统设计方案 :文章针对目前数字信号处理中大量采用的快速傅立叶变换[FFT] 算法采用软件编程来处理的应用现状,在对FFT 算法进行 分析的基础上,给出了用FPGA[Field Programmable Gate
:文章针对目前数字信号处理中大量采用的快速傅立叶变换[FFT] 算法采用软件编程来处理的应用现状,在对FFT 算法进行
分析的基础上,给出了用FPGA[Field Programmable Gate Array] 实现的8 点32 位FFT 处理器方案,并得到了系统的仿真结果。
最后在Altera 公司FLEX10K系列FPGA 芯片上成功地实现了综合。 ...
数据结构 用两个数组实现的基数排序方法
用两个数组实现的基数排序方法,时间为(array.length)的平方
系统设计方案 The AT24C512 provides 524,288 bits of serial electrically erasable and programmable read only memor
The AT24C512 provides 524,288 bits of serial electrically erasable and programmable
read only memory (EEPROM) organized as 65,536 words of 8 bits each. The device鈥檚
cascadable feature allows up to four devices to share a common two-wire bus. The
device is optimized for use in many industrial and c ...
Delphi控件源码 FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter
FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, ...
嵌入式/单片机编程 procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1
procedure senddata
var
i:integer commflg : Boolean
begin
commflg:=true
for i:=1 to 8 do
begin
if not fcomm comml writecommdata(sendbutter,i) then
begin
Commflg=false
break
end
end
end
(4) 接收数据
在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系 ...
通讯/手机编程 WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a man
WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a manner so as to ensure maximum coverage and connectivity with minimal or optimal number of nodes and furthermore elongate network lifetime with maximum energy utilization.
The problem addressed has b ...
数学计算 矩阵运算.输入一个矩阵
矩阵运算.输入一个矩阵,输入错误时报错.函数参数;待输入实型矩阵array,array的行列数i,j
返回值:0,表示输入错误;1,表示正确输入
人工智能/神经网络 Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba
Heapsort
1.A heap is a binary tree satisfying the followingconditions:
-This tree is completely balanced.
-If the height of this binary tree is h, then leaves can be at level h or level h-1.
-All leaves at level h are as far to the left as possible.
-The data associated with all descendants of a nod ...
其他 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.