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

搜索资源列表

  1. txloop1

    0下载:
  2. dsp2812的采用ecan模块通信发送消息的文件源码,可以实现消息的发送-dsp2812 ecan the use of communications modules and delivers the document source, can achieve the sender
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:4097
    • 提供者:李东
  1. uCOSII(S3C44b0x+ADS)

    0下载:
  2. 请把uCosII的文件放到Core文件夹下。 共有三个任务,A,B为定时调度。C通过键盘的ISR中发送消息到邮箱。 程序在优龙开发板上调试通过,用的uCosII是2.70版本。-the documents from Core folder. There are three tasks, A, B for the regular scheduling. C ISR through the keyboard send mail to the news. Procedures for the
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:209517
    • 提供者:chosin
  1. newproj

    0下载:
  2. 使用socket发送消息.wince smartphone 5-use socket Send Message. 5 wince smartphone
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:28442
    • 提供者:尤才乾
  1. 51MCUrtos

    0下载:
  2. 51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。-51 written in a simple operating system, with the creation tasks, delete tasks, task scheduling, the system delay, missions flown, sending news, waitin
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:209702
    • 提供者:laixuelei
  1. task

    0下载:
  2. 练习并掌握多任务实时操作系统下Task 调度、Task 间主要通信手段(信号量、消息队列等)、RISC 处理器 I/O 端口控制等内容,并形成嵌入式实时应用软件的良好编程习惯。创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有MessageQueue 发送消息完成。 Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush(
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:王昊
  1. GetHandleByPid.rar

    0下载:
  2. 获取指定进程的窗口句柄,如果它有的话。通过这个句柄,可以对该进程的窗口进行适当操作,如发送消息,调整显示模式,获取/修改窗口标题等,Get window handle by process id. By the handle ,you can send message to window,or adjust the window s show model,and get/modify the window s tezt
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:7076
    • 提供者:王欣欣
  1. tasks

    1下载:
  2. 练习多任务实时操作系统下Task 调度、Task 间主要通信手段、I/O 子系统基本应用 等内容,并形成嵌入式实时应用软件的良好编程习惯。 内容: 1. 创建多Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私 有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送 消息完成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-25
    • 文件大小:11165
    • 提供者:litao
  1. sendrtc

    0下载:
  2. 想实时时钟发送消息的经典编程,是基于ARM7的实例。-Would like to send messages in real-time clock classic programming, is based on the ARM7 example.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:2172
    • 提供者:王文福
  1. ex1

    0下载:
  2. 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有 Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的 semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1300254
    • 提供者:李晓平
  1. demo

    0下载:
  2. 1. 创建多 Task,为每个Task 创建私有的Message Queue,每个Task 只通过自己的私有Message Queue 接收消息;Task 间消息通信通过向对方私有Message Queue 发送消息完 成。 2. Task1:管理Task。负责系统启动时同步系统中其他Task 的启动同步,利用信号量的semFlush()完成。同时接收各Task 的告警信息,并负责系统结束时的Task 删除处理。 3. Task2:激励Task。利用taskDelay()完成周期地向
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:1416
    • 提供者:玛萨其
  1. clock

    0下载:
  2. 使用C#在电脑内注册一个服务,定时向串口发送消息,实现定时打铃,程序包括单片机源程序和C#源程序-Use C# in the computer to register a service, time to send a message to the serial port to achieve regularly rang the bell, the program includes source code and C# source SCM
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2179031
    • 提供者:jimar
  1. socket_bigendian

    0下载:
  2. 仿真小软件,通过socket编程,可以模拟给本机发送消息-simulator tool to send the message
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:265651
    • 提供者:张洁
  1. 2005102116419714

    0下载:
  2. 给MSN所有在线好友发送消息,公开源码 -For MSN friends to send a message to all online, open source
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:388136
    • 提供者:healfish
  1. 51_00_OS

    0下载:
  2. 基于51内核的圈圈操作系统,51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释,-Circle-based operating system kernel 51, 51 is written in a simple operating system, providing create t
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:87035
    • 提供者:胡立锋
  1. C8051F340-wireless-serial-send

    0下载:
  2. 基于C8051F340的无线串口发送消息程序-Based on C8051F340 wireless serial send news program
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2449
    • 提供者:李晓宇
  1. CC430-10-UART_LED

    0下载:
  2. 这段代码主要内容那个是针对cc430芯片的,是通过上位机发送消息,然后相应的硬件接收信息,在返回给上位机,验证串口的实验内容-The main content of this code that for cc430 chip, through the host computer to send messages and receive messages, and then the corresponding hardware, return to the host computer, verif
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:12158
    • 提供者:lijunfu
  1. ZLG_TinyOs51_XXYX

    0下载:
  2. 周立功代码 消息邮箱_按键控制发送消息_消息控制数码管显示 编译环境:TKStudio-ZLG code message _ button control to send a message _ message control digital display compilation environment: TKStudio
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:146884
    • 提供者:WenLiangChu
  1. 51-QQ-OS

    0下载:
  2. 基于51内核的mini操作系统,提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等功能-51 mini operating system kernel, create a task, delete task, task scheduling, system delay, suspend the task, send a message and wait for the message, CPU utilizat
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2017-11-07
    • 文件大小:300032
    • 提供者:lby
  1. HUWEI_GPRS_DTU_PROC

    0下载:
  2. 使用单片机发送AT命令控制华为GPRSDTU接入互联网并发送消息,适合单片机远程控制开发人员-Send AT commands to control Huawei GPRSDTU access to the Internet to use the microcontroller to send a message, suitable for single-chip remote control developer
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:14124
    • 提供者:天龙
  1. gsm

    0下载:
  2. gsm-12864显示-按键-接收发送温度、时间.给GSM模块TC35发送消息,返回时间,温度。-gsm-12864- button- send a message to the GSM module TC35 transmission and reception of temperature, time, return time, temperature.
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:73481
    • 提供者:萧乔
« 12 3 4 5 6 »
搜珍网 www.dssz.com