-
BinarySearchSample
The file name it says everything.........
- 2010-01-04 17:53:00下载
- 积分:1
-
Sat
卫星测定轨教材《卫星轨道原理,模型和方法》的,随书光盘(Satellite orbit theory, model and method,CD ROM)
- 2015-01-04 19:21:33下载
- 积分:1
-
industrial-strength
eBook - Industrial Strength C++ - Visual C++ guide
- 2014-02-02 13:03:09下载
- 积分:1
-
VCMatlabToolDemo
VC++中使用Matlab进行数据操作,里面进行了详细介绍,附源代码。(VC++ using Matlab for data manipulation, which is described in detail, with source code.)
- 2010-05-27 09:12:55下载
- 积分:1
-
deinterlace
五种常见去隔行算法在MATLAB平台上的实现流程(The implementation process of the five common de-interlacing algorithm in the MATLAB platform)
- 2013-04-14 20:23:51下载
- 积分:1
-
Untitled
这个代码是用Matlab写的心形代码,是通过点的形式编写的,看起来很有意思。(This code is written using Matlab heart-shaped code, through the form of written, looks very interesting.)
- 2013-08-29 09:21:33下载
- 积分:1
-
psd_following
机器人的psd路径规划策略,非常好的例子,是基于vc++平台的(robot psd )
- 2009-06-25 00:56:04下载
- 积分:1
-
在TDOA定位系统中,运用平滑的的IMM算法对机动目标进行被动跟踪 ITDOOA Smoothn
在TDOA定位系统中,运用平滑的的IMM算法对机动目标进行被动跟踪
(TDOA positioning system, the use of smooth IMM algorithm for passive tracking of maneuvering targets)
- 2012-09-15 22:26:17下载
- 积分:1
-
matrix_add
说明: matlab中add函数的C++实现,即矩阵加法的实现,包含条件判断(matlab add functions in C++ implementation, the realization of the matrix addition, including conditional)
- 2011-03-14 19:40:44下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1