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

搜索资源列表

  1. Three-splines-function

    0下载:
  2. vb三次样条插值函数,具有高精度的拟合,实现光滑作图-vb cubic spline interpolation function, with high-precision fit to achieve a smooth mapping
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:14085
    • 提供者:代军
  1. A

    0下载:
  2. A函数,是<数据结构>的必学内容,我自己写的代码,包括递归算法和迭代两个-A function is
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12464
    • 提供者:tzy
  1. paixu

    0下载:
  2. 用指向指针的 方法对n个整数排序并输出。要求将排序单独写成一个函数,n和各整数在主函数中输入,最后在主函数中输出。-Pointer with the pointer point to the method of sorting n integers and output. Requirements will be sorted into a separate function, n and the integer function in the main input, the final out
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:568
    • 提供者:詹书保
  1. ExpAnalyzer

    0下载:
  2. 本科时参加小竞赛设计的一个代数运算器 1. 能对常用的四则运算,三角, 乘方,开方运行2. 支持变量赋值和运算 3. 增加批处理执行功能(批处理脚本文件) 4. 增加对向量或矩阵运算的支持,如输入 -Undergraduate to participate in the design a little contest an algebraic calculator. Can commonly used four arithmetic, trigonometry, involutio
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:138815
    • 提供者:
  1. function

    0下载:
  2. 创建一个链表,使之具有各种功能,查询,删除,添加等-Create a list, so that it has various functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2141
    • 提供者:hippo
  1. a

    0下载:
  2. 分治策略—归并排序。(1)编写一个模板函数: template <typename T> MergeSort(T *a, int n) -Divide and conquer strategy- merge sort. (1) Write a template function: template <typename T> MergeSort (T* a, int n)
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:15101
    • 提供者:miss_xu
  1. string

    0下载:
  2. 程序设计任务: 用堆分配存储表示实现Hstring串类型的最小操作子集的基础上,实现串抽象数据类型的其余基本操作(不使用C语言本身提供的串函数)。参数合法性检查必须严格。 程序所能达到的功能:一个命令解释程序,循环往复地处理用户键入的每一条命令,直至终止程序的命令为止。 -Programming tasks: With pile distribution of memory says achieving Hstring string types of minimum operat
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:107275
    • 提供者:Andy
  1. inverse-of-function

    0下载:
  2. 使用二分查找法,计算一个复杂的原函数的反函数值,将其中的原函数实现改为其他函数,可计算相应函数的反函数值。-Use binary search to calculate a complex inverse of the original function, which will be replaced by the original function of other functions, calculate the value of the corresponding inverse func
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5331
    • 提供者:Confucian
  1. Generic-function

    0下载:
  2. 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:756940
    • 提供者:fdsf
  1. The-production-of-function-call-tree

    0下载:
  2. 文档是编程工作的一个非常重要的环节,它一般包括规格化程序清单、函数调用关系、变量参访表和程序结构等等。本文介绍了用BorlandC++编程实现函数列表和函数调用树的自动生成方法,并详细分析了有关的数据结构和主要算法及技巧。-It is very important to make a document for programming work.Generally speaking,it includes standard program list,function call relation,v
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:171347
    • 提供者:李飞
  1. a

    0下载:
  2. 建一个表示雇员信息的employee类,其中包含数据成员name、empNo和salary,分别表示雇员的姓名、编号和月薪。再从employee类派生出3个类worker、technician和salesman,分别代表普通工人、科研人员、销售人员。三个类中分别包含数据成员productNum、workHours和monthlysales,分别代表工人每月生产产品的数量、科研人员每月工作的时数和销售人员每月的销售额。要求各类中都包含成员函数pay,用来计算雇员的月薪,并假定: 普通工人的月薪
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1157
    • 提供者:小东
  1. RMB

    1下载:
  2. 一、设计人民币类,数据成员包含正负标志位、元、角、分 ,设计构造函数、输出函数、重载+、-、前置自增、后置自增、前置自减、后置自减、输出流插入运算符<<、输入流提取运算符>> . 其中前置自减、后置自减、<<和>>重载成友元函数。 自增表示增加1分钱。自减表示减少1分钱。加减法和构造时的进位要考虑。 编写主函数测试之。 功能说明: 1. 所有的人民币的输出和输出都要使用重载的运算符<<和>> 2
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1337
    • 提供者:zby
  1. A-fast-algorithm-for-building-lattices

    0下载:
  2. Fast Algorithm to construct Concept Lattices (Function Analysis Concept)
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:75907
    • 提供者:leitholdt
  1. linked-list

    0下载:
  2. 应用各种链表功能,实现一个员工管理系统的小程序。-Application of the linked list function, a staff management system procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1191966
    • 提供者:
  1. dangan

    0下载:
  2. 大学C语言课程设计实验报告 编写设计职工档案 程序架构: 职工信息为结构体形式,一个主函数,二个输入函数,一个输出函数,一个删除函数,一个额外函数,一个清屏函数。 主菜单实现功能: 1.创建数据 2.修改数据 3.显示信息 4.删除数据 5.退出程序-University C language courses designed experimental preparation of the report design workers file program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1416
    • 提供者:ssq
  1. polynomial-function

    0下载:
  2. 实现数据结构里一元多项式的功能,使用链表实现此功能。-Data structure to achieve a polynomial function
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2301
    • 提供者:super
  1. BinaryTree

    0下载:
  2. 数据结构二叉树的实现。 里面包含了二叉树类、求二叉树的高的函数、判断二叉树是否为空的函数、寻找某元素的函数、求元素数量的函数、找左右子树的函数,找根函数的函数、输出函数等众多实现方法。-Binary tree data structure to achieve. Which contains a binary tree class, high-demand binary function to determine whether the binary tree is empty fun
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1232530
    • 提供者:王戴玛
  1. MyGPS

    0下载:
  2. 1>实现可以随意浏览任一景点的介绍。(功能一) 2>可以给出任意两个景点的最短距离及其路线。(功能二) 3>可以查看任一景点热度,并可以对对所有景点热度(访问次数)进行排序。(功能三) 4>每个景点相关内容从文件读取,实现对文件操作的练习。 -1> implementations can feel free to browse introduce 任一景 points. (Function a) 2> You can give the sh
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1501985
    • 提供者:刘老头
  1. the-function-of-the-vehicle.

    0下载:
  2. C语言课程设计的设计题目,寻找肇事车辆的功能。-C language curriculum design of a design, look for the function of the vehicle.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8007
    • 提供者:文龙
  1. lei

    0下载:
  2. 派生类A的数据成员引用B的数据成员,,然后从B中调用A中的成员函数。-The data member of the derived class A references the data member of the B., And then call the member function A in B.
  3. 所属分类:Data structs

    • 发布日期:2017-12-13
    • 文件大小:9705
    • 提供者:张旭
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com