码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
TPL(Task Parallel Library)多线程、并发功能
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
Mongodb
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
处理csv文件
#------------------------------------------------------------------------------- # Name: module1 # Purpose: # # Author: maoyongx # # Created: 21/01/2015 # Copyright: (c) maoyongx 201...
分类:其他好文   时间:2015-01-22 18:09:32    阅读次数:101
【嵌入式Linux+ARM】GPIO操作
1.GPIO介绍 GPIO(general purpose i/o ports)意思为通用输入/输出端口,通俗的说就是一些引脚。 我们可以通过它们输出高低电平 或 读入引脚的状态。...
分类:系统相关   时间:2015-01-21 15:14:01    阅读次数:362
Algorithm One Day One -- 约瑟夫环(丢手绢问题)
算法是编程的灵魂,是编程思想的精髓————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的操作
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
Introduction to Project Management(II)
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
OpenStack之路: OpenStack架构设计指南 - 一般用途云架构(摘录并翻译)
第二章. 一般用途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
531条   上一页 1 ... 43 44 45 46 47 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!