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

搜索资源列表

  1. SqQueue

    0下载:
  2. 顺序队列模板类,支持多线程。仅一个头文件定义。-Queue template class in order to support multi-threading.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:719
    • 提供者:zoulijun
  1. MultiSort

    0下载:
  2. 双线程对一系列随机数进行归并排序,使用MFC的控制台程序-Dual-threaded on a series of random numbers to merge sort, using the Console application in MFC
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:207968
    • 提供者:张韶远
  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
    • 文件大小:8512
    • 提供者:张韶远
  1. Philosophers

    0下载:
  2. 这个程序可以演示关于哲学家就餐的问题,对于理解线程的相互等待有很好的作用-This procedure can be demonstrated on the Dining Philosophers problem, each thread to wait for understanding the role of good
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1951243
    • 提供者:刘亚云
  1. philosopherhavedinner

    0下载:
  2. 该程序是描述线程的,能够帮助初学者更好的理解线程的实现过程。-this program is about thread in Java.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:122735
    • 提供者:徐良
  1. javathreadlearningmaterials

    0下载:
  2. java的线程学习资料。里面的资料几乎涉及到java的所有基础问题。-java thread learning materials. Inside the data was almost all related to basic problems of java.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:13011959
    • 提供者:
  1. ThreadSafeList

    0下载:
  2. 一个线程安全的List算法,可以在Windows/Linux下使用。-A thread-safe list arithmetic. Use it in Windows/Linux env.
  3. 所属分类:STL

    • 发布日期:2017-04-08
    • 文件大小:3560
    • 提供者:Zephyr Shannon
  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. Thread

    0下载:
  2. 简单的多线程例子 是学习多线程的很好例子-A simple example of multi-threading is to learn a good example of multi-threading
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:328425
    • 提供者:梁小华
  1. Philosopher_eating

    0下载:
  2. 操作系统多线程实验,哲学家问题,VC环境下编程实现-operating system multithreading experiments, philosophers problem, vc programming environment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:808128
    • 提供者:Jie Ji
  1. Fenqu

    0下载:
  2. VC++ 实现操作系统 进程线程 及分区-VC++ to achieve operating system process thread and Zoning
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:38539
    • 提供者:小凤
  1. SingleFileDataStorage1.4.1

    0下载:
  2. SFDS虚拟文件系统,由一系列相关文件组成,其结构类似于压缩文件(但又不是压缩文件),可用于程序开发,其优点: (1)压缩/解压由系统自动完成,用户不必在此技术上花费大师精力; (2)完全兼容Delphi之流操作; (3)流可以从虚拟文件系统中间开始、结束,不必象一般压缩文件一样,从头开始读 (4)线程安全,可从同一文档中读写多个流 (5)最大支持2G的大文件 (6)可针对流建立“快捷方式”,类似于Winodws的快捷方式方式 (7)可进行各种检索 (8)开源、免
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:478421
    • 提供者:王金其
  1. Cmpp3.0_Vc

    0下载:
  2. Cmpp3.0实现代码,滑动窗口,多线程,-Cmpp3.0 implementation code, classic.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:15223
    • 提供者:张大海
  1. Queue

    0下载:
  2. 利用队列数据结构的添加和删除来实现客户线程和服务器线程的动态变化-using the append and remove of data elements in the query complete the dynamic changing of clientthread and serverthread。
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:5779
    • 提供者:jishenda
  1. GPU-speedup

    0下载:
  2. 针对LA在解决大规模优化问题时需要消耗大量的时间无法达到实时性的问题,结合GPU的高速并行性,本文提出了一种基于GPU(Graphics Processing Unit,GPU)加速的细粒度并行免疫算法。本算法借助CUJDA(Compute Unifled Device Architecture,CUDA)统一架构,将实现过程转化成CUDA线程块并行计算过程,使得免疫算法在GPU中加速执行,在取得较好的优化效果的同时,解决了细粒度并行的群体规模限制问题,提高了算法的运行速度。-Solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2886968
    • 提供者:逍遥
  1. taxis

    1下载:
  2. 多线程查看数据排序算法,查看各种算法的时间-Multi-threaded view data sorting algorithm, see all the algorithm' s time
  3. 所属分类:Data structs

    • 发布日期:2016-04-05
    • 文件大小:168960
    • 提供者:陈辉彬
  1. Csharp-Genetic-Algorithm--

    0下载:
  2. 一个简单的遗传算法在c#。它将不会多线程,也有异国情调的操作人员和收敛标准(例如一种情形发现许多解决方法是非常相似的)。它只是证明遗传算法在托管代码,利用的一些特点。net的运行时间。 -A simple genetic algorithm in c#. It will not be multi-threaded, there are also exotic operators and convergence criteria (for example, found that many so
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:39577
    • 提供者:zsepy
  1. UiTSP

    0下载:
  2. 采用开源遗传库EO基于遗传算法的TSP问题,采用qt界面,后台算法与前台界面多线程-Genetic libraries using open-source EO TSP problem based on genetic algorithm, using qt interface, the interface with the front desk back multi-threaded algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:18086239
    • 提供者:chenb
  1. RayTrace---0

    0下载:
  2. 声 线 跟 踪 计 算 程 序,raytrace,
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:164546
    • 提供者:LuXiuPing
  1. multi

    0下载:
  2. 利用多线程技术实现快速和冒泡两个排序算法,每个算法一个线程,直观地显示排序算法对输入数据的排序过程。-Using multi-thread technology for fast and bubbling two sorting algorithms, each algorithm is a thread, visual indication of the input data sorting algorithm sorting process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1291
    • 提供者:ZKY
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com