码迷,mamicode.com
首页 >  
搜索关键字:specific    ( 1538个结果
QtGui.QSlider
AQtGui.QSlideris a widget that has a simple handle. This handle can be pulled back and forth. This way we are choosing a value for a specific task. So...
分类:其他好文   时间:2015-04-17 20:29:22    阅读次数:220
Android -- Context(Application的应用)
Interface to global information about an application environment. This is an abstract class whose implementation is provided by the Android system. It allows access to application-specific resources an...
分类:移动开发   时间:2015-04-17 18:11:24    阅读次数:271
Android 使用Gradle加Android Studio 多渠道打包
Gradle,这个东西好复杂,不过在Android中,我们知道它大概怎么用,它的依据何来,就够了。 Gradle的DSL,领域特定语言(domain-specific languages,简称DSL)。 下载地址:https://developer.android.com/shareables/sdk-tools/android-gradle-plugin-dsl.zip 简单介绍Gradl...
分类:移动开发   时间:2015-04-16 12:26:28    阅读次数:267
《Linux内核分析》 week2作业-时间片轮转
一.基于时间片轮转调度代码的解读 代码结构主要由三个文件组成: 1.mypcb.h 2.myinterrupt.c 3.mymain.c1.进程控制块(mypcb.h)/* CPU-specific state of this task */struct Thread{ unsigned...
分类:系统相关   时间:2015-04-15 23:10:11    阅读次数:178
Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2015-04-15 19:16:18    阅读次数:127
1. Two Sum
题目:Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two...
分类:其他好文   时间:2015-04-15 13:21:32    阅读次数:114
软件架构简介及用例图、活动图、顺序图自上而下的设计
软件架构简介可视化设计: 1. 使想象中的系统可视化 2. 能指定系统的结构和行为 3. 提供一个能够指导系统构建的模板 4. 记录所做的决策,形成文档Microsoft的Visual Studio 从2010开始建模策略基于两种思想:域专用语言(Domain-Specific Langua...
分类:其他好文   时间:2015-04-13 18:05:09    阅读次数:195
storm的并发和消息保障性
Storm并发配置的优先级: defaults.yaml < storm.yaml < topology-specific configuration < internal component-specific configuration < external component-specific ...
分类:其他好文   时间:2015-04-12 14:32:31    阅读次数:137
Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2015-04-11 19:18:15    阅读次数:130
twoSum
1 package code; 2 3 /* Given an array of integers, find two numbers such that they add up to a specific target number. 4 5 The function twoSum shou...
分类:其他好文   时间:2015-04-10 23:44:22    阅读次数:160
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!