CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - thread

搜索资源列表

  1. NuCleus

    0下载:
  2. 描述了nucleus内核中线程调度相关的函数说明-Describes the nucleus in the kernel thread scheduling related functions
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3691350
    • 提供者:lipeng
  1. POSIX-Threads-Programming_Modified_07_03_2015

    0下载:
  2. Tutorial Using LLNL s Supercomputers workshop. (Modified: 07/03/2015) Parallel programming with threads. Introduction to concepts, motivations, and design considerations for using Pthreads. Thread Management, Mutex Variables,Condition Variabl
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:354143
    • 提供者:Alex Z
  1. Uhaomi_gr

    0下载:
  2. 独立查询域名是否注册,并有辅助线程查询其它域名信息,为提高查询速度建立坚强后盾.在频繁查询时, 域名服务器,可能无法及时返回信息,可以尝试使用 查询等待, 有效避免服务器忙的域名状态. -Multithreaded independent inquiry whether the domain name registration, and other auxiliary thread queries the domain information, the establishment of stro
  3. 所属分类:Project Manage

    • 发布日期:2017-05-13
    • 文件大小:2840365
    • 提供者:yyawey
  1. rtthread_manual.zh

    0下载:
  2. RT Thread操作系统教程,主要是介绍RTThread系统的编程指南,希望对大家有帮助-RT Thread operating system course, mainly introduces RTThread system programming guide, hope to help everyone
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2070259
    • 提供者:hgjk
  1. CPP-Extended-Programming

    0下载:
  2. 本文是一个关于C++扩展编程的实例,介绍了多线程编程、线程同步机制、线程同步锁lock、工作队列Job Queue、线程池thread pool-This article is about C++ extensions programming examples, describes the multithreaded programming, thread synchronization mechanism, thread synchronization lock lock, work queu
  3. 所属分类:Document

    • 发布日期:2017-04-29
    • 文件大小:41634
    • 提供者:lbhnnyxy
  1. Android-message-processing-system

    0下载:
  2. 是一篇深入理解Android中的Looper、Handler、Thread三者相互关系的文档。-It is a deep understanding of stars and the relationship between Handler and the Thread in the Android documentation.
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:105544
    • 提供者:nia
  1. test_Threads

    0下载:
  2. This sample show you how behaviour, working with Thread Changing JPanel inside another, this is useful to view the Exception of type java.lang.IllegalStateException.
  3. 所属分类:Software Testing

    • 发布日期:2017-04-15
    • 文件大小:6666
    • 提供者:clauditacol
  1. ticket

    0下载:
  2. 这是一个java线程的买票系统,解决同步问题.-This is a java thread to buy a ticket system to solve the problem of synchronization.
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:768
    • 提供者:莫圣
  1. yuruiguling

    0下载:
  2. 炒股类资金分析软件 Ver1.2版 2015-08-10 1、优化了自动更新代码,实现自动检测和提醒 2、添加了 查看增持、查看减持排序功能 3、添加了 个股资金汇总及数据分析 使你可以清楚地了解近2周内,哪些股票增持最多,哪些股票减持最多。 4、修改了股票小行情图为 搜狐股票 数据 5、添加了实时解盘功能,帮助你一起决策(免费) Ver1.1版 2015-08-03 1、对部分代码进行了优化,引入线程操作 2、增加了新版本自动检测,提
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:2023323
    • 提供者:wdywmz
  1. DES(CPU-16INT)

    0下载:
  2. 破解DES的PC端程序,使用的(CPU 16线程 加解密 修正多线程_INT)只是提供一种多线程编程破解DES的方法-PC-side program to crack DES, used (CPU 16 thread multithreaded encryption amendment _INT) is to provide a multi-threaded programming methods to break DES
  3. 所属分类:software engineering

    • 发布日期:2017-05-31
    • 文件大小:12895209
    • 提供者:骆扬
  1. code

    0下载:
  2. 进程(Process)是计算机中的程序关于某数据集合上的一次运行活动,是系统进行资源分配和调度的基本单位,是操作系统结构的基础。在早期面向进程设计的计算机结构中,进程是程序的基本执行实体;在当代面向线程设计的计算机结构中,进程是线程的容器。程序是指令、数据及其组织形式的描述,进程是程序的实体-Process is a computer program on a data set on the first run activities, it is the basic unit for resou
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:38226
    • 提供者:陈马明
  1. ProtothreadS-(2)

    0下载:
  2. 该文档描述了protothreads的使用方法。protothreads是一个由国外牛人Adam Dunkels写的原始线程文件,它提供了一种实现轻型线程的功能,不用线程堆栈,简单方便-This document describes the use of protothreads. protothreads abroad is a cattle Adam Dunkels wrote the original thread file, which provides an implementati
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:131043
    • 提供者:kevin
  1. intel-80386-ref-manual

    0下载:
  2. intel386汇编参考手册:讲述了Intel汇编指令、寄存器、以及如何编程内存管理、线程调度等功能的汇编-Compiled about the Intel assembly instructions, registers, and how to program memory management, thread scheduling features: intel 386 Assembler Reference Manual
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2226208
    • 提供者:隔壁王
  1. socket

    0下载:
  2. 写入用“插座”线程通信以建立要求的服务器和客户端具有发送和接收信息的功能的Java应用程序,由服务器发送到客户端的信息是“NII”没有,客户端接收该信息后,变更它为“东软信息科学”,然后发送到服务器。-Written to use socket thread communication to establish a Java application that requires the server and c
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:874
    • 提供者:李佳
  1. memory-model

    0下载:
  2. 多核处理器为并发编程打开了一扇扇新的大门,Java内置的多线程机制可以方便地实现多个并发程序的开发以及多任务同时执行,但是Java线程之间的通信对程序员完全透明,内存可见性问题很容易困扰Java开发人员,本文将简单分析基于内存模型的Java并发编程。-Multicore processors concurrent programming has opened a new door fan, built-in Java multithreading can easily achieve devel
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1814390
    • 提供者:Pain
  1. ti.dp83867

    1下载:
  2. 千兆以太网dp83867驱动,电阻屏触摸驱动tslib以及Ubuntu中loz线程计算安装包- Gigabit Ethernet dp83867 driver, resistive touch driver tslib and Ubuntu in the LOZ thread calculation and installation package
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1338211
    • 提供者:严猛
  1. 指导4:创建线程

    0下载:
  2. 本文档是我找到的用ffmpeg库进行视频处理的关于ffplay播放器系列的文档的指导4(With ffmpeg library for video processing on ffplay create thread)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-23
    • 文件大小:69632
    • 提供者:fsm
  1. rtthread_manual.zh

    0下载:
  2. rtthread_manual (RT-Thread编程指南)(RT-Thread manual .pdf document)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-24
    • 文件大小:2116608
    • 提供者:苡竹
  1. pt-1.4

    0下载:
  2. Protothreads是一种针对C语言封装后的宏函数库,为C语言模拟了一种无堆栈的轻量线程环境,能够实现模拟线程的条件阻塞、信号量操作等操作系统中特有的机制,从而使程序实现多线程操作。(Protothreads is a kind of macro C language library package after the simulation without a stack of lightweight threads for the C language environment, the u
  3. 所属分类:软件工程

    • 发布日期:2017-12-24
    • 文件大小:260096
    • 提供者:sonyxuan
  1. AsyncAndThread

    0下载:
  2. This is a Async And Thread Test
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:185344
    • 提供者:adalao
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com