CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - cpp functions

搜索资源列表

  1. svd[1].cpp

    0下载:
  2. 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.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:73062
    • 提供者:大宾
  1. 实现顺序栈的各种基本运算

    1下载:
  2. 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
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-10-25
    • 文件大小:1107
    • 提供者:杨雪
  1. Maltab-CPP-Math-Library

    0下载:
  2. 此参考,让您快速访问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
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2188574
    • 提供者:sun cong
  1. AntColonyA-CPP

    0下载:
  2. 基本蚁群算法的C++的代码,实现了蚁群算法的基本功能和描述。-Basic ant colony algorithm in C++ code, ant colony algorithm to achieve the basic functions and descr iption.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:9982
    • 提供者:许堃
  1. PARS.cpp

    0下载:
  2. Program for finding minima of functions of several variables, several methods (Powell, Polak-Riber, Pearson, etc.)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:8807
    • 提供者:GnomE
  1. cpp

    0下载:
  2. 数组应用,可以实现数据的输入和排序、查找、插入、删除等功能、dos界面-Array of applications, data input and sorting, search, insert, delete and other functions, dos interface
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2944
    • 提供者:pudnfa
  1. alglib-2.5.0.cpp

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1045292
    • 提供者:Cheng
  1. data-stucture-cPP

    0下载:
  2. 学数据结构的时候做的一些小型的练习,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
  3. 所属分类:Data structs

  1. CPP

    0下载:
  2. 关于树这个数据结构的具体实现 及其基本功能实现-Tree data structure on the concrete realization of the basic functions and its realization
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12193
    • 提供者:李威
  1. CPP

    0下载:
  2. C++的运算符重载功能,包括“+”、“-”、“*”、“=”等运算符的重载-C++ operator overloading functions, including operator overloading and other " +" ," -" ," *" ," ="
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3624171
    • 提供者:张婧
  1. CPP

    0下载:
  2. 本代码中有:“包含与继承”、“虚函数与多态”、“模板”程序例子-This code are: " Include and inheritance" , " virtual functions and polymorphism," " template" program example
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:9135
    • 提供者:张婧
  1. CPP

    0下载:
  2. 这是一个多态矩阵类,包含了矩阵的一些基本功能:矩阵之间的加、减、乘,矩阵的数乘还重载了矩阵的显示函数“<<”。-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
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:50110464
    • 提供者:张静
  1. alglib-2.2.1.cpp

    0下载:
  2. This archive contains many various mathematical functions, for the decision practically лябой of a problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1046482
    • 提供者:Anton
  1. my-CPP

    0下载:
  2. 假设某销售公司有销售经理和销售员工,月工资的计算办法是:销售经理的固定月薪为8000元并提取销售额的5/1000作为工资;销售员工只提取销售额的5/1000作为工资。编一程序,定义一个基类Employee,它包含三个数据成员number、name和salary,以及用于输入编号和姓名的构造函数。由Employee类派生Salesman类,再由Salesman类派生Salesmanager类。Salesman类包含两个新数据成员 commrate和sales,还包含用于输入销售额并计算销售员工工资
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3932
    • 提供者:woaini
  1. The-CPP--STL

    0下载:
  2. 包含内容:介绍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.
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:70343
    • 提供者:xiaohuli
  1. Data-structures-CPP

    0下载:
  2. 该程序主要是关于数据结构方面的,包括链表相关功能的实现,各种排序方法如冒泡排序,二分插入排序,图的实现,矩阵和树等程序的实现-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
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:252008
    • 提供者:ws
  1. HEAPSORT-IMPLEMENTATION.cpp

    0下载:
  2. 定义一个数组,初始化为空。在数组上执行两种操作: 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1323
    • 提供者:nature
  1. CPP-systemEmpolyee-

    0下载:
  2. C++ 控制台实现的员工管理系统,包括添加职工、删除职工、查找职工等功能-C++ console, staff management system, including adding staff, remove employees, to find workers and other functions
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2853
    • 提供者:lan628406
  1. red-and-black-tree-cPP

    0下载:
  2. 用红黑树实现数据的排序、插入、及删除功能-With a red-black tree implementation to sort the data, insert, and delete functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3265
    • 提供者:王欣伟
  1. w3a_polyops.cpp

    0下载:
  2. 本代码使用了vector来实现将两个多项式相加的功能-This code will be implemented using the vector sum of two polynomial functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1043
    • 提供者:leoxu
« 12 »
搜珍网 www.dssz.com