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

搜索资源列表

  1. 微软wince培训资料1

    1下载:
  2. 微软WINCE内部培训资料,PPT文档,共8个文件, 主要内容有系统定制、驱动开发、EVC调试、实时控制、多线程、图形等, 有图片流程。绝对权威。 文档太大,分割成两部分。这个是第一部分。-internal training materials, PPT files, a total of eight documents, the main contents of system customization, driver development, EVC debugging, rea
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:3.41mb
    • 提供者:乾隆
  1. 微软wince培训资料2

    0下载:
  2. 微软WINCE内部培训资料,PPT文档,共8个文件, 主要内容有系统定制、驱动开发、EVC调试、实时控制、多线程、图形等, 有图片流程。绝对权威。 最大的遗憾是E文的,只是我相信作为技术人员, 这种英文还是应该掌握。第二部分。-internal training materials, PPT files, a total of eight documents, the main contents of system customization, driver developmen
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:3.56mb
    • 提供者:乾隆
  1. Windows CE下的串口通讯类

    0下载:
  2. 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVER
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:5.52kb
    • 提供者:wzg
  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
    • 文件大小:60.49kb
    • 提供者:张利
  1. ThreadAsyn

    0下载:
  2. wince对线程进行控制的实例程序,包括线程的创建,控制和同步等-wince right thread for the control of the examples of procedures, including thread creation, control and synchronization
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:20.78kb
    • 提供者:always18
  1. multiThreadforcontrolstepmotor

    0下载:
  2. C++ builder 环境中利用多线程控制步进电机-C builder environment using multithreading stepper motor control! !
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:59.19kb
    • 提供者:slg
  1. uCOS-II

    0下载:
  2. 嵌入式操作系统 ucosII的详细介绍,系统结构,线程管理,信号量控制
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2.29mb
    • 提供者:fadg
  1. Thread

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

    • 发布日期:2008-10-13
    • 文件大小:236.93kb
    • 提供者:周东永
  1. DS1302时钟芯片C例程

    0下载:
  2. /*这个程序,是我用51电子网http://www.51dz.com/n.asp?id=12519&i=xie343706382,298元C51学习板调试通的单片机控制DS1303时钟芯片试验时请用排线 将p1口连到CZ2 一个时钟程序,它能实现断电走时(用纽扣电池),显示和设置年月日星期时分秒(8位数码管)。 */
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2009-01-26
    • 文件大小:3.67kb
    • 提供者:xie343706382
  1. LCD12864

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

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

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

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

    0下载:
  2. button 驱动,在应用层监控底层button driver 的动作时一般是开一个线程或进程,采用轮询的模式,这样很容易导致cpu占用时间达80 以上,严重拖累系统速度;为解决这种缺点,我们应该在底层button驱动中加入非阻塞模式的访问控制,如附件方法。-button-driven, application-layer control in the bottom button driver when the action is usually to open a thread or proc
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:1.84kb
    • 提供者:Gavin
  1. rom_con_aa

    0下载:
  2. VERILOG 多线程控制程序,实现状态机控制ad采集-VERILOG multi-threaded control program, to achieve a state machine control ad acquisition
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:537byte
    • 提供者:张彬
  1. Code_Programming_WinCE6

    0下载:
  2. 这是Douglas《Windows CE 6.0开发者指南》随书源码的安装程序和安装说明(微软系列丛书)。该书包含的内容有:WinCE环境下的屏幕绘图、键盘鼠标和触摸屏等输入控制、窗口控件和菜单、模块、进程和线程、文件系统、注册表、数据库、网络编程、设备间通信、串行通信、设备驱动程序、服务。-This is Douglas " Windows CE 6.0 Developer' s Guide" with the book source code and installa
  3. 所属分类:Windows CE

    • 发布日期:2017-06-15
    • 文件大小:22.21mb
    • 提供者:
  1. Embedded-Linux-application-

    0下载:
  2. 本书包括Linux 快速入门.Linux 基础命令。Linux 下的C 编程基础。嵌入式系统基础。嵌入式Linux开发环境的搭建。 文件 I/O 编程。进程控制开发。进程间通信。多线程编程。嵌入式Linux 网络编程。嵌入式Linux设备驱动开发。Qt图形编程-This book includes Linux started quickly. Linux foundation command. The C programming under Linux based. Embedded syste
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-24
    • 文件大小:7.45mb
    • 提供者:罗其
  1. BF518uCOSii

    0下载:
  2. 这是一个基于uC/OS-ii的多线程控制的闪光灯程序-This is based on uC/OS-ii flash multi-threaded control program. . .
  3. 所属分类:uCOS

    • 发布日期:2017-05-06
    • 文件大小:1.18mb
    • 提供者:
  1. PCB

    0下载:
  2. 有关线程控制,涉及SJP等算法,具体内容大家看看,相互交流学习。-The thread control, relating to SJP and other algorithms, the specific content you see, mutual exchange of learning.
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:513.28kb
    • 提供者:沈雷
  1. MicroC_5213_debut

    0下载:
  2. 使用codewarrior集成环境对freescale 的mcf5213单片机进行实时系统的多线程控制-The codewarrior integrated environment for real-time systems on the freescale mcf5213 microcontroller multithreaded control
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:438.13kb
    • 提供者:SHI Tou
  1. 2.61-wire

    0下载:
  2. IO口线程控制,IO口模拟其他通讯方式的集合,通用于STC单片机初学者-Thread control IO port IO port analog collection of other means of communication, common to STC microcontroller beginners
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-27
    • 文件大小:6.64kb
    • 提供者:jiuganl
  1. dovision

    0下载:
  2. 一个使用的进度条制作实例,你能够方便控制flash的播放等功能!,(Use a progress bar production instance, you can easily control the flash of the play, and other functions!)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-29
    • 文件大小:442kb
    • 提供者:grgvhr
« 12 »
搜珍网 www.dssz.com