ARRAYS

共 74 篇文章
ARRAYS 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 74 篇文章,持续更新中。

think in java 4 源码之arrays

think in java 4 源码之arrays

MFC 視窗程式設計,視窗作業環境經多年試鍊

MFC 視窗程式設計,視窗作業環境經多年試鍊,視窗應用程式於架構上已然出現了明顯的分類; 即便是架構不同,其間也存在著諸多共同點,例如:它們通常的都需要有功能表、 工具列等控制元件的設計,需要有用來動態管理資料的矩陣(arrays)、表列(lists) 等物件類別。

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,

fft.c--This computes an in-place complex-to-complex FFT x and y are the real and imaginary arrays

fft.c--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

Microphone Arrays : A Tutorial

This report presents a tutorial of fundamental array processing and beamforming theory relevant to microphone array speech processing. A microphone array consists of multiple microphones placed&n

什麽是 JavaScript? 执行 JavaScript scripts 将scripts 语法嵌入HTML文件之中 第一个函数 输入型元件 日期功能 -- 最後修改期 状态

什麽是 JavaScript? 执行 JavaScript scripts 将scripts 语法嵌入HTML文件之中 第一个函数 输入型元件 日期功能 -- 最後修改期 状态栏 (statusbar)显功能 日期物件 随数的产生 开启新窗囗 框 架 (frames) 的 运 用 状态栏(statusbar) setTimeout 函 数 设计一

this package contains two .c files.One file implements the merge of two int arrays.The other one imp

this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.

华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码

华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6

Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si

Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of th

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 (s

Matlab 画三维立体图形

<p> Matlab 画三维立体图形 </p> <p> The aim of geom3d library is to handle and visualize 3D geometric primitives<br /> such as points, lines, planes, polyhedra... It provides low-level functions<br /> for m

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.) Learning Perl, 3rd Edition. Table of Contents Copyright Pa

十部经典算法合集 .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 LIS

DDA使用教程

DDSCAT 7.3 is a freely available open-source Fortran-90 software package applying the “discrete<br /> dipole approximation” (DDA) to calculate scattering and absorption of electromagnetic waves by tar

builds an alternate memory allocation scheme into ToyFDTD1. Contributed by John Schneider, it guaran

builds an alternate memory allocation scheme into ToyFDTD1. Contributed by John Schneider, it guarantees that the data arrays are contiguous, which the ToyFDTD1 scheme does not. Released 6 December, 1

算法ebook(10部算法经典著作的合集) 算法ebook&gt; 10部算法经典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Hor

算法ebook(10部算法经典著作的合集) 算法ebook&gt; 10部算法经典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh an

OFELI is an object oriented library of C++ classes for development of finite element codes. Its main

OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of

A tutorial on pointers and arrays in C

A tutorial on pointers and arrays in C

implementation of insertion sort algorithm and its computational cost. it is testing on arrays of le

implementation of insertion sort algorithm and its computational cost. it is testing on arrays of lenghts differents

This program is used to find the union, intersection and exclusive OR for given two sorted arrays.

This program is used to find the union, intersection and exclusive OR for given two sorted arrays.