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

搜索资源列表

  1. vxworks_guide

    0下载:
  2. Vxworks操作系统详解,包括操作系统结构、线程和进程之间的关系、操作系统内核编程-Vxworks operating system, explain, including the relationship between the operating system structure, threads and processes, the operating system kernel programming
  3. 所属分类:VxWorks

    • 发布日期:2017-05-08
    • 文件大小:1733329
    • 提供者:徐燕
  1. 22-ThreadEvent

    0下载:
  2. wince线程示例,创建进程,打开WORD进程,只需前2个参数(名字、目录)-the wince thread example, to create the process, open the WORD process, only the first two parameters (name, directory)
  3. 所属分类:Windows CE

    • 发布日期:2017-05-06
    • 文件大小:1489638
    • 提供者:王雅文
  1. 23-SyncThread

    0下载:
  2. 创建事件句柄,第一个属性,第二个是否手动设置,第三个初始状态true表示被线程拥有,第四个名字为空,因为在同一进程中-Create an event handler, the first attribute, the second is to manually set, the third of the initial state of true indicates that the thread has a fourth name is empty, because in the same p
  3. 所属分类:Windows CE

    • 发布日期:2017-05-08
    • 文件大小:1925235
    • 提供者:王雅文
  1. samplecode

    0下载:
  2. Linux下用C写的几个包括进程、线程、文件读写、linux网络编程的小程序 -Under Linux written with C several threads documents including process of reading and writing Linux network programming small programs
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:4305
    • 提供者:Lewph
  1. spi

    0下载:
  2. 这是一个spi模块的程序,对于深入了解linux驱动编程非常有益。其中涉及了中断、调度、多线程编程等-This is a spi-module program is very useful for in-depth understanding of the linux driver programming. Which deals with the interrupt, scheduling, multi-threaded programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:3398
    • 提供者:zhushiqun
  1. linux_multi_thread

    0下载:
  2. 创建了一个linux多线程程序,通过俩个互斥量来实现线程同步,顺序打印出从1到100的数字。-Create a linux multi-threaded program, both mutex to synchronize threads, the order to print out the number from 1-100.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:3212
    • 提供者:刘志军
  1. VTune-Test-Application

    0下载:
  2. 这是两个Linux VTune功能测试程序。serialpi是单线程求π值的应用,而threadpi是根据处理器最佳并行数设置的多线程求π值的应用,这两个程序可以演示VTune演示多线程并行的性能改善。-This is the Linux VTune functional test procedures. serialpi is single-threaded seek the value of π the applications threadpi is the application bas
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:2226
    • 提供者:李光华
  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. get-system-time-in-Multi-threaded

    0下载:
  2. 在多线程中用获取系统时间,如何使用多线程-The thread used to obtain the system time
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:1886320
    • 提供者:王杰
  1. simple-os

    0下载:
  2. 一个简单的操作系统原型,包含了简单的扇区启动,线程管理和页面文件管理等基本模块,可从中学习基本的操作系统原理-A simple prototype of the operating system, including a simple sector start, thread management and page file management module, you can learn the basic operating system principles
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:928262
    • 提供者:
  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. RT-Thread-1.0.2

    1下载:
  2. RT-Thread 嵌入式操作系统 Kernel内核部分包括了RT-Thread的核心代码,包括对象管理器,线程管理及调度,线 程间通信等的微小内核实现(最小能够到达4k ROM,1k RAM体积占用)。内核库是为了保证 内核能够独立运作的一套小型类似C库实现(这部分根据编译器自带C库的情况会有些不同,使 用GCC编译器时,携带更多的标准C库实现)。CPU及板级支持包包含了RT-Thread支持的各个平 台移植代码,通常会包含两个汇编文件,一个是系统启动初始化文件,一个是线
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-07
    • 文件大小:35415395
    • 提供者:马工
  1. SerialSample

    0下载:
  2. 基于vc2005wince下多线程串口通讯-Multithreading serial communication under vc2005wince
  3. 所属分类:Windows CE

    • 发布日期:2017-12-02
    • 文件大小:1774867
    • 提供者:songyk
  1. Dialog_Test

    0下载:
  2. 用于EVC的Dialog例子。主要是用CDC进行画图、绘制点,并用多线程进行画点的控制。还有进度条的使用。-EVC example for the Dialog. CDC is mainly used for painting, drawing point, and multi-threaded control point for painting. Also use the progress bar.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-12
    • 文件大小:2752113
    • 提供者:chaojijun
  1. EasyKernel(uCOS)_Myself_RaD

    0下载:
  2. 一个自己独立开发的模拟任务切换的简易内核,采用动态私有任务栈,时间片轮询模式用户还可自行添加新的线程;经过测试,没有问题。适用于Arm7内核的各款芯片-Simple kernel of an independently developed simulation task switching, dynamic private task stack, the time slice polling mode, users can also add their own new thread teste
  3. 所属分类:uCOS

    • 发布日期:2017-11-13
    • 文件大小:1285
    • 提供者:吴爱军
  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. VC-CLIENT

    0下载:
  2. mfc的用户界面线程,很好的例子。试过了,不错,非常不错!-mfc user interface thread, a good example. Tried, good, very good!
  3. 所属分类:Windows CE

    • 发布日期:2017-11-21
    • 文件大小:15634399
    • 提供者:louiew
  1. ADC_ucos2

    0下载:
  2. stm32f108c的ucos2移植,代码中开了5个线程,只是简单的控制下led,adc跟串口。-the stm32f108c the ucos2 transplant code open five threads, just a simple control led adc with serial port.
  3. 所属分类:uCOS

    • 发布日期:2017-11-16
    • 文件大小:922051
    • 提供者:黄大侠
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 21 »
搜珍网 www.dssz.com