CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - weight

搜索资源列表

  1. improving_the_performance_of_pso_using_adaptive_de

    0下载:
  2. Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is a stochastic search and optimization tool. Changes in the PSO parameters, namely the inertia weight and the cognitive and social acceleration c
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:365745
    • 提供者:sky
  1. wfcm

    2下载:
  2. Weight Fuzzy C-means Algorithm Based on 1D histgram
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1053
    • 提供者:wu si
  1. 05605-19-

    0下载:
  2. 构造哈夫曼树 哈弗曼树中没有度为一的节点,是标准的二叉树,所以有n个叶子结点时,需要一个长度为2n-1的一维数组存储哈弗曼树的结点。 (1)、n个叶子节点只有weight权值,处理非叶子节点,从ht[i](ht[1]~ht[n-1])中找到ht[i].weight最小的两个节点ht[s1]和ht[s2],这就是Select(int n,int &s1,int & s2,HTNode *ht)函数完成的功能。 (2)、调用select函数,并将ht[s1]和ht[s2]作为ht[l]的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11182
    • 提供者:于洁
  1. peptide-molecular-weight-calculator

    0下载:
  2. 计算不长于23个氨基酸的多肽的分子量,识别20种常规氨基酸,分子量结果在序列输入完成后自动生成
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18681
    • 提供者:wu
  1. cf

    0下载:
  2. 学上的基本神经元,人工的神经网络也有基本的神经元。每个神经元有特定数量的输入,也会为每个神经元设定权重(weight)。权重是对所输入的资料的重要性的一个指标。然后,神经元会计算出权重合计值(net value),而权重合计值就是将所有输入乘以它们的权重的合计。每个神经元都有它们各自的临界值(threshold),而当权重合计值大于临
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97341
    • 提供者:v
  1. 1159216253

    0下载:
  2. 基于PC/104 总线的动态称重测量板的设计 Design of Dynamic Weight measure board Based on PC/104 Bus
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:191083
    • 提供者:王魁
  1. weight

    1下载:
  2. 计量管理软件,串口通讯,不可多得的称重软件完全源代码,下载即可使用!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:183818
    • 提供者:商小刚
  1. 2

    0下载:
  2. 用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight<=limit且col[i]==1 就将a[i].weight和value加入tw和tv,否则col[i]设
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7016
    • 提供者:STartBoy
  1. real-time_LPC_analysis_synthesis_visualization_1.0

    0下载:
  2. rt_lpc is a light-weight application that performs real-time LPC analysis and synthesis. It features the following: real-time LPC analysis real-time LPC synthesis visualization of original, predicted, and error waveforms visualization
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:111778
    • 提供者:尉迟雪凝
  1. lwvcl-3.5.0

    0下载:
  2. Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based GUI interfaces for wide ranges of platforms, including J2SE, PersonalJava and J2ME(coming soon). LwVCL can be used on Zaurus, iPAQ and other devices.
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:2915351
    • 提供者:Thomas Yip
  1. lwipstack

    0下载:
  2. Light Weight IP Stack Implementation and Analysis
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:693369
    • 提供者:陈晓文
  1. LWUIT_20080814

    0下载:
  2. j2me设计的界面包,很漂亮实用。 light weight UI toolkit
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:17898450
    • 提供者:李军
  1. wegith

    0下载:
  2. 自己做的一个可以测试自己体重的JAVA程序哈,-have done a test weight of its own Java procedures Kazakhstan,.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1620
    • 提供者:曾彬
  1. BP神经网络源程序

    3下载:
  2. 基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11127
    • 提供者:李洋
  1. 铜管计算

    0下载:
  2. 本程式是用VB6编写的程序,主要用于空调工程中铜管重量价格的计算。-the VB6 program is prepared by the procedure, mainly for air-conditioning engineering brass weight of the price calculation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8451
    • 提供者:李高平
  1. SDI_show_rolltext

    0下载:
  2. 演示SDI的单窗口显示内容可修改的表格式数据,并且有嵌入的滚动字幕显示,自动日期显示,自动保存窗口状态和数据内容,下次自动调用重显-demonstration SDI single-window content can modify the form of data and is embedded subtitles rolling, the automatic date display, automatic window state and the preservation of data,
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:121479
    • 提供者:唐勇
  1. 基于峰度的ICA算法

    1下载:
  2. 这是一个基于峰度的ICA算法,里面的ica_kurt.m是主文件,输入为待处理的观察信号,要求是矩阵形式,行数为所包含的分量数,列数为每一个分量包含的抽样点数。-This is a peak on the ICA algorithm inside ica_kurt.m is the main document, pending input signal observation demands matrix form, the number of firms covered by the weig
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1728
    • 提供者:王斌
  1. 分量图

    0下载:
  2. 可以打开图像并且查看其RGBYUV各分量-can open up its image and to detect the weight RGBYUV
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:57227
    • 提供者:杨玉
  1. 水印算法

    0下载:
  2. 在对原图像进行双正交7/9三级小波分解后 ,在第二级的水平、垂直、对角以及第三级对角分量上加入水印系数,再经过小波反变换重构出图像。-in the original image Biorthogonal 7 / 9 3 wavelet decomposition, in the second-class level, vertical, diagonal, and the third-class right angle to add weight coefficient watermark, a
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4035
    • 提供者:包俊成
  1. 背包问题2 递归

    1下载:
  2. 一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portf
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8600
    • 提供者:飞杨
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com