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

搜索资源列表

  1. lzmaFileCompressDLL

    0下载:
  2. 使用7zip压缩源码做的压缩文件用的D-use compressed source so compressed files with D
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:71614
    • 提供者:王玮
  1. pwm_inverter

    2下载:
  2. 开关电源中pwm用matlab中的simulink表示的仿真模型,做的是闭环实验,还没有引进pid的仿真。有兴趣的看一下-pwm Switching Power Supply with Matlab Simulink said of the simulation model so is the closed-loop experiments, but also the introduction of pid simulation. Interested to see
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:10977
    • 提供者:xiaohuang
  1. ElasticNet

    0下载:
  2. 使用到的参数跟谈到弹性网络的那一章里头所讲的是一样的, ke 则是终止条件。如果 step 被打勾,则程式在每一步之间会暂停 100毫秒(或其他使用者输入的数值)。如果 Random 被打勾,则程式会以系统时间作为乱数产生器的种子数,否则,就以使用者输入的数( Random 右边那一格)为种子数。 你可以利用 load 来载入推销员问题档与其最佳解,如此便可比较弹性网络所找出来的解与最佳解差了多少。 Central, Radius, and Error 这三个参数的前两个,只影
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:39690
    • 提供者:林尚义
  1. thz

    0下载:
  2. 这是一个很简单的游戏 是源码 希望大家能够喜欢 有空的话我会再上传一些的-This a very simple game is a source of hope that we can like the time to do so, I will upload some of the
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:93474
    • 提供者:王伟
  1. RedBlackTree

    0下载:
  2. red black tree.balance binary tree.the souce code-red black tree.balance binary tree.the so uce code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36035
    • 提供者:Rechird
  1. uniformgauss

    0下载:
  2. 均匀分布的随机数,并依此产生高斯分布随机数,12和法和Box-Muller法产生高斯分布-uniform distribution of random numbers, and so have a Gaussian distribution of random numbers, 12 and the law and Box-Muller method, Gaussian distribution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1191
    • 提供者:吴俊
  1. wwwwwwwwwwwwwwww

    0下载:
  2. 算法文档,做算法必备科学与工程数值计算算法(Visual C++版)-algorithm documents, so algorithm necessary scientific and engineering numerical algorithm (Visual C Edition)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1005018
    • 提供者:wanghb
  1. YUESEFU2

    0下载:
  2. 用双链表实现的踢人问题,一群人按顺序排成一圈,从第一个人开始每隔M人踢出一个人,如此循环,求已知最后n个被踢出的,求M-used to achieve the double chain gangs, a group of people formed a circle on the order, started from the first one out of every M-1, so the cycle, known for the last n throwaway, for M
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2031
    • 提供者:wodezui-i
  1. SplitADT

    0下载:
  2. 链表L,创建公有成员函数Split(A,B ),创建2个新表A,B,使的A 中含有L中奇数位置元数,B中含L偶数位置元数 -Chain L, create public member function Split (A, B), to create two new tables A, B, A so containing L odd position of a few yuan, B-L even a few locations yuan
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1597
    • 提供者:wodezui-i
  1. ifdef

    0下载:
  2. 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。 -Face Detecti
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4556
    • 提供者:qgfhit
  1. TravelingSalesmanProblemwithGeneticAlgorithm

    0下载:
  2. this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checki
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4044
    • 提供者:宏姬
  1. contree

    0下载:
  2.  给定一棵树T,树中每个顶点u都有一个权w(u),权可以是负数。现在要找到树T的一个连通子图使该子图的权之和最大。-given a tree T, tree each vertex u have a right to w (u), the right to be negative. Now to find a tree T connectivity graph so that the graph of the rights and the largest.
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. wujiao.m是五角星去交叉程序,用于使求出的tsp去交叉,应用见我上载的ant-tsp-elimcross程序 nixu.m是wujiao.m求逆序的测试程序-wujiao.m is five-pointed star to cross procedures for so to get the cross-tsp. I see on the application contained in the ant-tsp - elimcross nixu.m is wujiao procedur
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:xuqs
  1. OFDMcode42

    0下载:
  2. This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of fil
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:162332
    • 提供者:王文
  1. high-resolution-one-dimension

    7下载:
  2. 高分辨率要求系统具有大的带宽,瞬时带宽的增加必将提高系统对硬件的要求,本文采用方便灵活的步进频率波形信号。脉间频率步进波形通过子脉冲载频的步进变化来获得大的有效带宽,使成像具有高分辨率,采用加窗和补零方法提高信噪比,但该信号对目标径向速度非常敏感。采用补零方法提高距离取样分辨率,使距离像细化,并用公式说明了补零只能提高距离取样分辨率,并不能改变频率步进信号的距离分辨能力。该信号波形对目标径向速度的敏感,使目标能量分散到邻近的距离单元造成距离分辨率下降,如果不事先进行速度补偿,直接对回波信号进行逆
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:石榴石
  1. Calculatordesign

    0下载:
  2. This design calculator uses to controls an attribute value the establishment, function skill and so on compilation, has met the practical requirements. Truly realized the contact surface succinctly, has been artistic, the function consummated, the un
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4029
    • 提供者:任洁
  1. sre_nonline_regress

    0下载:
  2. 非线形回归程序进行最优化.(我上传的五个程序都是我个人做研究中写的,由于时间比较匆忙且只是自己写文章时做的实验,没有什么注释,如果有什么不懂的,可以email联系我:)-non-linear regression procedure optimization. (I uploaded five procedures are my personal study was done, Because of the time compared to just rush and write the art
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1708
    • 提供者:邱大山
  1. rbfmain

    0下载:
  2. 这是我在学校上人工神经网络的课程时做的课程设计的源程序,使用的是rbf神经网络。-this is my school ANN curriculum so the curriculum design of the source, rbf use of neural networks.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:876
    • 提供者:Loretta Wu
  1. EGA

    0下载:
  2. 遗传算法的程序 遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模 拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式, 从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一 串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式 形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的 适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2533
    • 提供者:王硕
  1. SXXHLB

    0下载:
  2. 用于数据结构课程设计,双向链表,并且用了MFC做图形界面-data structure for curriculum design, two-way linked list, and so with the MFC GUI
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41666
    • 提供者:林林
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com