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

搜索资源列表

  1. kecsj_java

    2下载:
  2. JAVA课程设计!用线程来实现比较查找、排序算法的运行时间,第一部分是将顺序查找、折半查找算法设计成线程并同时运行来比较两种查找算法,第二部分是将冒泡排序、快速排序及选择排序设计成线程并同时运行来比较三种排序算法。本程序使用流行的GUI界面设计。-Java curriculum design! Using thread to achieve more search, algorithm running time, the first part of the order is to locate,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.56kb
    • 提供者:爱情无敌
  1. sms_que

    0下载:
  2. 一个实现可以在进程间或者线程间通信的高效环形队列类,特别适用于那种生产者/消费者模型的应用中-an achievement in inter-process communication between threads or efficient circular queue category, particularly applicable to the kind of producer / consumer model of the application
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7kb
    • 提供者:杨雨虹
  1. Generic_Pool_demo

    0下载:
  2. Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grow
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:170.19kb
    • 提供者:zhuxin
  1. spectral

    0下载:
  2. The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, inc
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:480.88kb
    • 提供者:薛斌
  1. 动态演示

    1下载:
  2. 三种排序方法的动态演示,可以同时开启多个线程,同时用不同的方法进行排序,直观的判断不同算法的排序效率。-three sequencing method of dynamic presentations, it also opened a number of threads, in addition to the use of different methods for sequencing, intuitive judgment different sorting algorithms effi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50.17kb
    • 提供者:李永强
  1. 人工智能要求

    0下载:
  2. //主函数,主要是用于启动用于模拟虚存活动和进行监控的两个线程;-/ / main function is mainly used to launch virtual memory used to simulate and monitor activities of the two threads;
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.02kb
    • 提供者:张亚
  1. xianchengtongbu

    0下载:
  2. 在访问临界区的问题当中,因为临界区在一个时间只允许一个进程访问,因此为了解决同步问题,我们要用到线程同步机制。首先创建两个共享数据资源的并发线程。在没有同步控制机制的情况下,观察某些异常现象。针对这样的问题,采用两个解决方案:①利用Windows和mutex机制,②采用软件方案,并比较这两种方案的性能优劣。-During his visit to these critical areas, as critical a time in a process only allows access to
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.44mb
    • 提供者:小江
  1. Tanenbaum

    0下载:
  2. Processes and Threads
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.5mb
    • 提供者:vitor
  1. thread

    0下载:
  2. 多线程进行二分排序法,递归产生新线程,每一个父线程产生两个子线程,接着父线程对两个子数组进行合并-Multi-thread two hours sorting method, recursive generate a new thread, each thread is a parent produces two sub-threads, then the parent thread to merge the two sub-arrays
  3. 所属分类:Data structs

    • 发布日期:2016-04-18
    • 文件大小:8.31kb
    • 提供者:张韶远
  1. BCC_T2B_G3B_psrs

    0下载:
  2. This code sorts a integer vector using QuickSort with p-threads.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3.02kb
    • 提供者:Schezar
  1. elevator

    0下载:
  2. 核心部分为电梯调度控制台。控制台拥有电梯状态及电梯工作任务队列同时负责电梯任务的分配。任务分为二种,外部按钮任务和内部按钮任务。 外部按钮任务需要先寻找最佳来执行这项任务的电梯,根据任务和电梯当前的运行状态来判断,又有以下四类:1、电梯同向可以执行;2、电梯空闲;3、电梯逆向;4、电梯同向不可执行。判断顺序即为1、2、3、4。判断任 务属于哪一种类型,按照该类型特点插入任务队列。 内部按钮已经制定执行电梯,因此需判断执行方向后插入队列即可。 当警报按钮按下时候,清空所有队列任
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:632.27kb
    • 提供者:郭皓
  1. The-AI-in-PC-games-production

    0下载:
  2. 浅谈人工智慧 电脑游戏中的人工智能制作 棋类编程 部分1: 开始 棋类编程 部分2: 数据结构 棋类编程 部分3: 产生移动 棋类编程 部分4: 基础搜索 棋类编程 部分5: 高级搜索 棋类编程 部分6: 评估函数 工人的战略部署线程 使用可能的地形指派任务 怎样编写迂回前进的程序 类似帝国时代游戏的人工智能 模糊人工智能 Hierarchal 人工智能 Comp.A
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-05-04
    • 文件大小:919kb
    • 提供者:陈真
  1. guitusaipao

    0下载:
  2. 模拟兔子和乌龟赛跑,用线程来控制兔子和乌龟的随机休息,和奔跑。最后报告赢家。用Vc++的win32 应用程序编的-Rabbit and tortoise race simulation with threads to control the hare and the tortoise random break and run. Final report of the winner. With Vc++ win32 application compiled
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:33.02kb
    • 提供者:萧潇
  1. CRFPP-0.53

    1下载:
  2. 基于CRF++-0.53的改良版,修正了模型输入时多行空行导致的线程错误,优化了多线程操作,除LBFGS无法优化外,其余迭代操作全部多线程化,66MB模型在16线程服务器上运行,内存占用5.35GB,CPU利用率一般100 ,只有运行LBFGS时为7 。仅支持64位Windows操作系统,使用VC2008编译,不支持32位操作系统或Linux(Windows线程模型)。-Optimized CRF++-0.53. Fixed multi-empty line input bug. Optimiz
  3. 所属分类:Algorithm

    • 发布日期:2015-10-17
    • 文件大小:43kb
    • 提供者:吴岳
  1. sleep_algorithm

    0下载:
  2. 这是睡眠排序算法的Go语言版,该算法是一个天才程序员发明的,想法很简单,就是针对数组里的不同的数开多个线程,每个线程根据数的大小睡眠,自然睡的时间越长的,数越大-This is the sleep the Go language version of the sorting algorithm, the algorithm is a genius programmer invention, the idea is simple, it is a different number for the
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:356.02kb
    • 提供者:许晨峰
  1. SVM-MT

    0下载:
  2. 基于libSVM-v310的完全多线程化libSVM,仅读写文件在框架内无法优化。svm-predict不需要openmp支持,svm-train需要打开openmp支持。VS2008编译。修改MAX_THREAD可以调整svm-predict线程数。-A fully multi-thread optimized libSVM based on libsvm-3.10. svm-predict won t need openmp however svm-train requires. The p
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:19.9kb
    • 提供者:
  1. video

    2下载:
  2. 采用QT做界面,使用QT的UDP协议。创建两个线程,一个用来读本平台的音频设备的语音信号(即录音),然后通过udpSocket发给对方设备,一个用来接收对方设备通过udpSocket发过来的语音信号,并把语音信号写到本平台的音频设备上(即播放语音)-Using the QT interface to do, use the QT UDP protocol. Creates two threads, the speech signal to a reader platform audio equi
  3. 所属分类:压缩解压

    • 发布日期:2013-11-05
    • 文件大小:46.18kb
    • 提供者:张昊
  1. gmm_mt

    0下载:
  2. fficient GMM clustering using Multiple Threads
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:17.54kb
    • 提供者:tariq
  1. kmeans_mt

    0下载:
  2. Efficient Kmeans using Multiple Threads
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:8.07kb
    • 提供者:tariq
  1. ThipnaermbedeaR

    0下载:
  2. This paper analysed the kernel of embedded real-time operating system ARTs-OS. And then we discussed the framework of network system and its way of work. From the basic functions ARTs-OS micro-kernel provides, we developed the basic strategy to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:4.49mb
    • 提供者:yangs
« 12 »
搜珍网 www.dssz.com