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

搜索资源列表

  1. CoreJava

    0下载:
  2. 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:375452
    • 提供者:蒋中华
  1. 3

    0下载:
  2. java thread programming,java线程编程-java thread programming, java thread programming
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1340509
    • 提供者:xuke
  1. Thread

    0下载:
  2. 基于windows API来实现的一个Thread类,参考了VCL里的TThread-An implementation of Thread class based on windows API. Reference TThread of VCL
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:老杨
  1. MyLinuxThread5-25[1].tar

    0下载:
  2. LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10328
    • 提供者:wsd
  1. Rea_Time_Multi_threadSerial_Communication_Technolo

    0下载:
  2. 本文结合汽车配件厂工厂制造执行系统(MES)的开发实践,介绍和讨论了一种基于多 线程串口通信的实时数据采集系统的设计和实现方法,讨论了在设计和实现该系统的时候必 须考虑和注意的要点,并对系统在实现中涉及的多线程处理技术、串行通信、数据库访问技 术和Socket 通信技术作了较为详尽的说明。-This paper introduces one of real time data collecting system which is designed and implemented
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:150172
    • 提供者:士大夫
  1. Thread_program

    0下载:
  2. 一个关于delphi线程的范例,举例简单的线程使用例子.-A thread about delphi examples, for example the use of a simple example of thread.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:174999
    • 提供者:吴秋华
  1. nptl-design

    0下载:
  2. nptl的设计文档,英文版 The Native POSIX Thread Library for Linux-The Native POSIX Thread Library for Linux
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:266779
    • 提供者:idanceyang
  1. kthread_file.tar

    0下载:
  2. Reference code on Linux kernel thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4058
    • 提供者:vinoth
  1. multiftpthreadprj

    0下载:
  2. 用C#编写了多线程的程序,大家相互学习.希望能够在这里认识很多的编程爱好者-this program is for ftp multi-thread. We can learn each other.Bless
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:91290
    • 提供者:胡伟
  1. l-thread

    0下载:
  2. An exercise with thread of C. If you want to explore this programming language you must know the thread and parallel programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:7311
    • 提供者:lupsyn
  1. thread

    0下载:
  2. 多线程示例1_子线程执行顺序的控制 -Examples of multi-threading sub-1_ control thread execution sequence 1_ sample multi-threaded implementation of the order of sub-thread of control
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:71988
    • 提供者:孟凡华
  1. THREAD

    0下载:
  2. MFC开发的生产者与消费者模似软件,多线程编程,对话框界面。-I am Chinese,rk I can t use English.But I already pass the Band four.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:321183
    • 提供者:加高
  1. Thread

    0下载:
  2. java源代码,界面是两个窗口,彼此进行信息的输入和发送,具备清除信息的功能,是利用两个线程编程实现信息的传递-java source code, interfaces are two windows, each other' s input and information sent with the function of clear information is the use of two-thread programming implementation of the transm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:13388
    • 提供者:韩雪
  1. thread

    0下载:
  2. 介绍线程的使用方法,注释完整,完整描述了线程在Java语言中的使用方法。-use of thread in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:33606
    • 提供者:关键
  1. Dijkstra-omp

    0下载:
  2. C语言和OpenMP编写的可在多核或SMP处理器上进行多线程运行的最短路径算法。可了解多核多线程和OpenMP的并行编程技术。-C language and can be prepared OpenMP or multi-core processors on SMP multi-threading to run the shortest path algorithm. Learn to multi-core multi-thread and OpenMP parallel programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:computing
  1. CSHarpThreadProgramming

    0下载:
  2. C#线程同步 C#线程同步,谢谢大家的支持!-C Sharp Thread Synchronization C Sharp Thread Synchronization C Sharp thread synchronization, I would like to thank everyone support!
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:22268
    • 提供者:周乐
  1. OS_project_Thread

    0下载:
  2. Purpose Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system. - introduction 1. Purpose Aim to setup a s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1002534
    • 提供者:Xiwen
  1. Thread

    0下载:
  2. a simple thread program to print numbers it can be synchronized with operating system tickms by including t1.sleep(1000) <time in milliseconds> in the ADD() method
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6161
    • 提供者:ashishshevale
  1. a

    0下载:
  2. A multi-threaded simple crawler with C# socketsmulti-thread-simple-crawler-socket
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:469069
    • 提供者:cerberus
  1. thread

    0下载:
  2. java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现?? 部分代码如下, public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute( ),也可以同步!!! public void execute(){ // synchronized(lock){ for(int i=0 i<
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:24436
    • 提供者:firezxm
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com