搜索结果
找到约 28 项符合
Manipulation 的查询结果
按分类筛选
matlab例程 JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the p
JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for c ...
通讯编程文档 With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow
With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow of bandwidth-limited speech processing. Today, the main appli- cations of audio DSP are high quality audio coding and the digital generation and manipulation of music signals. They share common resear ...
数据结构 This is an implementation of double-array structure for representing trie, as proposed by Junichi A
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe [1].
Trie is a kind of digital search tree, an efficient indexing method with
O(1) time complexity for searching. Comparably as efficient as hashing,
trie also provides flexibility on incremental m ...
matlab例程 Objectives The purpose of this notebook is to give you a brief introduction to the DiscreteWav
Objectives
The purpose of this notebook is to give you a brief introduction to the
DiscreteWavelets Toolbox and show you how to use it to load
images. Some basic image manipulation is illustrated as well. You will
also learn how to use measures and tools such as cumulative energy,
entr ...
书籍源码 Parallel robotic manipulators can be considered a well-established option for many different applic
Parallel robotic manipulators can be considered a well-established option
for many different applications of manipulation, machining, guiding,
testing, control, tracking, haptic force feed-back, etc. A typical parallel robotic
manipulator (PM) consists of a mobile platform connected to the
base (fix ...
Java编程 The primary goal of MySQL and Java Developer’s Guide is to provide a comprehensive approach to writ
The primary goal of MySQL and Java Developer’s Guide is to provide a comprehensive
approach to writing code from a Java application to a MySQL database
using the industry standard: JDBC. As you will see later in this
Introduction, the chapter titles indicate what area of database connectivity and
m ...
Matlab Matlab 画三维立体图形
Matlab 画三维立体图形
The aim of geom3d library is to handle and visualize 3D geometric primitives
such as points, lines, planes, polyhedra... It provides low-level functions
for manipulating 3D geometric primitives, making easier the development of more
complex geometric algorithms.  &nbs ...
书籍 oracle查询语句
最近在学习Oracle,对测试人员而言必须掌握两种语言:第一种是DML,数据操纵语言
(Data Manipulation Language) 是SQL语言中,负责对数据库对象运行数据访问工作的指令集,以INSERT、UPDATE、DELETE三种指令为核心,分别代表插入、更新与删除。第二种是:DQL,数据查询语言
(Data Query Language) 是SQL语言中,负责进行 ...