搜索资源列表

  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-20
    • 文件大小:10240
    • 提供者:jane
  1. C++

    0下载:
  2. 包含C++中map,有理数类,汉诺塔,菲波那穗等的算法,还有比较大小,求最大最小值等相关算法,以及工程测量精度解算的相关程序。-Contains C++ In the map, rational categories, Hanoi Tower, Guangzhou, and so it菲波algorithm, there are relatively small, the minimum value for the greatest a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3256320
    • 提供者:mengxin1212
  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-20
    • 文件大小:3072
    • 提供者:yjn
  1. jiyuwenlideerzhihuafangfa

    0下载:
  2. 的基于纹理的牌照图象二值化方法即 首先对牌照图象作纹理分析, 然后采用模式识别技术中的最 大最小准则获取二值比阈值进行二值化的方法效果优于灰度直方图方法。若对纹理基元的选择附加一些条件则有可能提 供更好的二值化结果。该方法也可适用于票据或文本图象的 二值化。-License-based texture image binarization method that is first to license images fo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:240640
    • 提供者:poon
  1. matlabtosolve

    1下载:
  2. 基于MATLAB实现的说话人识别程序,分别用bp、pnn、som、rbf、lvq等算法,对语音文件进行训练和测试,效果不错。~..~ 下面说明一下bprengong程序: 数据分别用来训练和测试两部分。 具体程序分为两部分,第一部分为:计算识别模型 变量v是mfcc处理以后的矢量。因为数据可能长短不一,所以放在同一进行截取。p的每一行代表一个语音数据(共15个)。变量Pr为每一行的最大最小值。变量T为目标值。输出神经元
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:658432
    • 提供者:wang
  1. 5910819720320076131635209134265

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

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

    0下载:
  2. 基于51,使用max197进行多次采样,去掉最大最小值,取平均值,减少误差,用12864显示-Based on 51, using a number of MAX197 sampling, remove the largest minimum, take the average to reduce the error, and 12864 show
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:781312
    • 提供者:wangkai
  1. 1

    0下载:
  2. 分治求最大最小值 可以很快的求的 时间复杂度比其他算法块多了-Separate rule for the largest can quickly seek the minimum time complexity than other algorithms block more
  3. 所属分类:汇编语言

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

    0下载:
  2. 求极限,球最大最小值,的一些例子,大家可以看一下-Order to limit, the ball is the largest minimum, some examples, we can look at
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:任国栋
  1. find_max_min

    0下载:
  2. 小车利用红外传感器扫描黑线寻迹,找传感器扫描黑线的最大最小值-Car use infrared sensors to scan black line tracing to find black line sensor to scan the largest minimum
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:398336
    • 提供者:王晶
  1. Fuzzy

    0下载:
  2. 模糊算法,实现了求交法计算模糊蕴含关系、最大最小法进行合成运算、求并法计算输出量的模糊集合、加权平均法计算实际的清晰控制量等部分的详细代码。-Fuzzy algorithm, the realization of the intersection method to calculate fuzzy implication relations, max-min method for synthesis of computing, and
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 实现图形轮廓包围盒的描述。内容包括设置包围盒的线段,设置包围盒的最大最小点-Graphic descr iption of contours bounding box. Content includes the provision of bounding box of the segment, set the minimum bounding box of the largest point
  3. 所属分类:Windows编程

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

    0下载:
  2. 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:4567040
    • 提供者:郎永山
  1. A4

    0下载:
  2. 程序一运行主框架就占满全屏幕,以及消除主框架窗口的最大最小按钮,使窗口不可RESIZE-Procedure to run the main fr a me on occupying the entire screen, and the elimination of the main fr a me window of the max-min button, so that can not Resize Window
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-20
    • 文件大小:1925120
    • 提供者:liulin
  1. Kmean_cluster

    0下载:
  2. 进行基于最大最小方法和K均值结合的分类方法 并画出具体的分类情况,对二维数组具有鲁棒性。-Based on max-min method and combination of K-means classification method and draw a specific classification of two-dimensional array with robustness.
  3. 所属分类:matlab例程

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

    0下载:
  2. 是关于Java的数字问题,从文本框输入数字,从文件里读入数字,然后把数字输出到文本域里,并计算其最大最小和平均值-Java is about the number of issues, from the text box to enter the figures from the document read into the figures, and then the digital output to a text field, an
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:段燕
  1. ping

    0下载:
  2. 本程序主要实现ping的功能。ping一台主机或局域网内的全部主机。并计算出最大 最小 及平均响应时间。-This procedure ping main function. ping a host or local area network all hosts. And calculate the max-min, and the average response time.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:118784
    • 提供者:鲁晓明
  1. blob

    0下载:
  2. 找blob并计算所有相关的信息(最大最小x值、中心、长度、宽度等)-find blob and calcaulate relative message(length,width,center)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:guoyan
  1. RangeSlider

    0下载:
  2. 用兩個 Slider 控制最大最小範圍 能左右拉動, 可用於播放時選定播放範圍-Slider control with both the largest to the smallest extent around pulling, can be used to play when the player selected the scope of
  3. 所属分类:工具条

    • 发布日期:2024-05-20
    • 文件大小:1138688
    • 提供者:eve
  1. pb9(unoksoft)

    0下载:
  2. 一些源码.api的一些应用. 1.appbar:在桌面上创建工具栏 2.ColorDialog:显示颜色对话框 3.Fontdialog:显示字体对话框 4.internet:ping,取ip等 5.irshaped:创建不规则窗口 6.minmaxsize:限制窗口最大最小尺寸 7.systemmenu:修改系统菜单 -some Source
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:160768
    • 提供者:chenmiao
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org