CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - ID CODE

搜索资源列表

  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
    • 文件大小:38398
    • 提供者:张伟华
  1. Moving_Least_Squares

    0下载:
  2. 移动最小二乘MLS是无网格近似的基础,代码为ID,但适用于高维问题-mobile MLS is not the least square grid similar to the basis for the ID code, but applied to the high-dimensional problems
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1421
    • 提供者:吴天
  1. immune_algorithm

    0下载:
  2. 一个使用免疫算法实现物流调度的源代码,使用SQL Server 2005+Visual Studio C# 2005开发,可以在地图上描出优化路径。压缩包中的wldd.bak和wldd1.bak为数据库文件,将其恢复到SQL Server 2005中即可。需要注意的是,默认的连接字符串为 connectionString=\"Data Source=YANXL\\SQLEXPRESS Initial Catalog=wldd1 User ID=sa Password=dream\" 初始
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7264379
    • 提供者:闫小良
  1. otree

    0下载:
  2. 用C实现的基于O-tree的ic设计布图布线工具源代码,有相关文档-C realized based on O-tree-id wiring layout design tools source code, related documentation
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:290660
    • 提供者:qihuolin
  1. 1003

    0下载:
  2. 北京大学ACM练习网站1003题代码,具体请参考http://acm.pku.edu.cn/JudgeOnline/problem?id=1003-Peking University ACM practice site title code 1003, please refer to the specific http://acm.pku.edu.cn/JudgeOnline/problem?id=1003
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:6304
    • 提供者:chenriji
  1. matlab

    0下载:
  2. 计DFT,IDFT,FFT,循环卷积,循环移位以及重叠保留法-Of DFT, IDFT, FFT, cyclic convolution, cyclic shift and overlap to retain the Law
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3341
    • 提供者:徐建国
  1. system_ID

    0下载:
  2. quadrotor system ID using matlab and simulink
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7633
    • 提供者:wlsdnr
  1. pku3728

    0下载:
  2. pascal source code for http://acm.pku.edu.cn/JudgeOnline/problem?id=3728
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1077
    • 提供者:eric
  1. Hungarian

    0下载:
  2. 这是一个匈牙利算法,非常有用,对于解决二次分配有帮助。-this code id designed for quasi-assignment, and it maybe helpful for some optimization problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2690
    • 提供者:徐连
  1. MSCI703_project

    0下载:
  2. this journal is created by Sachin Jayaswal Student ID: 20186226 Department of Management Sciences University of Waterloo. it s describe how performances of tabu search and simulated annealing solve the TSP. this journal includes tabu search and S
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:74856
    • 提供者:destra
  1. sfzcx

    0下载:
  2. 全国二代身份证查询程序,可以查询身份证的各种信息,是完整的代码哦-National second-generation ID card check procedure, you can check all kinds of information the ID card is a complete code for oh
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:214580
    • 提供者:gdx
  1. cppfrance_STEGANOGRAPHIE-DISSIMULER-RECUPERER-TEX

    0下载:
  2. code Steganography .http://www.cppfrance.com/telecharger.aspx?ID=34870
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3712
    • 提供者:silkan_h
  1. YJ.WebControls

    0下载:
  2. 属性: TextBoxID : 目标 TextBox 的ID,只需要正确填写该属性本控件就可以使用 UpdatePanelID : 控件所在并且进行异步更新的UpdatePanel控件的编号(该属性为了支持ASP.NET 2.0 AJAX Extensions 1.0组件设计,因为代码内使用了UpdatePanel类,所以在使用时如果没有安装ASP.NET 2.0 AJAX Extensions 1.0组件请先安装) 注意: 1.本控件必须放在与目标TextBox同一
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:8058
    • 提供者:javazfj
  1. code

    0下载:
  2. 本程序采用二叉树的数据结构,,以作为家谱成员及信息(profile)的存储结构,,个人信息包括姓名,,性别,配偶,出生,死亡日期等,,还包括人物编号ID,,附加信息(便于以后扩展需要),以二叉树的遍历搜索,修改,增加,删除等作为核心算法,,并通过MFC界面显示出来,,以windows树结构来展示底层的家谱信息.-family tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12524
    • 提供者:符永顺
  1. fuzzy_pid

    5下载:
  2. 直流伺服电机用MATLAB实现的源代码,伺服系统由具有位置反馈、速度反馈和电流反馈的三闭环结构组成本控制系统采用模糊和PID复合控制,在小偏差时转化为P ID控制,这样就获得了比纯模糊控制更高的稳态精度,有比P ID控制更快的动态响应、更小的超调量。-DC servo motor to achieve with the MATLAB source code, by a position feedback servo system, the speed feedback and current f
  3. 所属分类:matlab

    • 发布日期:2014-12-15
    • 文件大小:44032
    • 提供者:Lily
  1. project

    0下载:
  2. 任务具体的技术描述,如: 学号指纹生成器的核心是根据组员学号的输入,生成对应的操作符,对组长学号进行迭代操作。 4个七段码作为组员学号的输入显示,和每次运算结果的输出显示; 2个开关状态 sw[3:0]作为组员数据输入 4个按键分配 btn[1]作为读按钮,用于读入组员学号数据,btn[0]为操作控制按钮,按一下对应一次学号操作; -Descr iption of specific technical tasks, such as: student number gener
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:586392
    • 提供者:yf
  1. turboDecoder

    1下载:
  2. Turbo decoder under awgn channel. -The input is: uncoded bits,coded bits 1,coded bits2(interleaved), LLR from other source(if use only one turbo code ,fill all zero is ok), numbers of iterations, interleaver between two CC, source bit,decoder id(
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1024
    • 提供者:Wang Qianxing
  1. Example045

    0下载:
  2. 用Visual C++6.0实现资源ID排序的程序源码,希望对大家有所帮助-Using Visual C++6.0 resource ID sort program source code, we hope to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:42110
    • 提供者:
  1. chkaux

    0下载:
  2. matlab code for id on multivariable systems for state space controllers. auxiliary function to be used by everybody that have the rest of the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:667
    • 提供者:faelop
  1. System-ID-optimal-control

    0下载:
  2. 研究生课程系统辨识与最优控制课后习题编程源代码,在matlab07b上调试通过-Graduate courses System Identification and Optimal Control Homework programming source code, debugging through on matlab07b
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-12
    • 文件大小:29308
    • 提供者:carl
« 12 »
搜珍网 www.dssz.com