CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 多行

搜索资源列表

  1. Threadqxc

    0下载:
  2. 分别利用函数AfxBeginThread 和函数 CreateThread进行多线程编程。并对线程就行了简单策控制。-respectively AfxBeginThread function and the use of function into CreateThread the multi-threaded programming. Also on the trip threaded a simple control strategy.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:43.71kb
    • 提供者:王光
  1. Jbc

    0下载:
  2. 公司用的考勤系統.主要收集數據及執行考勤. 用多線程使處理大數據時不會出現假死的現象/-company with the attendance system. The main data collection and implementation of attendance. Multi-threaded processing of large data will not emerge when the phenomenon of the writings /
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:69.84kb
    • 提供者:lison
  1. Multithreading_Serial_Communication_C_code

    0下载:
  2. 用VC++写的关于多线程串行通信的应用,程序编译的效果比较好,可根据需要做些修改。
  3. 所属分类:进程与线程

    • 发布日期:2014-01-16
    • 文件大小:733.63kb
    • 提供者:quanxiu
  1. 705664236Excel

    0下载:
  2. 多线程间的通信,用API创建的线程与MFC创建的线程之间时行了比较。-Multi-threaded communication between
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:115.22kb
    • 提供者:kandy
  1. multithread

    1下载:
  2. 多线程的程序,求素数。用户运行程序时在命令行输入一个素数,然后程序创建一个独立新的线程来输出小于或等于用户所输入数的所有素数。-Multithreaded program, find the prime numbers. When users run the program on the command line enter a prime number, then the program creates a separate new thread to output less than or
  3. 所属分类:Process-Thread

    • 发布日期:2015-10-31
    • 文件大小:126kb
    • 提供者:erevus
  1. sample

    0下载:
  2. 在VS2005环境下,使用MFC实现一个马赛克图片特技的多线程播放。将打开按钮的响应函数中屏蔽的代码打开可以看到串行程序的效果。通过二者的对比可以深刻体会串行程序与多线程程序的区别。这是我自己写的,在讲课中用的一个小示例程序。-In the VS2005 environment, the use of MFC stunt the realization of a mosaic picture of the multi-threaded playback. Button will open the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:46.55kb
    • 提供者:gausegao
  1. LU

    0下载:
  2. LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2.03kb
    • 提供者:zzh
  1. Multithreading

    0下载:
  2. 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:40.77kb
    • 提供者:何平
  1. 20073131394675

    0下载:
  2. 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-To achieve a simple and easy-to-use multi-threaded serial communication interface, you can switch to receive queries and automatic mode, the data on the serial transceiver
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:164.62kb
    • 提供者:lin
  1. lsCommDemo

    0下载:
  2. 一个vc++多线程串行通讯接口源代码 一个VC++比较简易的多线程串行通讯接口,具有切换查询和自动接收两种模式,进行对串口数据收发,同时还支持大数据传送,感觉挺实用的类库源码,有空时候也可以研究一下源代码-A vc++ multi-threaded serial communication interface, VC++ source code for a relatively simple multi-threaded serial communication interface, wit
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:102.76kb
    • 提供者:andysun
  1. lsCommDemo

    0下载:
  2. 一个VC++比较简易的多线程串行通讯接口,具有切换查询和自动接收两种模式,进行对串口数据收发-A relatively simple VC++ multi-threaded serial communication interface with switching queries and automatically receive two modes for sending and receiving of serial data
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:100.68kb
    • 提供者:吴清德
  1. multi-thread-com-comunication

    0下载:
  2. vc6.0下的多线程串行通信,实现几个线程对串口同时操作-vc6.0 implemented multi-threaded serial communication
  3. 所属分类:Process-Thread

    • 发布日期:2015-07-16
    • 文件大小:78kb
    • 提供者:xiepeng
  1. Program1

    0下载:
  2. 使用多线程,两个矩阵相乘。这两个矩阵将有3行3列。使用随机数发生器来填充整数矩阵-multithreading to multiply two matrices. Both the matrices will have 3 rows and 3 columns
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:33.3kb
    • 提供者:lee
  1. Threaded

    0下载:
  2. 多线程程序,未进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行 的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:761byte
    • 提供者:ASIN
  1. failed-to-translate

    0下载:
  2. 】从实践和理论角度汇总了W indow s 下异步串行通信编程的基本规律和常见方法, 指出了各种编程方法 的优势和不足, 重点阐述了如何扬长避短、综合应用各种方法编程实现可靠而高效的串行数据通信, 突出说明 了怎样使用“特定通信协议和定时机制、多线程优化和W inA P I”的最优串行编程的数据接收过程实现。 -T he p ap er co llects the ru les and m ethods abou t the serial comm un ication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:139.38kb
    • 提供者:就是
  1. threadandword.zip

    0下载:
  2. 通过多线程将多个word根据行号解析,其中用到了多线程技术,ini文件等,thread and word
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-04
    • 文件大小:1.1mb
    • 提供者:gaoxin
  1. Thread

    0下载:
  2. 多線程 Demo 可以查看多線程與主程序的交互,與獨立執行.-Thread Demo
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2.21mb
    • 提供者:小米
  1. sourcj-blocked-definition

    0下载:
  2. 多列显示的列表框,还行,自己看看,可以看看()
  3. 所属分类:进程与线程

    • 发布日期:2017-12-31
    • 文件大小:13kb
    • 提供者:shysical
搜珍网 www.dssz.com