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

搜索资源列表

  1. JavaThreads

    0下载:
  2. 一个简单的创建Java线程的例子,创建了Class类,供初学Java参考。-A simple example of creating Java threads,creating a Class class for Java beginners reference.
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:2115
    • 提供者:HaitaoLi
  1. CreateThread

    0下载:
  2. vc 使用Win32 API创建、销毁线程的程序源码,不错,推荐-Use Win32 API to create, destroy threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:36936
    • 提供者:吴敏辉
  1. MultiThread4

    0下载:
  2. 一个简单的windows多线程实例,其功能为测试在Windows下最多可创建线程的数目-A simple multi-threaded windows instance, to test its function under Windows can create up to the number of threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:324336
    • 提供者:mrwrong
  1. java

    0下载:
  2. 1)理解线程的概念; (2)了解线程的状态和生命周期; (3)学习继承Thread 类来创建线程; (4)使用Runnable 接口。 (5)学习Runnable 接口在Applet 程序中的使用; (6)掌握Runnable 接口实现多线程的优点; (7)加深对Applet 中的几个常用方法的理解。 (8)理解线程同步的含义; (9)掌握synchronized 同步方法与synchronized 同步语句的用法; (10)学会使用Thread Group
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:111565
    • 提供者:尧勰
  1. vcthreads

    0下载:
  2. 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率-10 VC++ multi-threaded operation examples of source code, content involves how to safely terminate a thread, ho
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:131246
    • 提供者:xdh
  1. THREAD2

    0下载:
  2. 线程的应用,在EDIT框上显示可以创建线程的数目,同时也表示有多少线程在运行。-The application of thread, in the EDIT box on the display may create a thread number, also said that how many threads in operation.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1867923
    • 提供者:小李
  1. Name

    0下载:
  2. 把“汤一平老师你好”写在网页上,围绕既定的中心点翻转和环绕旋转。 编程技巧说明: 名字旋转处理:为实现立体感效果添加了缩放系数; 用Runnable接口创建多线程; 名字画法及处理是用drawline()方法实现的; 坐标变换公式的应用; 背景颜色设置为绿色,大自然的颜色,看起来更亲切; 类说明: 程序首先调用init()设置初值等,然后调用start()方法,在此方法中创建一个新的线程runner,并调用线程的start()方法,并从写线程的run()方法
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:1444
    • 提供者:祝彦超
  1. thread

    0下载:
  2. 这是对线程的基本操作程序,有5个程序,,互斥对象,创建线程,以及参数传递,很适合初学线程的学子们-This is the basic operating procedures of the thread, there are five programs, mutex, create thread, and parameter passing, it is suitable for students who are beginners thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:2213
    • 提供者:陈文
  1. JAVA-NOTE-4

    0下载:
  2. JAVA多线程详解-Java语言的一个重要特点是内在支持多线程的程序设计。多线程是指在单个的程序内可以同时运行多个不同的线程完成不同的任务。多线程的程序设计具有广泛的应用。本章主要讲授线程的概念、如何创建多线程的程序、线程的生存周期与状态的改变、线程的同步与互斥等内容。-JAVA multi-threading Detailed An important feature of the Java language is inherent support for multi-threaded pro
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:36261
    • 提供者:凤凰泪
  1. MySocket

    0下载:
  2. 多线程的socket编程,服务器可以处理多个客户端的请求,并创建线程进行处理。-Multithreaded programming socket, the server can handle multiple requests from clients, and create the thread processing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2448921
    • 提供者:王俊
  1. MThread

    0下载:
  2. 多线程的socket编程,服务器可以处理多个客户端的请求,并创建线程进行处理。-Multithreaded programming socket, the server can handle multiple requests from clients, and create the thread processing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2332361
    • 提供者:王俊
  1. Processes-and-threads

    0下载:
  2. Processes and threads包括使用Win32 API创建、销毁线程——控制进度条,创建MFC用户界面线程,创建MFC工作者线程,进行耗时计算,设置线程的优先级,使用全局结构进行线程间的通信,使用自定义消息进行线程间的通信,使用事件对象进行线程间的通信等-Processes and threads, including using the Win32 API to create, destroy the threads- to control the progress bar, c
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:976977
    • 提供者:阳光
  1. linux-source-file

    0下载:
  2. linux的入门级源程序,进程创建,线程的运行等-Linux entry-level source program, process creation, the operation of the thread
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:29600
    • 提供者:孙祥刚
  1. Threads

    0下载:
  2. Java简简单单创建线程的小例子,生成有Class文件.-java threads
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2492
    • 提供者:songhz
  1. the-Java-Advanced-Programming

    0下载:
  2. 第1章至第4章详细介绍面向对象技术和Java类的高级特性;第5章介绍数组,主要 涉及数组的创建和使用;第6章介绍图形用户界面和事件处理;第7章讲述高级I/O处理技术;第8章 主要介绍多线程技术,包括线程的两种创建方法、线程的基本控制、线程的同步和线程的交互;第9章以 网络聊天室为例,以JBuilder9.0为开发环境,详细介绍图形用户界面设计、事件处理方法、Socket编程 技术和多线程编程技术;第10章以员工管理系统为例,详细讲述如何使用JDBC访问数据库-Chapter 1
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3640207
    • 提供者:李欢
  1. ThreadCreate

    1下载:
  2. 使用系统调用CreateThread()创建一个子线程,并在线程中显示:Thread is Running!。为了能让用户清楚地看到线程的运行情况,使用Sleep()使线程挂起5秒,之后使用ExitThread()撤销进程。-System call CreateThread () to create a child thread, the thread: Thread is the Running! . In order to allow users to clearly see the thr
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:948698
    • 提供者:slp
  1. thread2

    0下载:
  2. 在Linux系统下有一个进程创建多个线程的功能与实现-Linux systems have a process to create the function and implementation of multiple threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:11035
    • 提供者:彭亦钊
  1. MP3Player

    0下载:
  2. 本设计主要基于Visual Studio 2010编译环境下,涉及到多线程的设计,创建了两个线程,其中一个线程MP3的播放线程,另一个线程是频谱的分析线程,播放线程总是通过解码器获取数据,频谱线程根据当前播放的时间获取到正在播放的PCM数据,使用FFT计算后绘图显示。MP3解码则由由libmad开源解码库完成。-This design is mainly based on the build environment in Visual Studio 2010, related to the mu
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:640981
    • 提供者:能能
  1. MultiThread4

    0下载:
  2. MultiThread4,测试在Windows下最多可创建线程的数目。建立一个基于对话框的工程MultiThread4-MultiThread4, testing under Windows up to create the number of threads. The establishment of a dialog-based project MultiThread4
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2266378
    • 提供者:zouxianjian
  1. thread_pool_success

    0下载:
  2. 线程池的封装创建、销毁。实现线程池线程的自动分配。-Package of the thread pool is created, destroyed. Automatically assigned to the thread pool thread.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:10073
    • 提供者:阿道夫
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 41 »
搜珍网 www.dssz.com