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

搜索资源列表

  1. PingExample

    0下载:
  2. wince下的ping编程.实现主机探测,路由维护,路由选择,流量选择的功能.本例程使用一个数据包来探测主机地址是否存活.()当然再主机没有配置成过虑icmp形式.内含工程文件-ping weights under the program. To achieve mainframe detection, routing maintenance, routing, flow selection of functions. The routine use of a data packet to d
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:112.88kb
    • 提供者:marlin
  1. LVQ学习矢量化算法

    0下载:
  2. LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37.5kb
    • 提供者:张伟华
  1. NNExperiment

    0下载:
  2. 训练程序 对大量数据进行训练 从而确定网络中的权重-training procedures for large amounts of data for training in order to determine the network weights
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.21mb
    • 提供者:韩英强
  1. huffman_tree(sjjg)

    0下载:
  2. 1、根据用户指定的字符表和频度的实际统计数据建立Huffman树; 2、其中其叶子结点表示字符的权值及父母、左、右孩子等结点的信息; 3、其左右分支分别用代码0、1表示; 4、本系统的目的是为用户提供编/译码系统,根据用户输入的字符依字符集的权值进行编码保存; 5、根据接收到的编码进行译码; 6、输出其内容-1, according to user-specified character tables and frequency of the actual statist
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.96kb
    • 提供者:陈静
  1. qiche

    0下载:
  2. 有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员车轮个数wheels和车重weight放在保护段中;小车类car是它的私有派生类,其中包含载人数passenger-load;卡车类truck是vehicle的私有派生类,其中包含载人数passenger-load和重量payload。每个类都有相关数据的输出方法。-have an auto vehicle, it has a need to transfer parameters Constructors, Class
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.9kb
    • 提供者:罗东
  1. haffmantree

    0下载:
  2. 按照data.txt格式输入权值&字符名覆盖原data的内容,就可以使用程序对由这些字符组成的字符串进行编码了,结果将输出至code.txt中-data.txt format with input weights & characters from the original data covering the contents it can be used to process these characters from the string of code and the result
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.25kb
    • 提供者:
  1. NorthwindCE_Cs

    0下载:
  2. 用VS。NET基于wince,notthwind数据库的数据访问程序源码,希望对大家有用。-using VS.NET-based weights, notthwind database data access procedures source, a member of the useful.
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:659.4kb
    • 提供者:
  1. DS_uwbprogram

    0下载:
  2. 关于simu1: 在simlink运行之前的初始化过程中,完成了信道时延和幅度的估计,多径合成权系数估计 多径合成采用可选EG/MR/MMSE合成 信道可选白噪声信道AWGN和IEEE80.215.3a UWB标准信道模型(CM1-CM4)但为了简化, 这里采用了IEEE80.215.3a给出了信道模型中的仿真数据包(如果你是作超宽带的,信道模型程序和数据可从IEEE80.215.3a网站获取) 和大部分仿真一样,模型中的Eb/No指的是单比特信息符号携带的能量和噪声的比例,
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:39.02kb
    • 提供者:海涛
  1. ggrgwu

    0下载:
  2. 灰色理論下之灰關聯matlab源碼,可幫助計算一序列中的數據的權重,得以給予不同之相關性-gray theory under gray relational Matlab source that could help the calculation of a sequence of data weights, given to the relationship between different
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8.54kb
    • 提供者:韋家振
  1. weightpercent

    0下载:
  2. Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:Jack
  1. EM_GM

    0下载:
  2. % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likeli
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.34kb
    • 提供者:Shaoqing Yu
  1. movingAveragePredict

    0下载:
  2. /** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/ ** * @ author jakcy_wu (wujichun) * * Forecast and Analysis -- This algorithm applies only to the af
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.09kb
    • 提供者:吴名
  1. JAVA实现文本聚类,用到TF/IDF权重

    7下载:
  2. JAVA实现文本聚类,用到TF/IDF权重,用余弦夹角计算文本相似度,用k-means进行数据聚类等数学和统计 知识。,JAVA realization of text clustering, using TF/IDF weight, calculated using cosine angle between the text of similarity, using k-means clustering for data such as mathematical and statistical
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-10-22
    • 文件大小:1.46kb
    • 提供者:优优
  1. testPNN

    0下载:
  2. /*模式训练*/ Training(int,int,int,char*,char*,char*) 参数: 模式个数(即网络的第一隐层节点数) 模式维数(即网络的输入层节点数) 模式类别数(即网络的输出层节点数) 计算中心控制矢量时所用的变换函数核 第二隐层权值的训练算法 训练模式所在的文件名称 /*模式分类*/ Classifying(int,char*) 参数: 需要分类的模式个数 分类数据-/* Model Training*/Tr
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:619kb
    • 提供者:LiuKe
  1. loo.rar

    0下载:
  2. The leave-one-out cross-validation scheme is a method for estimating % the average generalization error. When calling % [Eloo,H] = loo(NetDef,W1,W2,PHI,Y,trparms) with trparms(1)>0, the network % will be retrained a maximum of trparms(1) itera
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2.94kb
    • 提供者:张镇
  1. libsvm-weights-2.9

    1下载:
  2. 数据属性的权重分析. 用户可以给每个数据实例权重-Weights for data instances Users can give a weight to each data instance.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:48.19kb
    • 提供者:quarryhero
  1. adaboost_version1b

    1下载:
  2. 最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解-This a classic AdaBoost implementation, in one single file with easy understandable code. The function consist of two parts a simple weak classifier and a boosting part: The weak classifier tries to find the b
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.88kb
    • 提供者:wj
  1. skeletonDrivenAnimation

    0下载:
  2. 在visual stdio 2010 中开发的使用opengl图形库的三维动画程序,程序读取ASF/AMC 文件并进行解读,实现实时的数据驱动的角色动画。程序会根据AMC文件生成播放列表,产生连续播放,两个不同动作文件之间会有光滑过渡。有关ASF/AMC的格式介绍,请查阅相关资料。角色有蒙皮,你可以根据自己需要选择自己的蒙皮,但需要自己提供Obj格式的三维模型,为了使骨骼驱动皮肤,你还需要提供皮肤与骨骼绑定的权重数据,我提供了maya插件可以将你的模型和骨骼的权重数据在maya中导出,注意may
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-14
    • 文件大小:20.15mb
    • 提供者:高进
  1. LSSVM-weights-3.20

    0下载:
  2. an on-line predictive control based on least squares support vector machine (LS-SVM) is proposed. In order to carry out on-line learning, the training data threshold is set through discussing the theory of LS-SVM and the character of cont
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:105.34kb
    • 提供者:golalipour
  1. lie-sf42

    0下载:
  2. 相控阵天线的方向图(切比雪夫加权),数据包传送源码程序,包括轨道机动仿真、初轨计算。- Phased array antenna pattern (Chebyshev weights), Data packet transfer source program, Including orbital maneuvering simulation, initial orbit calculation.
  3. 所属分类:matlab

    • 发布日期:2017-12-20
    • 文件大小:11kb
    • 提供者:汪帆岐
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com