搜索资源列表
svd[1].cpp
- The document describes an AP library adapted for C++. The AP library for C++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
实现顺序栈的各种基本运算
- 1、编写一个程序algo3-1.cpp,实现顺序栈的各种基本运算,并在此基础上设计一个主程序实现如下功能: (1)初始化栈S。 (2)判断栈S是否非空。 (3)依次进栈元素a,b,c,d,e。 (4)判断栈S是否非空。 (5)输出栈的长度。 (6)输出从栈顶到栈底的元素。 (7)输出出栈序列。 (8)判断栈S是否非空。 (9)释放栈 ,1, the preparation of a program algo3-1.cpp, the realization of
Maltab-CPP-Math-Library
- 此参考,让您快速访问MATLAB的C++数学库函数的原型和调用语法。在每一页的底部,你会发现一个函数的MATLAB版本的链接文件。使用MATLAB函数来查找参数的描述和功能的行为。-This reference gives you quick access to the prototypes and call syntax for the MATLAB C++ Math Library functions. At the bottom of each page, you’ll find a li
AntColonyA-CPP
- 基本蚁群算法的C++的代码,实现了蚁群算法的基本功能和描述。-Basic ant colony algorithm in C++ code, ant colony algorithm to achieve the basic functions and descr iption.
PARS.cpp
- Program for finding minima of functions of several variables, several methods (Powell, Polak-Riber, Pearson, etc.)
cpp
- 数组应用,可以实现数据的输入和排序、查找、插入、删除等功能、dos界面-Array of applications, data input and sorting, search, insert, delete and other functions, dos interface
alglib-2.5.0.cpp
- alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
data-stucture-cPP
- 学数据结构的时候做的一些小型的练习,c++实现的堆栈队列二叉树等,对于学习数据结构算法的朋友里面的很多函数有参考价值哦-some small practices when i learnning the data stucture, use the c++ language to excute the stack, queue, binary tree, i hope the functions in my codes can help some friends to learn the dat
CPP
- 关于树这个数据结构的具体实现 及其基本功能实现-Tree data structure on the concrete realization of the basic functions and its realization
CPP
- C++的运算符重载功能,包括“+”、“-”、“*”、“=”等运算符的重载-C++ operator overloading functions, including operator overloading and other " +" ," -" ," *" ," ="
CPP
- 本代码中有:“包含与继承”、“虚函数与多态”、“模板”程序例子-This code are: " Include and inheritance" , " virtual functions and polymorphism," " template" program example
CPP
- 这是一个多态矩阵类,包含了矩阵的一些基本功能:矩阵之间的加、减、乘,矩阵的数乘还重载了矩阵的显示函数“<<”。-This is a multi-state matrices, including some of the basic functions of a matrix: matrix between addition, subtraction, multiplication, matrix multiplication is also overloading the matri
alglib-2.2.1.cpp
- This archive contains many various mathematical functions, for the decision practically лябой of a problem.
my-CPP
- 假设某销售公司有销售经理和销售员工,月工资的计算办法是:销售经理的固定月薪为8000元并提取销售额的5/1000作为工资;销售员工只提取销售额的5/1000作为工资。编一程序,定义一个基类Employee,它包含三个数据成员number、name和salary,以及用于输入编号和姓名的构造函数。由Employee类派生Salesman类,再由Salesman类派生Salesmanager类。Salesman类包含两个新数据成员 commrate和sales,还包含用于输入销售额并计算销售员工工资
The-CPP--STL
- 包含内容:介绍STL 需要的C++基础,主要是类、函数对象和模板。step-by-step 教学STL。 剩余STL 部分介绍。-Contains content: Introduction to the STL need C++ basis, the main classes, functions, objects, and templates. the step-by-step teaching the STL. Remaining STL section describes.
Data-structures-CPP
- 该程序主要是关于数据结构方面的,包括链表相关功能的实现,各种排序方法如冒泡排序,二分插入排序,图的实现,矩阵和树等程序的实现-The program data structures, including the related functions of the linked list implementation, various sorting methods such as bubble sort, binary insertion sort, graph realization matri
HEAPSORT-IMPLEMENTATION.cpp
- 定义一个数组,初始化为空。在数组上执行两种操作: 1、增添1个元素,把1个新的元素放入数组。 2、输出并删除数组中最小的数。 使用堆结构实现上述功能的高效算法。-The definition of an array is initialized to empty. Performed on the array of two things: 1, adding an element to a new element into the array. 2, and removes the
CPP-systemEmpolyee-
- C++ 控制台实现的员工管理系统,包括添加职工、删除职工、查找职工等功能-C++ console, staff management system, including adding staff, remove employees, to find workers and other functions
red-and-black-tree-cPP
- 用红黑树实现数据的排序、插入、及删除功能-With a red-black tree implementation to sort the data, insert, and delete functions
w3a_polyops.cpp
- 本代码使用了vector来实现将两个多项式相加的功能-This code will be implemented using the vector sum of two polynomial functions