-
complex-operator-overloading
实现复数运算符的重载,对C++初学者来说有一定的参考价值。(Complex operator overloading, C++ beginners a certain reference value .
)
- 2013-05-17 13:14:32下载
- 积分:1
-
Computational-Mechanics01
计算力学基础,中国科技大学精品教材,王秀喜,吴恒安编著(The basis of Computational Mechanics, University of Science and Technology of China, boutique textbook series)
- 2012-11-08 10:17:08下载
- 积分:1
-
san_jm43
用于建立主成分分析模型,这是一个好用的频偏估计算法的matlab仿真程序,用于时频分析算法。( Principal component analysis model for establishing, This is a useful frequency estimation algorithm matlab simulation program, For time-frequency analysis algorithm.)
- 2017-04-25 16:06:25下载
- 积分:1
-
CUDA-SAR-
在VS2005环境下,使用CUDA编程实现SAR成像中CSA算法的实现,得到了很好的加速比。(In the VS2005 environment, using the CUDA programming SAR imaging algorithm implementation in the CSA, has been very good speedup.)
- 2011-07-20 15:23:16下载
- 积分:1
-
Rectangle
根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle
Create a class Rectangle with attributes length and width, each of which defaults to
1
a. Provide member functions that calculate the perimeter and the area of the rectangle.
b. Also provide set and get functions for the length and width attributes. The set
functions should verify that length and width are each integer numbers larger than 0
and less than 20.
c. Write draw function to display the Rectangle:
in Assignment1. )
d. Write a driver program to test class Rectangle.)
- 2012-10-24 23:54:51下载
- 积分:1
-
LSSVM
利用最小二乘支持向量机原理,创建了LSSVM预测模型(The principle of least squares support vector machine, created LSSVM prediction model)
- 2013-04-01 16:55:12下载
- 积分:1
-
Numerical_Recipes
《数值分析方法库_第三版
》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。
(《Numerical Recipes 3rd Edition: The Art of Scientific Computing》, Do you want easy access to the latest methods in scientific computing? This greatly expanded third edition of Numerical Recipes has it, with wider coverage than ever before, many new, expanded and updated sections, and two completely new chapters. The executable C++ code, now printed in color for easy reading, adopts an object-oriented style particularly suited to scientific applications. Co-authored by four leading scientists from academia and industry, Numerical Recipes starts with basic mathematics and computer science and proceeds to complete, working routines. The whole book is presented in the informal, easy-to-read style that made earlier editions so popular. Highlights of the new material include: a new chapter on classification and inference, Gaussian mixture models, HMMs, hierarchical clustering, and SVMs a new chapter on computational geometry, covering KD trees, quad- and octrees, Delaunay triangulation, and)
- 2020-12-02 20:09:25下载
- 积分:1
-
MOORE_inverse_C
利用C语言实现MOORE-PENROSE广义逆矩阵的计算,经试验OK。(The realization of MOORE-PENROSE generalized inverse matrix is calculated by using the C language, through the test of OK.)
- 2021-04-28 00:08:44下载
- 积分:1
-
MM1
用C++实现排队论中M/M/1模型。简单方便。(Using C++ implementation in the M/M/1 queuing theory model. Easy and convenient.)
- 2020-11-16 13:39:41下载
- 积分:1
-
least_squares_phase_unwrapping_algorithm
详细讨论了INSAR技术中相位解缠最小二乘方法的算法实现;并提出改进的加权最小二乘算法的实现思路(INSAR techniques are discussed in detail in the method of least squares phase unwrapping algorithm and suggestions for improvement of the weighted least squares algorithm implementation ideas)
- 2020-06-29 07:20:01下载
- 积分:1