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

搜索资源列表

  1. osu_svm3.00

    0下载:
  2. 一个不错的关于SVM的例程,大家可以下载下来做一个参考,个人认为很不错的-A good SVM program,I think it is a good reference.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:842483
    • 提供者:陈陈
  1. VB60实现疾病诊断专家系统

    2下载:
  2. 本疾病诊断专家系统(免费软件)只限于个人研究学习使用,任何单位和个人不得将此软件用于任何商业用途。-the disease diagnostic expert system (free software) is limited to their own research to learn how to use, and no unit or individual is allowed this software for any commercial purposes.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29728
    • 提供者:zyz
  1. 操作矩阵的类 CMatrix

    0下载:
  2. 一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source of such algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11149
    • 提供者:方价钱
  1. bianli1

    1下载:
  2. 这是一个非常好的遍历二叉树算法的实现,个人创作,绝对原创-This is a very good traversal of a binary tree algorithm to achieve, to create absolute originality!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2488
    • 提供者:我是谁
  1. c++迷宫问题

    0下载:
  2. 这是我个人做的在vc环境下的迷宫问题的实现。各位可以参考或指教!-This is my personal vc done in the context of the realization of the maze. You can reference or enlighten!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2845
    • 提供者:陈贺文
  1. joseph小程序

    0下载:
  2. 2.1将n个人围成一圈,m为未进入游戏前的先行码,用来淘汰第一个出 局的人,然后依次给出淘汰者的密码,根据输入的密码来确定下一个淘汰是哪一个,并依次输出被淘汰的人对应的号码。 2.2用单向循环链表实现操作。-2.1 n personal cordons m not yet entered the game before the first yards out for the first out, then eliminated were given the password, the passw
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49576
    • 提供者:苏亮
  1. 神经网络模式识别及其实现_源程序

    0下载:
  2. 个人收藏
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-11-14
    • 文件大小:556632
    • 提供者:paul0223
  1. 混沌时间序列预测

    16下载:
  2. 1、该工具箱包括了混沌时间序列分析与预测的常用方法,有: (1)产生混沌时间序列(chaotic time series) Logistic映射 - \ChaosAttractors\Main_Logistic.m Henon映射 - \ChaosAttractors\Main_Henon.m Lorenz吸引子 - \ChaosAttractors\Main_Lorenz.m Duffing吸引子 - \ChaosAttractors\Main_Duffing.m Duffin
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-03-12
    • 文件大小:579972
    • 提供者:niuchao0511
  1. 微粒群算法工具箱

    0下载:
  2. 个人收集,经过验证.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-04-22
    • 文件大小:74740
    • 提供者:brightstones
  1. 约瑟夫环C++源代码

    0下载:
  2. 编号为1,2... n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向的下一个开始重新从1报数,如此下去,直至所有的人全部出列为止,设计一个程序求出出列顺序-The number of n, n individuals sitting around a circle in a clockwise direction, the per
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:671
    • 提供者:陈磊
  1. cPP 约瑟夫问题

    0下载:
  2. 1、约瑟夫问题的一种描述是:编号为1,2,3——,n的n个人按顺时针方向围坐一圈, 每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上线值m,从第一 开始按顺时针方向报数,报到m时停止报数。报m的人出列,将他的密码作为新 的 m值,从他在顺时针方向上的下一个人重新开始从1报数,如此下去,直至所有人 全部出列。 2、程序运行后,首先要求用户指定初始报数上限值,然后读取个人的密码。可设n≤30。 3、测试数据:m=20;n=7;密码一次为:3,1
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-03
    • 文件大小:26617
    • 提供者:刘国佳
  1. 约瑟夫环循环报数链表

    0下载:
  2. M个人围成一圈,从第一个人开始依次从1到N循环报数,当报到N的时候此人出圈,直到圈中只剩一人为止.要求按退出顺序给出原始编号-M personal circle, starting from the first person in turn reported from 1 to N number of cycles, N, when the report when the person out circle, circle until only one person so far. Requir
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-29
    • 文件大小:784
    • 提供者:夏天
  1. jone.rar

    0下载:
  2. 设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。运用循环单链表解决约瑟夫环问题。, Is equipped with n personally to encircle makes, presently starts from some person to count off, leaves ranks the number to the m person, meets from the next pers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:4637
    • 提供者:李子木
  1. fixedpoint.rar

    0下载:
  2. 一个做移动机器人方面的外国人的个人网站上的程序源码,SLAM方面 ,A mobile robot to do the personal aspects of the foreigners on the site-source program, SLAM aspects
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2552
    • 提供者:王娜
  1. poker.rar

    1下载:
  2. 一个基于MATLAB环境开发的扑克牌识别程序,个人觉得很不错,在此与大家分享一下!,MATLAB-based environment for the development of procedures to identify playing cards, personal feel very good in this to share with you some!
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1167717
    • 提供者:林夕栋
  1. WorkAssignment.rar

    0下载:
  2. acm算法设计 设有n件工作分配给n个人。将工作i 分配给第j 个人所需的费用为Cij。试设计一个算法,为每一个人都分配1 件不同的工作,并使总费用达到最小。 设计一个算法,对于给定的工作费用,计算最佳工作分配方案,使总费用达到最小。 输入:第一行有1 个正整数n (1≤n≤30)。接下来的n行,每行n个数,表示工作费用。 输出:最小总费用。 例输入: 3 10 2 3 2 3 4 3 4 5 例输出:9,acm algorithm design with n pieces
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:354916
    • 提供者:张波
  1. kernel-density-estimation.rar

    0下载:
  2. 一种核密度估计,或者称作带宽选择的方法,可以估计二维尺度参数,至于多维以上的估计方法尚在开发,多维情况下个人经验好的方法是多次实验取较好值,kernel density estimation, bandwidth selection, two-dimensional scale parameter can be estimated ,for the multi-dimensional approaches are still under development, multi-dimensiona
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:623184
    • 提供者:苗晨
  1. timu

    0下载:
  2. 有n(最大20)个人围成一圈,顺序排号。从第1个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来第几号-With n (maximum 20) individuals form a circle, the order Arranging. 1 person reported from the start number (number from 1 to 3 report), 3 registration people who withdraw from the circle
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:552
    • 提供者:ss
  1. joke

    0下载:
  2. 约瑟夫环问题:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m是停止报数,报m的人出列,将他的密码作为新的m值,从他的下一个人开始重新从1报数。如此下去,直到所有人全部出列为止。令n最大值取30。要求设计一个程序模拟此过程,求出出列编号序列。-Josephus problem: Let numbered 1,2,3, ... ..., n of n (n>
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2053
    • 提供者:陈玟
  1. Matlab

    1下载:
  2. 个人写的matlab中使用的可以调用hfss仿真软件的api程序-Matlab personal writing can be used in the api call hfss simulation software program
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:484207
    • 提供者:liuxiao
« 1 2 3 4 5 6 78 9 10 11 12 ... 45 »
搜珍网 www.dssz.com