-
Input_5p2
ANSI input 5p2 implementation
- 2012-10-23 14:08:36下载
- 积分:1
-
92421039VC-CALL-matlab.m
vc调用matlab中自定义的.m函数,对于混编简单的例子(Vc call custom in matlab. M function,For simple example mixed)
- 2013-09-23 09:31:41下载
- 积分:1
-
3_6-Ackerman
Ackeman函数的递归方法,运用简洁的递归思想实验复杂数学表达式的计算(Ackeman function recursive method, the use of simple recursive thought experiment to calculate complex mathematical expressions)
- 2015-03-30 16:32:20下载
- 积分:1
-
MUSIC
MUSIC算法估计性能分析,详细的介绍了MUSIC算法估计性能(It is very useful in array signal process )
- 2009-11-26 23:43:38下载
- 积分:1
-
VC++_Matlab
搜集的一些matlab和vc++混合编程的资料,包含caj和pdf文档,很有实用意义!(collect some of Matlab and vc mixed programming information, contains PRODUCTS and pdf documents, It has practical significance!)
- 2006-12-11 13:21:41下载
- 积分:1
-
CPPSTL
STL(Standard Template Library),即标准模板库,是一个具有工业强度的,高效的C++程序库。它被容纳于C++标准程序库(C++ Standard Library)中,是ANSI/ISO C++标准中最新的也是极具革命性的一部分。该库包含了诸多在计算机科学领域里所常用的基本数据结构和基本算法。为广大C++程序员们提供了一个可扩展的应用框架,高度体现了软件的可复用性。 (STL (Standard Template Library), which is a standard template library, with industrial strength, efficient C++ library. It is contained in the C++ standard library (C++ Standard Library), ANSI/ISO C++ standard is the latest in is also very part of a revolutionary. The library contains many in Computer Science in the field of common basic data structures and basic algorithms. Provides an extensible application framework for the majority of C++ programmers, highly reflects the software reusability.)
- 2014-11-06 11:06:37下载
- 积分:1
-
ERLANGB
仿真排队论,统计不同话务量的情况下的阻塞率(Simulation of queuing theory, statistical difference in cases where traffic blocking probability)
- 2009-12-12 16:56:16下载
- 积分:1
-
dec2bin
decimal to binery converter
- 2013-11-08 06:26:30下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分: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