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

搜索资源列表

  1. equivl

    0下载:
  2. 这个源码是关于等价类划分的问题,程序已经通过运行并得到验收。-the source of equivalence classes of issues, procedures and has been running through acceptance.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:66618
    • 提供者:赵寰
  1. VB36

    0下载:
  2. 要解决三个冲突:1.同一老师任两门以上课程的在同一时间内安排在不同的班讲课 2.不同的课程在相同时间内安排在同一教室 3 .教室容量与学生人数的冲突 数据库:班级表(班级名称,人数) 教师表(教师名称,所教科目) 科目表(科目名称,总学时数,周学时数) 教室表(教室名称,容量) 我不知道还需不需要一个时间表?? 要求:每天上下午各开4节课,每周按5天上课,一共18周.每次两节课一起上. 在排课时,每周所开的课程的总学时数要小于周学时数. 多学时课要隔一天以上才上第二
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:433078
    • 提供者:大斌
  1. octane-1.01.20-src

    0下载:
  2. Octane v1.01.20 The Open Compression Toolkit for C++ . The Open Compression Toolkit is a set of modular C++ classes and utilities for implementing and testing compression algorithms. Simple interface and skeleton code for creating new compre
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:173291
    • 提供者:jason..
  1. list123

    0下载:
  2. 计算机科班学生的数据结构课的-‘表’(VC写的源程序)-computer classes to the students of the class of data structure-the 'Table' (VC was made of the source)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1302
    • 提供者:薇拉
  1. Search123

    0下载:
  2. 计算机科班学生的数据结构课写的查找算法。-computer classes to the students to write data structure classes of search algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2652
    • 提供者:薇拉
  1. LZW_src

    0下载:
  2. C++类实现LZW 压缩算法-C + + classes to achieve LZW compression algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:22098
    • 提供者:唐金良
  1. gatsp

    0下载:
  2. tsp遗传算法源代码,nit fEA_TSP interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = class(TForm) PanelFit: TPanel
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8813
    • 提供者:wwf
  1. Two-Category_Classifier

    0下载:
  2. This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier is designed on classes which has two feature vectors and other case it has one feature vector.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:18031
    • 提供者:段西尧
  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. CoinUtils-2.2.5

    0下载:
  2. The CoinUtils project is a collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectors, performing matrix facto
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1854692
    • 提供者:liuyupeng
  1. flexible

    0下载:
  2. Flexible Vector and Matrix Classes enable to use vectors and matrixes with arbitrary bounds. Content. 1. Algorithm 2. Classes 3. Program Files 4. Tests 5. Compiling 6. Running (Log File) 7. Download
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31143
    • 提供者:Alpha
  1. weighted_total_least_squares_approximation

    0下载:
  2. The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data an
  3. 所属分类:matlab例程

    • 发布日期:2014-01-20
    • 文件大小:286720
    • 提供者:kedle
  1. MathClasses

    0下载:
  2. basic mathematic classes used for math programming
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:36443
    • 提供者:金亮
  1. vc++mathlib

    1下载:
  2. 科学与工程数值计算算法 1、本书附赠的光盘包含了本书中全部的源代码。使用时只需将相应的目录拷贝到您的硬盘中。 注意 拷贝到硬盘上的源文件的属性如果成为只读的,在编译之前应该将它们的属性改为可读写的。 2、光盘各目录中的内容如下所示: 光盘目录 内容说明 \\Source\\ChapterN 第N章的所有示例工程源程序 \\Source\\Classes 本书所有算法类的源程序 \\Source\\Lib 集成本书所有算法的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-01-25
    • 文件大小:1318271
    • 提供者:张扬
  1. ofeli-1.3.0-3

    0下载:
  2. OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2211735
    • 提供者:王大为
  1. LongClass

    0下载:
  2. 这是一个支持多位数运算(可以达到几百位的长整数)的数类,名字叫Long,它是从long类发展过来的,但比原来的long类功能多。Long类可以和原有的double,long等等数据类型混合运算-This is a multi-digit support operations (which may reach hundreds of long integers) to a number of named Long, it is long from over the type of developm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4901
    • 提供者:林秋秋
  1. 确定型状态机的最简化

    0下载:
  2. 计算理论的经典算法,将确定型有穷自动机最简化,根据等价类的算法用vc实现化简过程。-classical theory calculation algorithm, will determine type DFA most simplified, according to the algorithm equivalence classes with vc achieve simplification process.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7450
    • 提供者:123
  1. CURE

    0下载:
  2. 数据挖掘算法之一,基于代表点的CURE聚类算法,该算法先把每个数据点看成一类,然后合并距离最近的类,直至类个数为所要求的个数为止。-CURE cluster algorithm based on representive point,one of data mining algorithms,classifies each data as a category firstly, then unifies categories with the nearest distance into one
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:45461
    • 提供者:黄镇
  1. 光学工程类的Matlab模拟程序

    3下载:
  2. 光学工程类的Matlab模拟程序,一个是透镜的成像原理模拟,一个是平板成像,Optical engineering classes Matlab simulation program, one lens of the imaging principle simulation, a flat-panel imaging
  3. 所属分类:matlab例程

    • 发布日期:2014-11-25
    • 文件大小:967
    • 提供者:jishi
  1. PCA_LDA.rar

    1下载:
  2. 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!," Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but f
  3. 所属分类:matlab例程

    • 发布日期:2016-03-16
    • 文件大小:3743168
    • 提供者:thy
« 1 23 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com