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

搜索资源列表

  1. fraction

    0下载:
  2. 统计运算类,可以进行加减乘除的运算,显示不同的统计数据。 -Statistical computing classes, Math computation can show different statistics.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:7025
    • 提供者:leo
  1. AE

    0下载:
  2. AppWizard has created this AE application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. -AppWizard has created this AE application
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:30381
    • 提供者:yhh
  1. MATH

    0下载:
  2. 对许多数学公式实现C语言程序的运行,这些程序都通过了运行,课直接使用-For many mathematical formulas, C language programs to run, these programs through the operation of the direct use of classes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6025
    • 提供者:stella
  1. simpleFisher

    0下载:
  2. 简单的费舍尔判别法程序,遵循类内类间分类规则-Fisher Discriminant simple procedure, follow the category classification rules between classes
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3503
    • 提供者:clover
  1. b

    0下载:
  2. 定义一个类SortArray继承自MyArray,在该类中定义函数sort实现排序功能。 定义一个类ReArray继承自MyArray,在该类中定义函数reverse实现逆转功能。 定义一个类AverArray继承自MyArray,在该类中定义函数Aver实现求解整数的平均值。 定义NewArray类,同时继承了SortArray、ReArray和AverArray,使得NewArray类的对象同时具有排序、逆转和求平均值的功能。在继承的过程中声明为虚基类,体会虚基类在解决二义性问题
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:6202
    • 提供者:夏天
  1. xsxxgl

    0下载:
  2. 采用结构体数组或文件形式存储学生的信息,每个学生应包含如下几方面的信息(其中后三项的值指成绩):学号、姓名、性别、学院、专业班级,外语、计算机、数学。-Or documents with an array of structures stored their information, each student should include the following aspects of the information (which means the results after the val
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4786
    • 提供者:曾晨生
  1. suanfa

    0下载:
  2. 算法大全,请参考哈,类似于数据结构之类,新手可以看下,一起提高-Algorithm Daquan, please refer to Kazakhstan, similar to the data structure classes, novice may have a look, along with increased
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1057421
    • 提供者:饭志国
  1. DArray-Template-better

    1下载:
  2. 现在实现的类已经比较好了,用户使用起来很方便。 但是,新的问题又出来了。 上述的动态数组只能存储double类型的数据。想象一下,另一个用户也想用这个动态数组,但是他处理的数据是int类型的,该如何办? 当然,你可以再写一个基于int类型的动态数组类,你发现,大部分的代码都不要改动,只要将类型double变成int即可。 如果另一个用户需要处理的是float类型,还有用户处理的是char类型的….该怎么办? 这样做的缺点很显然: ᠊
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:278129
    • 提供者:陈婉
  1. PPT

    0下载:
  2. 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。-"C+
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2554319
    • 提供者:dd
  1. oprationvideo

    0下载:
  2. 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。附件为本
  3. 所属分类:Data structs

    • 发布日期:2017-06-21
    • 文件大小:38139675
    • 提供者:dd
  1. code

    0下载:
  2. 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。附件为本
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3635518
    • 提供者:dd
  1. k_means

    0下载:
  2. k means techniques de classification non supervisée (clustering) les plus utilisées. Etant donné un entier K, K-means partitionne les données en K groupes, ou "clusters", ou "classes" ne se chevauchant pas. Ce résultat est obtenu en positionnant
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:578
    • 提供者:faiza
  1. sobreAOK

    0下载:
  2. Time-frequency representations with fixed windows or kernels figure prominently in many applications, but perform well only for limited classes of signals.
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:963702
    • 提供者:Xmay
  1. 5

    0下载:
  2. 编制实现两正整数最大公约数、最小公倍数的类。利用最大公约数、最小公倍数的类编制分数相加功能类-Prepared to achieve the greatest common divisor of two positive integers, least common multiple of the class. Using the common denominator, least common multiple of the class added to the preparation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4397
    • 提供者:长天
  1. stl-code

    0下载:
  2. stl标准库是C++ 的一个类库,包括容器,算法,迭代器。提供许多基本的算法和数据结构-The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:215530
    • 提供者:肖新
  1. fpr

    0下载:
  2. implementation of multi classes negative selection algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4067
    • 提供者:kazimodo
  1. ThinkInCAdd

    0下载:
  2. 全书分为6大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了细微的讨论;并通过精心挑选的实例,向读者传达优秀的设计理念和方法。-The book is divided into six parts, 32 chapters, each of the C++ language, history and characteristics, classes and inheritance, STL and generic programming, d
  3. 所属分类:STL

    • 发布日期:2017-05-23
    • 文件大小:7641701
    • 提供者:宠物牛牛
  1. adaboost_version1b

    1下载:
  2. 最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解-This a classic AdaBoost implementation, in one single file with easy understandable code. The function consist of two parts a simple weak classifier and a boosting part: The weak classifier tries to find the b
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3969
    • 提供者:wj
  1. 1.1

    0下载:
  2. 高等数学中初等函数的上课目的及本堂课的重点难点及教学方法等-Advanced mathematics classes in primary purpose and function of the key difficulties of this class and teaching methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:122789
    • 提供者:宫小箬
  1. queuelinked

    0下载:
  2. Data structure: Implementation of Linked Queue classes in Java code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1283
    • 提供者:sparky
« 1 2 3 4 5 6 78 9 10 11 12 ... 20 »
搜珍网 www.dssz.com