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

搜索资源列表

  1. 最短距离问题

    0下载:
  2. 求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest pat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10120
    • 提供者:葛林
  1. 图的操作界面

    0下载:
  2. 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65237
    • 提供者:陈青侠
  1. Apriori源代码全部

    1下载:
  2. 该算法可以用vc实现Apriori算法的全部.请大家放心使用!-the algorithm can be used vc Apriori algorithm to achieve the full. Please rest assured use!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:67538
    • 提供者:小强强
  1. yuanchengxu

    0下载:
  2. 计算方法第6章讲义及书后源程序,其余的自己下载了就知道了。-calculation Chapter 6 lectures and book source, and the rest of the download will know.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:166537
    • 提供者:gsdfg
  1. 802.11Security

    0下载:
  2. Beginning with an introduction to 802.11b in general, 802.11 Security gives you a broad basis in theory and practice of wireless security, dispelling some of the myths along the way. In doing so, they provide you with the technical grounding required
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:835579
    • 提供者:
  1. somewavelet

    0下载:
  2. 自编的一些小波源程序,用MATLAB编的.希望对那些喜欢小波的人有所帮助.去解压密码,请放心使用-wrote some of wavelet source, MATLAB series. hope for those who like wavelet help. to extract passwords, please rest assured that the use of
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:44705
    • 提供者:王杜
  1. suzuki

    3下载:
  2. suzuki过程的matlab仿真,自己写的,没什么问题,放心吧-suzuki process Matlab simulation, wrote it myself, no problem, rest assured
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11598
    • 提供者:
  1. Gini-SVM

    1下载:
  2. 一种新的SVM算法,性能很好。我经过好多验证的,请放心使用-a new SVM algorithm, a very good performance. I read a lot of certification, please rest assured that the use of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:203460
    • 提供者:泉源
  1. huffman_src

    0下载:
  2. I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7401
    • 提供者:毛磊
  1. Apriori

    0下载:
  2. 用vc实现Apriori算法的全部功能.请大家尽情心使用!-the algorithm can be used vc Apriori algorithm to achieve the full. Please rest assured use!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:65953
    • 提供者:yangfeihua
  1. 关键路径

    0下载:
  2. (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1972
    • 提供者:叶兆源
  1. clist-1.5.4-release

    0下载:
  2. CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:169550
    • 提供者:james
  1. Rest(2)

    0下载:
  2. matlab 粗制理论数 ,属性约简,值约简,规则生成,非常实用-matlab rough set theory
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:17919
    • 提供者:zhongwen
  1. monkey

    0下载:
  2. 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的,问海滩上原来最少有多少个桃子? -There are a bunch of peach on the beach, five monkeys to the point. The first monkey peach these credentials ar
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:4633
    • 提供者:山海
  1. EOF

    1下载:
  2. eof分析的matlab软件包,需要输入的是距平序列,直接调用rest.m文件-a package of matlab codes on EOF analysis,the rest.m file is the main program
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5845
    • 提供者:Tow.Shin
  1. FFT

    1下载:
  2. 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_de
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:207065
    • 提供者:张诚
  1. fpgrowth

    1下载:
  2. 改代码为fp-growth的源代码,用于数据挖掘中的关联规则挖掘,已经通过调试,可以放心使用,只需要加入输入文件流-Change the code for the fp-growth of the source code for the data mining association rule mining have been through testing, you can rest assured that the use, only need to join the input file
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:873606
    • 提供者:胡飞
  1. NN_THESIS_20_1PHASE

    0下载:
  2. Dynamic Voltage Restorer with simulink
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:18134
    • 提供者:dedy ks
  1. Report-of-work-and-rest-time

    0下载:
  2. 以单片机为核心,设计一个智能化作息时间控制器。该控制器要求的功能有:按本校作息时间接通/断开电铃(以灯代替);并用液晶屏显示时钟。   作息时间控制器常用于学校教学楼的时间控制,利用单片机内部定时器实现时间基准定时,显示的内容要求有时、分、秒各两位,并能调节小时和分钟。 -To microcontroller core, design work and rest time for an intelligent controller. The controller functions re
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:55123
    • 提供者:liming
  1. REST_V1.6_110505

    1下载:
  2. 进行静息态fMRI数据处理软北师大开发的件包REST-REST toolbox for resting state fMRI analysis
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5328556
    • 提供者:宋熙玟
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com