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

搜索资源列表

  1. AVL_Lib

    0下载:
  2. Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:87430
    • 提供者:高名
  1. fivephilosopher

    0下载:
  2. 假如所有的哲学家都同时拿起左侧叉子,看到右侧叉子不可用,又都放下左侧叉子,等一会儿,又同时拿起左侧叉子,如此这般,永远重复。对于这种情况,即所有的程序都在无限期地运行,但是都无法取得任何进展,即出现饥饿,所有哲学家都吃不上饭。所以规定奇数号的哲学家先拿起他左边的叉子,然后再去拿他右边的叉子 而偶数号的哲学家则相反.按此规定,将是0,1号哲学家竞争0号叉子,2,3号哲学家竞争2号叉子.即五个哲学家都竞争奇数号叉子,获得后,再去竞争偶数号叉子,最后总会有一个哲学家能获得两支叉子而进餐。而申请不到的哲
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1597
    • 提供者:林茜
  1. hive1-2

    0下载:
  2. Ants performing 3 actions: searching ore , mining ore , returning ore basic Artificial Neurological Network working the learning proces to pick their state through Genetic Programming 人工智能中的蚁群算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37991
    • 提供者:acana
  1. FFTwebpagepickup

    0下载:
  2. 基于FFT的网页正文提取算法。 涉及到快速傅立叶变换-base FFT web page text pick up
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:190194
    • 提供者:zm
  1. matlab

    0下载:
  2. 本文件夹共三个matlab文件和一个word文档, 内容分别为用MATLAB验证时域抽样定理,连续系统的频域分析和连续系统的频域分析。matlab刚捡起来,望大家多多指教与探讨。-A total of three of the matlab folder of documents and a word document, the contents of MATLAB were used to verify time-domain sampling theorem, continuous syst
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7147
    • 提供者:kenneth
  1. MATPICKER

    0下载:
  2. Matpicker, is a tool for seismic aplication, include agc filtering, clip image, pick first arrives
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:6093
    • 提供者:sepulvedalema
  1. OsgMFCSDI

    0下载:
  2. OSGmfc的展示 一头牛在窗口中,模型更具窗口的大小改变分辨率-OsgMFCSDI
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:42735
    • 提供者:hrkongkai
  1. test

    0下载:
  2. 设计实现哲学家就餐问题。有五个哲学家围坐在一圆桌旁, 桌中央有一盘通心粉, 每个人面前有一只空盘子, 每俩人之间放一只筷子, 每个哲学家的行为是思考, 感到饥饿, 然后吃通心粉。 为了吃通心粉, 每个哲学家必须拿到两只筷子, 并且每个人只能直接从自己的左边或右边去拿筷子。-Design and implementation of the Dining Philosophers Problem. There are five philosophers sitting around a round
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1431
    • 提供者:李有很
  1. zhexuejia

    0下载:
  2. 设有5个哲学家,共享一张放有5把椅子的桌子,每人分得一把椅子,但是,桌子上共有5只筷子,在每人两边各放一只,哲学家们在肚子饥饿时才试图分两次从两边拿起筷子就餐。 -There are 5 philosophers sharing a chair placed five tables, each share of a chair, however, a total of five chopsticks on the table, in each place one on each side,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1197
    • 提供者:陈超
  1. RandomizedQuicksort

    0下载:
  2. The steps are: 1. Pick an element, called a pivot, from the list. 2. Reorder the list so that all elements which are less than the pivot come before the pivot and so that all elements greater than the pivot come after it (equal values can go ei
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:113589
    • 提供者:Clay84
  1. LiTi

    0下载:
  2. 我这样解读,listener1,listener2, ...listenerN 都注册到线程1中. 事件都触发了于是就开始从listener1 开始响应,响应完了listener1,后再响应listener2, listenerN. 但是这里因为 listener1, 虽然启动了要更新界面,但是只是触发了listener2(我们假设listener2去更新界面),因为listener1 一直没有返回,所以一直轮不到 listener2执行.所以我们让listener1很快返回的话,界面就可以更新
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:55295
    • 提供者:
  1. MY_QUICK

    0下载:
  2. 1. Pick an element, called a pivot, from the list. 2. Reorder the list so that all elements with values less than the pivot come before the pivot, while all elements with values greater than the pivot come after it (equal values can go either way
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:584
    • 提供者:synthia
  1. activeContoursSnakesDemo

    0下载:
  2. 本演示实现了主动轮廓模型由Kass等人提出。 要运行它的图形用户界面 1。基于MATLAB型引导提示。 2。关于“到现有的图形用户界面,点击” 3。选择在与本文件相同的目录snk.fig文件 4。按一下上方的绿色箭头启动图形界面 一旦GUI已经启动,您可以通过使用蛇 1。点击“新形象”,并加载输入图像。提供的样品图像。 2。平滑参数设置“西格玛”或保留其默认值并点击“过滤器”。这将平滑图像。 3。只要你点击“过滤器”,头发会出现交叉
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:334204
    • 提供者:zhou
  1. picknum

    0下载:
  2. this program will help you to pick a random number out of an array
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:721
    • 提供者:samiio
  1. check

    0下载:
  2. stl文件存在许多冗余点,此函数用来去除冗余点,重建拓扑结构-pick up points in stl files
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:2739
    • 提供者:袁玉健
  1. jixieshoubi

    0下载:
  2. 机械手臂动作简单模拟,主要有:左右手的拿起和放下-Simulated robot movements are simple, there are: left and right of the pick up and drop
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1350
    • 提供者:张暴
  1. videofig

    0下载:
  2. A figure ready to scroll through and play videos. You can also draw any custom graphics on it.-VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3883
    • 提供者:DT丿灬雪狼
  1. RJ-MCMC

    1下载:
  2. 可逆挑转马尔科夫链门特卡洛算法实现代码(在matlab下实现的)-Reversible Markov chain transfer gate pick Teka Luo algorithm code (in matlab under implementation)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:39684
    • 提供者:linda
  1. spw

    0下载:
  2. 信号处理的快速傅里叶变换,自己挑的程序,如果运行不正确,请更改-The fast Fourier transform signal processing, pick their own procedures, if running is not correct, please change
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:723
    • 提供者:wo
  1. rescue

    1下载:
  2. rescue 孤岛营救问题 大兵瑞恩被关押在迷宫的东南角,即(N,M)单元里,并已经昏迷。迷宫只有一个入口, 在西北角。也就是说,麦克可以直接进入(1,1)单元。另外,麦克从一个单元移动到另一个 相邻单元的时间为1,拿取所在单元的钥匙的时间以及用钥匙开门的时间可忽略不计。-island to rescue Private Ryan, rescue issues to be held in the southeast corner of the maze, namely (N, M)
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-26
    • 文件大小:313980
    • 提供者:yjian
« 12 3 »
搜珍网 www.dssz.com