The Task Parallel Library (TPL) is a set of public types and APIs in theSystem.ThreadingandSystem.Threading.Tasksnamespaces. The purpose of the TPL is...
分类:
编程语言 时间:
2015-01-29 17:13:25
阅读次数:
144
Collection:A collection is simply a grouping of documents that have the same or a similar purpose.A collection is not enforced by a strict schema. Ins...
分类:
数据库 时间:
2015-01-23 19:42:02
阅读次数:
152
#-------------------------------------------------------------------------------
# Name: module1
# Purpose:
#
# Author: maoyongx
#
# Created: 21/01/2015
# Copyright: (c) maoyongx 201...
分类:
其他好文 时间:
2015-01-22 18:09:32
阅读次数:
101
1.GPIO介绍
GPIO(general purpose i/o ports)意思为通用输入/输出端口,通俗的说就是一些引脚。
我们可以通过它们输出高低电平 或 读入引脚的状态。...
分类:
系统相关 时间:
2015-01-21 15:14:01
阅读次数:
362
算法是编程的灵魂,是编程思想的精髓————Algorithm One Day One
/********************************************************************
created:2015年1月20日 23:06:46
author: Jackery
purpose: Joseph problem
**************************************************************...
分类:
其他好文 时间:
2015-01-21 13:36:24
阅读次数:
176
7.点亮led的操作
Led可以作为我调试程序的工具。
OK6410的核心板原理图:led的部分截图: 我们从上面的原理图知道,led1-4对应的是GPM0-3. 2.GPIO
GPIO是General-Purpose Input/Output Ports:通用输入/输出端口。在嵌入式系统中,CPU...
分类:
其他好文 时间:
2015-01-03 17:14:57
阅读次数:
235
IntroductionThe purpose of this paper is to gain an understanding of project management and to give a brief overview of the methodology that underpins...
分类:
其他好文 时间:
2015-01-02 12:15:34
阅读次数:
269
第二章. 一般用途General purpose
目录
用户需求
技术考虑因素
运维考虑因素
架构体系
规范性示例
一般用途云架构是开始建设云实施的常常被考虑使用的方案,这种价格原本就是被设计为平衡所有组件,而且在整个计算环境中不强调任何特殊因素。云架构的设计必须给予计算、网络,及存储组件相同的权...
分类:
其他好文 时间:
2014-12-28 16:57:15
阅读次数:
125
1 ;名称: letterc 2 ;功能: 将以0为结尾的字符串中的小写字母转变成大写字母 3 ;参数: ds:si指向字符串首地址 4 5 assume cs:code 6 7 data segment 8 db "Beginner's All-purpose Symboli...
分类:
编程语言 时间:
2014-12-19 17:06:49
阅读次数:
280