CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - 线程

搜索资源列表

  1. client

    0下载:
  2. 根据套接字建立TCP连接的过程,创建服务端程序,并在接收到客户端连接请求后,产生一个新的线程来处理这个客户端的通讯工作-Process to establish a TCP connection according to the socket to create a server program, and receives the client connection requests, resulting in a new thread to handle client communicatio
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:2593
    • 提供者:夏秋末
  1. phread_cleanup

    0下载:
  2. 创建一个线程,使用线程API对该线程进行清理工作-Create a thread, the thread of the threading API cleanup
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:987
    • 提供者:夏秋末
  1. multithread

    0下载:
  2. linux 多线程编程方法 linux 多线程编程方法-Linux multi-threaded programming method linux multi-threaded programming methods
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3098
    • 提供者:ww
  1. thread.c

    0下载:
  2. 实现用多线程的方法在一个文件中找到最大的整数-Achieved using a method of multi-threading in a file to find the largest integer
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-23
    • 文件大小:915
    • 提供者:金亿国
  1. startThread

    0下载:
  2. 一个用qt编写的多线程程序,是线程初学者的很好的例子-Qt prepared a multi-threaded program is a good example threads beginners
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-25
    • 文件大小:4473
    • 提供者:
  1. uart_test

    0下载:
  2. 经典串口通讯程序,通过显示的创建线程来收发数据,已经过详细注释-The classic serial communication program, to send and receive data through the display create a thread, has been detailed notes
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-03
    • 文件大小:226525
    • 提供者:弭宝瞳
  1. Embedded-experiment

    0下载:
  2. 嵌入式实验,包括: ADS下的ARM程序设计 Linux下程序开发 串口及AD转换 嵌入式Linux 线程实验-Embedded experiment,including: ADS under the ARM program design Under Linux application development Serial and AD conversion Embedded Linux Thread experiment
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-30
    • 文件大小:396744
    • 提供者:樊一鸣
  1. thread

    0下载:
  2. 多线程 多任务 C两现程序的操作 简单 易懂- Multithreading multitasking
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-09
    • 文件大小:541
    • 提供者:慕宸之恋
  1. test0805

    0下载:
  2. qtcreator 服务器端开辟独立线程接收数据-the qtcreator server end to open up a separate thread to receive data
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-28
    • 文件大小:694241
    • 提供者:clc
  1. process

    0下载:
  2. 这是一个主线程工作线程互发信号的一个demo,里面的代码还是很值得去参考的-This is a main thread work thread cross-hair signals a demo, the code inside is still very worthwhile reference
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-05
    • 文件大小:245543
    • 提供者:李叶
  1. linux-kernel-boot-thread

    0下载:
  2. linux内核启动线程学习笔记,有比较详细的讲解-linux kernel start threads study notes, a detailed explanation
  3. 所属分类:Driver develop

    • 发布日期:2017-11-17
    • 文件大小:3793
    • 提供者:xiaoyang
  1. thread_clean

    0下载:
  2. 实现Linux下多线程之间的简单通信!包括创建进程,clean进程,join_thread等应用-Simple communication between the Linux multithreaded! Including the creation process, clean process, join_thread application
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:849
    • 提供者:行云
  1. C_Program_Skill

    0下载:
  2. Linux下的C语言高级编程实例代码,包含多个内存处理,线程池处理等例子。-C high-level language programming under Linux code examples, contains examples of multiple memory processing thread pool.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:102592
    • 提供者:古月
  1. THREAD

    0下载:
  2. linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:10238
    • 提供者:贾炜
  1. QTcpThreadPoolServiceTest

    0下载:
  2. QT 线程池 + TCP 实战笔记,非常有学习价值-The QT thread pool+ TCP combat notes, learning
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-09
    • 文件大小:2739510
    • 提供者:xu
  1. 2-6-3server_thread

    0下载:
  2. 基于线程的LINUX嵌入式平台的TCP 服务器源代码,是个不错的入门资料。-Thread-based embedded LINUX platform TCP server source code, is a good introductory information.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-17
    • 文件大小:2393
    • 提供者:XIONG
  1. linux_system_pro

    0下载:
  2. Linux系统编程项目--销售信息系统 【目的】 掌握共享内存的封装使用 掌握串口编程 掌握数据报文的解码 掌握多线程/多进程编程-Linux System Programming Project- Sales Information System [Objective] To grasp the shared memory programming package uses master serial data message to master to master mult
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-18
    • 文件大小:1565047
    • 提供者:lihanwei
  1. jingcheng

    0下载:
  2. 实现了进程管理功能,察看所以线程,当然可以接所以不需要的线程-Achievement of the process management functionality, look so threads, of course, so no thread can access
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-26
    • 文件大小:14820
    • 提供者:xiao
  1. duoxiancheng-makefile

    0下载:
  2. 多线程MAKEFILE,LINUX的编程小程序-MORE XIANCHENG MAKEFILE
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:902
    • 提供者:吴秀彬
  1. spiread

    0下载:
  2. 用QT编写的通过SPI读写DSP中的参数程序,采用qt中的多线程实现读写-QT prepared using DSP via SPI read and write parameters in the program, using qt of multithreading reader
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:16064
    • 提供者:李林
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com