搜索资源列表

  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-20
    • 文件大小:35840
    • 提供者:jason..
  1. analyze_values

    0下载:
  2. purpose computes histogram and some statistical measures (min, max, ...) for a list of values (one per line) compile gcc -g -o analyze_values analyze_values.c -lm -purpose computes histogram and some stati stica
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王国树
  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-20
    • 文件大小:13312
    • 提供者:冰河
  1. No22

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:张波
  1. No33

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:张波
  1. No44

    0下载:
  2. 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:张波
  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-20
    • 文件大小:5468160
    • 提供者:越越
  1. tripod

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:hu
  1. KMEANS

    0下载:
  2. This directory contains code implementing the K-means algorithm using min-max distance.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:lili
  1. waveletcodebyGuleryuz

    0下载:
  2. Guleryuz写的一个完整的小波变换的源代码。主要包括:wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:205824
    • 提供者:Zhongren Wang
  1. tenlei

    0下载:
  2. function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:download99
  1. Job

    0下载:
  2. 给定任务序列J1J2 ...Jn,假定只有一台处理机为这批作业服务。每件任务Ji给定一个时限di和对应利润Pi。只有在规定时限之内完成作业,才会得到利润Pi。通过设计合适的算法选择和安排任务子集Ji,使得J中的每个作业都能在各自的时限内完工,且使获得的利润∑Pi总和最大。 令d=max{di} 1≤i≤n,b=min{n,d} 任何最大利润的可完工子序列中的作业个数必不大于b。 -Given task sequence J1
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:林培文
  1. WLS_MM

    1下载:
  2. 加权最小二乘法&最大最小化优化算法 weighted least-squares + weighted min-max optimization -Weighted least square method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:okboy
  1. 2

    0下载:
  2. 已知线性表的元素按递增顺序排列,并以带头结点的单链表作存储结构。试编写—个删除表中所有值大于min且小于max的元素(若表中存在这样的元素)的算法程序。-Linear table of elements known by increasing order, and to take the lead in a single node list for the storage structure. Test preparation- a d
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:weiwei
  1. daoyou

    0下载:
  2. if(v0==y)return "请正确选择景点" int v,w,i,j,min CString s1 bool final[num] int d[num] for(i=0 i<num i++) for(j=0 j<num j++) p[i][j]=-1 for(v=0 v<num v++){ final[v]=false d[v]=
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:134144
    • 提供者:leipan
  1. CFI

    0下载:
  2. Common Flash Interface BIN Parser-Dump CFI binary data from any flash memory chip and use this MS Windows application to interpret this file and extract useful information about the flash memory chip: Primary OEM Command
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:Alexander
  1. homework

    0下载:
  2. 输入身高,当输入END,结束输入,输出身高最大和最小值-Input Hight,if Input "END",output max and min
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:breeaetaya
  1. dvm_src

    0下载:
  2. Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be generated entirely in software: two I/O pins and three resistors are all the hardware required. Connected to any TV set
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:micro
  1. ImageProc

    0下载:
  2. 一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included: imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values. imsmarthist_thresh.cpp: equalize data based on histogram
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:496640
    • 提供者:Ming
  1. segmenttreeforminormax

    0下载:
  2. 线段树求最大最小值,可以成段操作,更新查询-segmenttree for min or max
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:cq
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »

源码中国 www.ymcn.org