搜索资源列表

  1. GCluser

    1下载:
  2. 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:45137
    • 提供者:越越
  1. ExprEval

    0下载:
  2. 中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。 内有实验的设计文档。 实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。 这个代码可以为学习编译原理的同学参考。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:882953
    • 提供者:叶郁
  1. tripod

    0下载:
  2. vega中的tripod碰撞检测方法,上房问题在min和Max的参数中。如果max值越大,你爬高就越大。min越小你下坡也就越大。他们的值与你的场景单位有关。他们都是极限值,如果你的房子高度在max值之下就不可能“上房”了。你的坡度落差大于min的绝对值时,他就下不去了。一般用在z和Tripod中常见
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1997
    • 提供者:hu
  1. 数列极差

    0下载:
  2. 在黑板上写了N个正整数作成的一个数列,进行如下操作: 每一次擦去其中的两个数a和b,然后在数列中加入一个数a×b+1, 如此下去直至黑板上剩下一个数,在所有按这种操作方式最后得到的数中, 最大的max,最小的为min,则该数列的极差定义为M=max-min。
  3. 所属分类:数学计算/工程计算

  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入
  3. 所属分类:其他小程序

  1. An Introduction to Matlab

    0下载:
  2. 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calc
  3. 所属分类:其他书籍

    • 发布日期:2012-02-26
    • 文件大小:877346
    • 提供者:taffy320
  1. hc-mmas-ubqp

    0下载:
  2. The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube fr a mework for the application to Unconstrained Binary Quadratic Programming (UBQP). -The software package provides a MAX-MIN Ant Sy
  3. 所属分类:生物技术

    • 发布日期:2024-05-21
    • 文件大小:320512
    • 提供者:颜晨阳
  1. jingdutiao

    0下载:
  2. 一个漂亮进度条(可以显示百分比数字) Max:(最大值),Min(最小值),Value(进度条当前值,显示的百分比值) BackColor(背景色),FillColor(进度条的填充色) ForeColor(进度条显示的百分比数字的颜色) ForeVisible(显示或隐藏百分比)-a beautiful progress (percentage figures show) Max : (ma
  3. 所属分类:状态条

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:aaaaaa
  1. acs_TSP

    0下载:
  2. 蚁群算法VB源代码,解决TSP问题的程序,有多种TSP问题解答!-Ant Algorithm VB source code to solve the TSP process, a number of TSP answer!
  3. 所属分类:代理服务器

    • 发布日期:2024-05-21
    • 文件大小:51200
    • 提供者:叶小勇
  1. FormulaProcessor_beta1_CSharp

    0下载:
  2. 功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:jason
  1. BigInteger_src

    0下载:
  2. C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bi
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:35840
    • 提供者:jason..
  1. MAX_MIN_Ant_System

    0下载:
  2. matlab中求解最大最小问题的蚂蚁算法源代码。很有参考价值。-Matlab solution of the biggest problems the smallest ant algorithm source code. Great reference value.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:48128
    • 提供者:陈剑
  1. Ant_Colony_Algorithm_C

    0下载:
  2. 用C实现蚁群算法求解TSP问题,结合基本蚁群算法和最大最小蚁群算法。-C to achieve with Ant Colony Algorithm for TSP problem, combined with the basic ant colony algorithm and max-min ant colony algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:jane
  1. ch10

    0下载:
  2. 数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KeyType key // 关键字项 InfoType otherinfo // 其它数据项 } typedef char Ke
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:冰河
  1. chess

    0下载:
  2. 高智商五子棋,只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法-High IQ Gobang only part of the preparation of the human-computer game, using a game tree search, select the best walking in the use of max-min analysis
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-21
    • 文件大小:245760
    • 提供者:吴李涛
  1. MAX-MIN

    0下载:
  2. 要求:编写一个应用程序,对程序中给定的四个double型数据求其最大值和最小值。 文档包括了实验要求和详细的源代码.-Requirements: the preparation of an application for proceedings to set the four double-type data for its maximum and minimum values. Document includes detailed
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:李霖
  1. VB_change_system_sound

    0下载:
  2. 调节系统音量的类:最大最小音量、打开设备以调节音量、设置音量等。-Conditioning systems of the type of volume: max-min volume, open the device to adjust the volume, the volume and other settings.
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:yjn
  1. 5910819720320076131635209134265

    0下载:
  2. 最大最小法对灰度图像基于区域的阈值分割-image-Max-min method for gray-level image thresholding based on region partition-image
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:92160
    • 提供者:丢份儿
  1. GCluser

    0下载:
  2. 分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本个数 下面依次为样本特征向量-Hierarchical clustering algorithms: including k-mean max-dist min-dist procedure to use: program
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:5468160
    • 提供者:越越
  1. ExprEval

    0下载:
  2. 中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。 内有实验的设计文档。 实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。 这个代码可以为学习编译原理的同学参考。-Principles of Sun Yat-sen University to compile an experimental course, according to OPP (operat
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:882688
    • 提供者:叶郁
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »

源码中国 www.ymcn.org