TI-RTOS 之 事件同步(Event, 类似semaphore) Event 是类似Semaphore的存在,官方如下描述: SYS/BIOS events are a means of communication between Tasks and other threads such as ...
分类:
其他好文 时间:
2016-08-11 17:55:01
阅读次数:
739
http://www.cnblogs.com/mengdd/archive/2013/06/13/3134380.html Task是用户在进行某项工作时需要与之交互的一系列activities的集合。这些activities按照它们被打开的顺序,被安放在一个堆栈里(back stack)。 一个a ...
分类:
其他好文 时间:
2016-08-09 02:08:56
阅读次数:
154
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Collections;namespace 随笔{ ...
分类:
其他好文 时间:
2016-08-04 09:06:21
阅读次数:
155
using System;using System.Collections.Generic;using System.Linq;using System.Reflection;using System.Text;using System.Threading.Tasks;namespace 基于Sys ...
Core Bluetooth Programming Guide 粗译 续 以 Peripheral 的身份来执行常用任务 在上一章节中, 你已经学会了如何以 central 的身份来执行一些最常用的 BLE 任务(事务). 在这一章节中, 你会学会如何作为 peripheral 通过使用 Core ...
分类:
其他好文 时间:
2016-07-31 22:11:51
阅读次数:
223
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 练习1 { //要求写一个函数判断体重是否超标 ...
top-18:43:59up8:35,1user,loadaverage:0.00,0.00,0.00
Tasks:71total,1running,70sleeping,0stopped,0zombie
Cpu(s):0.0%us,0.3%sy,0.0%ni,99.7%id,0.0%wa,0.0%hi,0.0%si,0.0%st
Mem:501044ktotal,256816kused,244228kfree,38900kbuffers
Swap:786428ktotal,0kused,786428kfre..
分类:
其他好文 时间:
2016-07-30 22:46:14
阅读次数:
337
CoreBluetooth的部分翻译 执行常见的Central任务 充当Central的角色并且遵循BLE通讯的设备可以执行一系列通用任务— — 比如, 发现并连接可用的Peripherals, 探索Peripheral提供的数据并与之进行交互. 充当Peripheral的角色的设备也能执行一些列的 ...
分类:
其他好文 时间:
2016-07-30 22:35:30
阅读次数:
274
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Kinect; using Syst ...
分类:
其他好文 时间:
2016-07-22 21:02:17
阅读次数:
304
M - Ordering Tasks Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu M - Ordering Tasks Description John has n tasks to do. Unfortunately ...
分类:
其他好文 时间:
2016-07-22 18:53:10
阅读次数:
144