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

搜索资源列表

  1. HeapSort

    0下载:
  2. 最大堆的生成、堆排序,以及一个简单的最大优先队列的实现。-The largest generation heap, heap sort, as well as a simple realization of the greatest priority queue.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:3960
    • 提供者:crazy
  1. h34991093--

    0下载:
  2. 老鼠走迷宮 用堆疊或是序列的方式 可輸入或讀取檔案 幫助完成程式碼-CODING WITH STACKS OR QUEUE CAN MAKE IT WORK
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:594
    • 提供者:AAAA
  1. EightCode

    0下载:
  2. 这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。-This process is the realization of artificial intelligence in the A* algorithm, the algorithm follow the book to do. Queue is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:6989
    • 提供者:hongyue
  1. topo2RED

    0下载:
  2. This scr ipt give u the performance analysis to 3 congestion control algorithm Tahoe,Reno and Vegas with the help of x-graph using RED queue mechanism on sample network topology.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1946
    • 提供者:Ankur
  1. Bank-Queue-Management-System

    0下载:
  2. 基于Visual C++环境下编写的完整银行排队系统C代码。界面优美,程序易懂。-Environment based on Visual C++ to prepare a complete line banking system C code. Beautiful interface, the program easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1952432
    • 提供者:Sunny kim
  1. main

    0下载:
  2. artificial neural network Queue management algorithm for network simulator 2 in linux
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8070
    • 提供者:tepedibi
  1. a-single-channel-analog

    0下载:
  2. 本课程设计要求模拟实现一个的单道批处理系统的作业调度。通过具体的作业队列、作业调度算法等功能的实现,加深对单道批处理系统的作业调度实现过程的理解。-The course design requirements to achieve a single-channel analog batch job scheduling system. Through specific job queue, job scheduling functions such as implementation of th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:593632
    • 提供者:hezhiqiang
  1. shuangduandui

    0下载:
  2. 双端队列应用于优化算法,解决竞赛题:由题目所说,Mr Pote有n个袋子装豆子。Mr Pote从中进行挑选包装,要求找出连续一列袋子,使得它们的豆子总和s在满足s p<=k条件下最大 ,以保证被狗狗吃掉的最少,并且Mr .Pote装的豆子最多。最后输出狗狗吃掉的豆子数目,即s p的结果。 抽象后表述为:给定n,p,k,以及n项数列[wi],要求找出其一个连续子序列,使得其和s在满足s p<=k的条件下最大,输出s整除p的结果。-Double-ended queue used in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:549888
    • 提供者:ChenSiyu
  1. code

    0下载:
  2. 模拟排队论中的ErlangA模型,到达时间,服务时间,放弃时间服从指数分布-simulation about queue theory
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:5592
    • 提供者:帅帅琦
  1. link-list-as-a-queue-

    0下载:
  2. // Author: Mohammed Ali Akbani // E-mail: duke@samwonline.com // Level : beginner // Please do not repost it in you name, and vote for me.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:905
    • 提供者:ahmadfatemi
  1. Hospital-outpatient-waiting

    0下载:
  2. 医院门诊候诊的队列管理-Hospital outpatient waiting queue management
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1764
    • 提供者:shirley
  1. queue

    0下载:
  2. 八皇后问题的求解,输出八皇后的九十二种解法-Solving the eight queens problem, the output of the eight Queen' s ninety-two kinds Solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:933
    • 提供者:千羽寻叶
  1. OptaPlanner

    0下载:
  2. OptaPlanner是一个轻型嵌入式优化的规划引擎,可以解决雇员排班、日程调度、课程表、车间调度等问题。-OptaPlanner is a lightweight, embeddable planning engine that optimizes planning problems. It solves use cases, such as: Employee shift rostering: timetabling nurses, repairmen, ... Agen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:396457
    • 提供者:许任
  1. 8queue

    0下载:
  2. 八皇后问题的遗传算法解法.八皇后问题八皇后问题-8 queue
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:22775
    • 提供者:沈猴子
  1. 迭代法图像复原算法3月20日改

    0下载:
  2. 使用C#的WPF与打印机调用打印例子。使用PrintDialog 类,用打印队列实现打印。利用vc6.0+opencv实现人脸识别(Use C#'s WPF and printer to call the Print example. Use the PrintDialog class to print with a print queue. Using vc6.0+opencv to realize face recognition)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:211968
    • 提供者:zidong
搜珍网 www.dssz.com