搜索结果
找到约 74 项符合
ARRAYS 的查询结果
按分类筛选
- 全部分类
- 数学计算 (8)
- 技术资料 (6)
- 其他 (5)
- 学术论文 (4)
- 其他书籍 (4)
- 文章/文档 (4)
- 数据结构 (4)
- Java编程 (3)
- 书籍 (2)
- 电源技术 (2)
- 嵌入式综合 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- Linux/Unix编程 (2)
- 编译器/解释器 (2)
- matlab例程 (2)
- 软件设计/软件工程 (2)
- JavaScript (2)
- VC书籍 (2)
- 论文 (1)
- 单片机编程 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 书籍源码 (1)
- Matlab (1)
- 模拟电子 (1)
- 电子书籍 (1)
- USB编程 (1)
- BREW编程 (1)
- VHDL/FPGA/Verilog (1)
- Symbian (1)
- Jsp/Servlet (1)
- VIP专区 (1)
嵌入式综合 WP276 -可编程的开发和测试
We all know the benefits of using FieldProgrammable Gate Arrays (FPGAs): no NRE, nominimum order quantities, and faster time-tomarket.In an ideal world, designs would never needto be changed because of design errors, but we allknow that sometimes this is necessary.
其他 Lua is a powerful, light-weight programming language designed for extending applications. It is also
Lua is a powerful, light-weight programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensib ...
数值算法/人工智能 This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian
This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are implemented for the discretization of convective te ...
书籍 Principles of Spread-Spectrum Communication
The continuing vitality of spread-spectrum communication systems and the devel-
opment of new mathematical methods for their analysis provided the motivation to
undertake this new edition of the book. This edition is intended to enable readers
to understand the current state-of-the-art in this field ...
软件设计/软件工程 十部经典算法合集 .chm Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni PREFACE C
十部经典算法合集 .chm
Fundamentals of Data Structures
by Ellis Horowitz and Sartaj Sahni
PREFACE
CHAPTER 1: INTRODUCTION
CHAPTER 2: ARRAYS
CHAPTER 3: STACKS AND QUEUES
CHAPTER 4: LINKED LISTS
CHAPTER 5: TREES
CHAPTER 6: GRAPHS
CHAPTER 7: INTERNAL SORTING
CHAPTER 8: EXTERNAL SORTING
CHAPTE ...
Jsp/Servlet 此小程序用java实现了可以分割的背包问题
此小程序用java实现了可以分割的背包问题,开发平台是Eclipse。其中主要是用贪心算法实现背包问题,在将物品进行排序时,没有使用经典的merge-sort算法,而是直接使用了java中Arrays类的sort的方法,但要自己定义类,实现接口Comparator。 ...
Java编程 Reads/writes text as a character stream, buffering characters so as to provide for the efficient rea
Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines.
The buffer size may be specified, or the default size may be used. The default is large enough for most purposes.
In general, each read request made of ...
USB编程 High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F
High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support.
For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled
in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the U ...
VHDL/FPGA/Verilog High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F
High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support.
For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled
in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the U ...
数学计算 The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d
The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods.
In higher dimensions, only a finite difference/linear alge ...