搜索结果
找到约 389 项符合
higher-Order 的查询结果
其他 生成一个单向链表(*pListHead) 用C中的结构体或C++中的类实现 完成基本要求 基本算法要求: 实现对链表的逆序 void reverse(CList& ); 查找
生成一个单向链表(*pListHead)
用C中的结构体或C++中的类实现
完成基本要求
基本算法要求:
实现对链表的逆序
void reverse(CList& );
查找链表倒数第k个元素
FindFBack(CList&, int k);
高要求:
对链表排序
order(CList&);
判断单向链表是否有环 ...
数据结构 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li
Uniform random number generators
by Agner Fog, 2001 - 2007
randomc.zip contains a C++ class library of uniform random number generators of good quality.
The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ ...
其他书籍 Bold index entries have corresponding pages in the main body of the guide. The remaining index entr
Bold index entries have corresponding pages in the main body of the
guide. The remaining index entries are followed by a list of
appropriate page references in the alphabetical reference sections,
given in order of importance.
matlab例程 This document is intended to serve as an introduction to Wavelet processing through a set of Matlab
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional ...
SCSI/ASPI 尘缘雅境图文系统免费版公告的
尘缘雅境图文系统免费版公告的,最新图文的,最近更新的,热点的
最新更新
<script src=news.asp?shu=12></script>
热点文章
<script src=news.asp?order=click&shu=12></script>
最新公告
boardnews.asp
最新图文
<script src=picnews.asp?shu=12></script> ...
人工智能/神经网络 This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation deve
This manual describes how to run the Matlab&reg Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pub/docs/vonzuben/lnunes/demo.zip
The tour is self- ...
其他书籍 The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Orde
The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference
(Order Number 245471) is part of a three-volume set that describes the architecture and
programming environment of all IA-32 Intel&reg Architecture processors.
the IA-32 Intel Architecture Software
Develop ...
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...
单片机开发 富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A fall
富士通单片机MB902420系列
extINT Project:
All external Interrupt-Pins INT0 .. INT7 will be enabled.
A falling edge on INTx will toggle PDR4_P4x
in order to toggle the LEDx of the Flash-CAN-100P Board
e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P)
and ...
数学计算 runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z)
runs Kalman-Bucy filter over observations matrix Z
for 1-step prediction onto matrix X (X can = Z)
with model order p
V = initial covariance of observation sequence noise
returns model parameter estimation sequence A,
sequence of predicted outcomes y_pred
and error matrix Ey (reshaped) for y and Ea ...