ARRAYS
共 74 篇文章
ARRAYS 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 74 篇文章,持续更新中。
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.
零晶体管IC-IC设计一个新高度
<div>
Abstract: We can apply a BiCMOS integrated circuit with only resistors and no transistors to solve adifficult design problem. The mythically perfect operational amplifier's gain and tempera
by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See
by Randal L. Schwartz and Tom Phoenix
ISBN 0-596-00132-0
Third Edition, published July 2001.
(See the catalog page for this book.)
the text of Learning Perl, 3rd Edition.
Table of Contents
C
implementation of merge sort algorithm and its computational cost. it is testing on arrays of lenght
implementation of merge sort algorithm and its computational cost. it is testing on arrays of lenghts differents
USB Demonstration for DK3200 w
The μPSD32xx family, from ST, consists of Flash programmable system devices with a 8032 Microcontroller<BR>Core. Of these, the μPSD3234A and μPSD3254A are notable for having a complete implementation<
By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998
By Tom Christiansen and Nathan Torkington
ISBN 1-56592-243-3
First Edition, published August 1998.
(See the catalog page for this book.)
Search the text of Perl Cookbook.
Table of Contents
常见java数据结构的使用方法
常见java数据结构的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类
linux下用C语言写的聊天程序!/*BUG and NOTE: Not join protect to Shared Memory Segments,example Semaphore Array
linux下用C语言写的聊天程序!/*BUG and NOTE:
Not join protect to Shared Memory Segments,example Semaphore Arrays.
Not check the parameters validity.
When transmit may be error.
If the client program no right
nice document about the fast manipulation of multi-dimensional arrays in matlab,with some examples t
nice document about the fast manipulation of multi-dimensional arrays in matlab,with some examples to avoid loops and using indices
Two 1-d arrays that contain the coefficients for two polynominals. The program calculates the coeffi
Two 1-d arrays that contain the coefficients for two polynominals. The program calculates the coefficients of their product. Labview
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 o
Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedura
Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semant
This is code for antenna arrays
This is code for antenna arrays
A MATLAB GUI platform for realizing the radiation pattern of narrowband beamformer with random array
A MATLAB GUI platform for realizing the radiation pattern of narrowband beamformer with random array geometry. User can specify the array geometry, directions of incoming signals, noise power, and the
implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive b
implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive beamforming and filtering for antenna arrays.
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 handle
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinc
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.
模拟抽彩游戏,调用Java.util.Arrays类中的 sort方法
模拟抽彩游戏,调用Java.util.Arrays类中的 sort方法,可对一个数组中的数字进行排序
此小程序用java实现了可以分割的背包问题
此小程序用java实现了可以分割的背包问题,开发平台是Eclipse。其中主要是用贪心算法实现背包问题,在将物品进行排序时,没有使用经典的merge-sort算法,而是直接使用了java中Arrays类的sort的方法,但要自己定义类,实现接口Comparator。
This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays of 2^m
This computes an in-place complex-to-complex FFT
x and y are the real and imaginary arrays of 2^m points.
dir = 1 gives forward transform
dir = -1 gives reverse transform