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

搜索资源列表

  1. AfxBeginThread

    1下载:
  2. 采用AfxBeginThread创建工作线程。采用素数的判断来演示,涉及到多参数的传递,消息的响应和信息的实时显示等。-Using AfxBeginThread to create a working thread. The judgment of the prime number is used to demonstrate the multi parameters, the response of the message and the real-time display of the in
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:5385216
    • 提供者:林林
  1. [7-1]EnumRemoveProcessThreadNotify

    0下载:
  2. 枚举与删除进线程回调,进程回调可以监视进程的创建和退出-Enumerate and delete into the thread callback, the callback process can monitor the process of creating and exit
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:6593
    • 提供者:石林
  1. threadPool

    0下载:
  2. 创建线程池,这是一个安全的线程池,可以创建指定大小的线程池,实现高效率。-Create a thread pool, this is a security thread pool, you can create a specified size of the thread pool, achieve high efficiency.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3393
    • 提供者:许德权
  1. Thread

    0下载:
  2. 在Java应用程序中用Thread的子类创建两个线程,这两个线程分别在命令行窗口输出20句“大象”和“轿车”;主线程在命令行窗口中输出15句“主人”。 -In the Java application, the two thread is created by using Thread s sub class. The two threads are respectively output the command line window, the elephant and car t
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3673
    • 提供者:郑涵
  1. ssl_test

    0下载:
  2. SSL多线程简单的客户端程序。使用P_thread来创建线程,具有完整的证书。-The client program document of SSL multi-thread.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-14
    • 文件大小:21860734
    • 提供者:wujinglin
  1. 3sw(pthread)

    0下载:
  2. 实验要求作到以下几点:  ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目;  ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互;  ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行  交互而且要结果输出 -The experimental requiremen
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:13695
    • 提供者:高安
  1. threeWaytoCreateThread

    0下载:
  2. 代码主要实现了windwos下面几种进行线程创建的办法,进行了对比实验-Code mainly realize the following types windwos creating thread approach, carried out comparative experiments
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-21
    • 文件大小:6105316
    • 提供者:wangyaning
  1. BMDThread

    0下载:
  2. BMDThread控件是一套相当成熟的线程控件,使用它可以让你快速的创建、管理线程-BMDThread control is a very mature thread control, use it allows you to quickly create, manage threads
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-30
    • 文件大小:43818
    • 提供者:chailang
  1. SerialPort

    0下载:
  2. 完成了串口操作的基本功能,包括读写功能、创建线程功能及线程监听等功能-Completion of the basic functions of serial operation, including read and write capabilities, to create threads and thread monitor function and other functions
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:5586
    • 提供者:xu lu
  1. driver

    0下载:
  2. 1. 硬件基于HC-SR04模块,可自行查找。 2. 代码PWM模块用于测试中断响应性能, 背光部分注释掉是因为和PWM复用了。 3. 测试中断响应性能时不要使用在中断上半部使用printk()方式,否则延时会到ms级。 4. 代码中注册的字符设备可不需要,创建的内核线程用于控制时序。 3. 由于超声波采用的是普通的GPIO中断,而且精度需要达到us级,当有许多高优先级的中断需要处理时, 驱动响应会延迟导致得到的时间不同,稳定性会大大下降,只可作为参考,如果要商用最好使用专用
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:2816
    • 提供者:赵帅
  1. socket

    0下载:
  2. 一个常见的使用套接字是为了方便一个分布式的负载系统,例如,一个缓慢的客户端机器可以通过网络和套接字的快速服务器机的计算密集型的请求,这个项目的目标是写一个客户端和一个服务器,一起创建这样的系统。程序流程可能类似于下面的: 客户端将请求一个词从用户通过标准输入输入 1这个字将被传送到服务器上的套接字连接。 2、服务器将检查单词的正确拼写和返回一个响应,该单词拼写正确,或一个响应,该单词拼写错误。 3客户端将显示服务器对用户的响应的格式化结果。例如,一个消息说
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:9364
    • 提供者:ylx
  1. prj_win32_dll

    0下载:
  2. MdcTimer为在C/C++中创建一个新的线程,在线程中开启定时器实现操作的功能-MdcTimer to create a new thread in C/C++, open timer can realize the function of operation in the thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-12
    • 文件大小:1493
    • 提供者:蒋旭峰
  1. jy

    0下载:
  2. 1. 1号进程创建2,3号两个进程 2. 2号进程执行系统命令,ls,ps,cp等 3. 3号进程创建4,5号两个进程 4. 4号进程创建两个线程Thread1,Thread2 5. Thread1:循环速出“I am child1.”5次 6. Thread2:循环输出“I am child2.”5次 7. 5号进程执行一个用户编写的可执行文件 -1. No. 2 process to create two processes 2. 2, the impleme
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:715
    • 提供者:jerry
  1. threadpool

    0下载:
  2. 线程池测试程序,根据业务需求自动创建新的线程,执行结束后注销,可设定最大线程数。evc 或vs 开发通用。-thread pool test program.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-07
    • 文件大小:1204468
    • 提供者:曹宇
  1. functibn-cmeate

    0下载:
  2. 基于MFC对话框类创建的线程,传递给线程函数2个参数-Based on the MFC dialog box class to create threads, two parameters passed to the thread function
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:63348
    • 提供者:ixkr-901134
  1. zhu

    1下载:
  2. 易语言内存注入源码例程程序调用API函数创建程序的线程钩子子程序。 -Easy language source code routines to call the API function to create a program to create a thread hook subroutine.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:9794
    • 提供者:ch225
  1. CThreadEx

    0下载:
  2. MFC多线程实例,在主线程的基础上创建一个工作线程-MFC multithreaded instance, based on the main thread to create a worker thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-12
    • 文件大小:92517
    • 提供者:刘加朋
  1. ZFCMFC

    0下载:
  2. 基于MFC对话框类创建的线程,传递给线程函数2个参数-Based on the MFC dialog box class to create threads, two parameters passed to the thread function
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-13
    • 文件大小:63365
    • 提供者:ucrmt
  1. serviceDemo

    0下载:
  2. 通过Service给服务器实时发送GPS信息,要做一些耗时的操作,同样需要在service中创建线程处理。(Using Service to send GPS information to the server in real-time, you need to do some time consuming operations, and you also need to create thread processing in service.)
  3. 所属分类:android开发

    • 发布日期:2017-12-19
    • 文件大小:60416
    • 提供者:晨123
  1. UnitMain

    0下载:
  2. 通过创建线程 ,用于监控文件目录中的文件,解析后进行备份工作(Through the creation of threads, used to monitor the file directory file, after parsing backup work)
  3. 所属分类:Delphi控件源码

    • 发布日期:2017-12-20
    • 文件大小:6144
    • 提供者:8037886
« 1 2 ... 35 36 37 38 39 4041 »
搜珍网 www.dssz.com