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

搜索资源列表

  1. pthread

    0下载:
  2. psos下采用linux的线程库时改写的那部分代码.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:8525
    • 提供者:张立
  1. CVI-USB

    1下载:
  2. LabWindows/CVI的USB采集测试程序,采用了VISA驱动,使用多线程技术读取USB数据。供参考。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:194301
    • 提供者:中银飞絮
  1. 阻塞模式主要用于无窗口、多线程处理中

    0下载:
  2. 阻塞模式主要用于无窗口、多线程处理中。启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理。-Blocking mode is mainly used for non-window, multi-threaded processing. After the start the service should start a thread to poll the DTU data, received data directly, or put the d
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-24
    • 文件大小:611
    • 提供者:fanggang
  1. 7289

    0下载:
  2. ZLG7289例程 (官方给的),用于跟51相接,改一下相对应的口线就可以了-ZLG7289 routine (official given) for connecting with the 51, changing the mouth of the corresponding line of what could be the
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:26412
    • 提供者:夜尽天明
  1. LCD12864

    0下载:
  2. 12864画点例程,显示水温变化曲线,还有水温PID控制。全套程序-12864 draw some routines, displays water temperature change curves
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-13
    • 文件大小:2646
    • 提供者:姚统
  1. server

    0下载:
  2. 串口通信服务端,多线程,和LED灯通信 将收到数据存入 数据库, 数据库使用为SQL SERVER-Serial communications services side, multi-threaded
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-17
    • 文件大小:4840410
    • 提供者:sonic
  1. 3TASK_LPC2148_UCOS

    0下载:
  2. 基于LPC2148 多线程任务 UCOS系统-LPC2148 based system of multi-threaded tasks UCOS
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:549989
    • 提供者:月影
  1. dtu

    0下载:
  2. 启动服务之后应该启动一个线程来轮询DTU数据,收到数据后直接处理,或放数据缓存,再由其他线程来处理用来定义宏电dtu的工作线程-After the start the service should start a thread to poll the DTU data, received data directly, or put the data cache, and then from the other thread to handle the electricity used to de
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:624
    • 提供者:fanggang
  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. 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. 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. Frequency-divider

    0下载:
  2. 本例程为简易分频器。 实验前,请用排线(杜邦线)将TX-1C学习板的P1^0管脚与P3^2(INT0)管脚相连。因为P1^0用来模拟外界波形输入,它提供周期为100ms的方波,与T1管脚相连后,T1可对其进行周期计数。 程序中的变量pp决定着分频系数,其值乘以2即为分频系数。 改变其值可以得到相应的分频输出波形(方波)。P1^1为输出管脚,将其连接示波器可以看到分频后的波形。-This routine for simple frequency divider. Before experiment
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-13
    • 文件大小:22700
    • 提供者:zhanghuasheng
  1. RT-Thread-0.3.4

    0下载:
  2. RT-Thread 是一款主要由中国开源社区主导开发的开源实时操作系统(许可证GPLv2)。实时线程操作系统不仅仅是一个单一的实时操作系统内核,它也是一个完整的应用系统,包含了实时、嵌入式系统相关的各个组件:TCP/IP协议栈,文件系统,libc接口,图形用户界面等-RT- Thread is one main by the China open source community leading the development of open source real-time operating
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-13
    • 文件大小:6614517
    • 提供者:fgfgfgf
  1. test2-RTthread

    0下载:
  2. 实验1_2静态线程的初始化及脱离.zip-Experiment 1_2 static thread initialization and detachment. Zip
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:209620
    • 提供者:吃好
  1. VMD642_uartio

    0下载:
  2. UART 测试 本例程在 VMD642_uartio 中。 VMD642-C卡中有两路 UART 接口,在本例中,UART 的接口标准配置为 RS232,波特率-9600,数据位-8,校验位-None, 停止位-1,采用查询工作方式。 在目录 Win32\serial 下提供一个串口调试器.exe,注意设置正确的波特率。 用开发板随带的串口线将 DSP 开发板的串口和计算机串口连接好,启动串口调试 器.exe,设置串口参数,然后打开串口,就可以在发送窗口发送
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:141374
    • 提供者:ye
  1. 1_kernel_thread_priority_inheritance

    0下载:
  2. rt-thread嵌入式操作系统优先级调度测试程序,仅供初学者学习线程调度-rt-thread embedded operating system priority scheduling testing procedures, for beginners to learn thread scheduling
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:663855
    • 提供者:于向洋
  1. ProtoThreads

    1下载:
  2. arduino多线程库,可以实现多任务多线程,并发处理,占用空间小,性能强大-arduino multithreading library, you can multi-task multi-threaded, concurrent processing, small footprint, powerful performance
  3. 所属分类:Other Embeded program

    • 发布日期:2017-10-12
    • 文件大小:12288
    • 提供者:grk
  1. RT-Thread1.2.0

    1下载:
  2. 晟睿STM32F103ZET6开发板跑RT Thread,内核为1.2.0,GUI为0.8版本,可以下载到板子上跑。 1、TFT根据RT Thread驱动框架编写,FSMC总线,可直接用。适合常用的9320、9325、9328TFT驱动。 2、SPI W25Qxx Nor flash驱动,可存储字库和文件系统。 3、实时时钟(RTC),可用串口指令设置时间和日期,串口打印,显示在LCD上只需调用LCD显示函数即可。 4、三个串口驱动、IIC驱动,串口1为shell脚本交互窗口,波
  3. 所属分类:Other Embeded program

    • 发布日期:2015-09-25
    • 文件大小:27248640
    • 提供者:潘锐
  1. 嵌入式程序设计学习实例代码

    0下载:
  2. 嵌入式程序设计学习实例代码,包括若干经典驱动程序,线程编程等一系列完整学习嵌入式编程课程的参考实例代码!
  3. 所属分类:其他嵌入式/单片机内容

搜珍网 www.dssz.com