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

搜索资源列表

  1. strike_ha-0.1a.tar

    0下载:
  2. 嵌入式linux双机热备份倒换处理代码,用于提高电信或工业控制设备的稳定性,采用linux多线程设计。-embedded linux-hot backup switching handling code, used to enhance the telecommunications industry or the stability control equipment used linux multithreaded design.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:61944
    • 提供者:张利
  1. Thread

    0下载:
  2. Windows CE线程控制软件。建立两个线程,进行计数及输出处理。用于学习Windows CE线程
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:242616
    • 提供者:周东永
  1. vc

    1下载:
  2. CAN总线数据微机处理与显示应用程序,利用VC结合总线SDK开发的一个小程序,程序也反映了多线程的简单开发。
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:200715
    • 提供者:王建军
  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. GTKxiancheng

    0下载:
  2. 本文研究了嵌入式Linux的多线程的属性、线程的创建方法、线程间的数据处理以及线程间互斥等关键问题,并将多线程设计思想应用于在某控制系统的温度巡检用户界面设计,实现了串行通信和用户界面操作的快捷响应。-none
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:94843
    • 提供者:rejoiceliberty
  1. thread

    0下载:
  2. 三个线程进行通信,对于字符串进行处理,可做作业-3 thread
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:869
    • 提供者:anniepotter
  1. wince_lenrning_points

    0下载:
  2. wince的电源管理,DirectShow,多线程编程,中断处理机制,驱动程序开发,串口编程要点-wince power management, DirectShow, multi-threaded programming, interrupt handling mechanism, driver development, serial programming essentials
  3. 所属分类:Windows CE

    • 发布日期:2017-05-04
    • 文件大小:1350931
    • 提供者:吴先生
  1. multiThread

    0下载:
  2. VB多线程问题,这个线程只响应一次,然后整个VB都死了楼主wShineboy(西门吹牛)2005-06-25 13:56:50 在 VB / API 提问 做了个单片机数据实时监控处理的软件,从仪器接收测试数据并即时显示、绘制趋势图。测试结束后保存所有取得的数据到DB。-API lpThreadAttributes
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:18412
    • 提供者:燕子
  1. threadcom

    0下载:
  2. (1)接收键盘输入线程 负责接收用户的键盘输入,并以适当的方式将由键盘获得的数据交给其它线程处理。 (2)显示线程 负责全部数据显示任务,包括键盘输入数据的显示和提示信息的显示。 (3)分发数据线程 将键盘输入的数据分为3类,即字母、数字和其它,并分别将字母写入文件letter.txt 中,数字写入文件numbet.txt中,除字母和数字外其它数据丢弃。-(1) to receive keyboard input thread is responsible for rec
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1130
    • 提供者:madi
  1. stm32f10rt-thread

    0下载:
  2. :DMA数量增加(不过一个是1520个字节啊,真大)。提高收发处理速度,没仔细看过内核,假如收发线程优先级较低,根据优先级来说,假如优先级较高的线程在运行,应该还有较大延迟-: DMA increased (but one is 1520 bytes, ah, really big). Improve processing speed transceiver, not carefully read the kernel, if the sending and receiving a lower
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:36608
    • 提供者:金鱼
  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. 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. 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. Linux-C-Programing

    0下载:
  2. 本书主要讲述文件操作、信号量处理以及线程和网络编程-This book focuses on file operations, signal processing, and the amount of thread and network programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:510396
    • 提供者:will
  1. audio_soc.tar

    0下载:
  2. 适合Ti双核处理器的多线程音频处理代码,包括了DSP核和arm核两部分代码,比较实用-Suitable Ti dual-core processor multithreaded audio processing code, including the DSP core and arm nuclear two sections of code, more practical
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2212590
    • 提供者:王永平
  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. WindowsPCEP6.0Developer-Refrence-

    0下载:
  2. 针对嵌入式设备的独特需求设计复杂的应用程序 管理虚拟内存,堆和栈以减小程序的内存占用。 创建多线程进程和处理事件。 使用存储器管理来管理不同的文件系统和卷 使用数据库API存储简单的分组数据 写注册表数据、枚举主键和键值 跳读用户、计时器和系统事件以及气泡通知 连接到有线和无线网络,PC以及其他设备-The unique needs of embedded devices for the design of complex applications Virtua
  3. 所属分类:Windows CE

    • 发布日期:2017-06-11
    • 文件大小:17975943
    • 提供者:jack
  1. Threaded-programming-test

    0下载:
  2. 本代码用于WinCE环境下线程的创建和销毁,线程是编程中常常用到的处理多任务的方法。-The code for WinCE environment thread creation and destruction, the thread is a method often used in programming to handle multiple tasks.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-17
    • 文件大小:43337
    • 提供者:牧童
  1. www

    1下载:
  2. 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3402822
    • 提供者:zhb
  1. THREAD

    0下载:
  2. wince关于线程的处理源码,实现多线程计时,开发环境VS2005,C#。-wince on thread processing source code, multi-threaded timer, development environment VS2005, C#.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-27
    • 文件大小:42194
    • 提供者:王昂
« 12 »
搜珍网 www.dssz.com