码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
Android Api Component---翻译任务和回退栈(Tasks and Back Stack)
Android Api Component---翻译任务和回退栈(Tasks and Back Stack)...
分类:移动开发   时间:2014-12-22 00:56:56    阅读次数:234
13、C#简易版 推箱子游戏(请高手指点)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 推箱子2._0{ class Program ...
分类:Windows程序   时间:2014-12-21 20:41:13    阅读次数:345
C#中索引
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace NETT...
分类:Windows程序   时间:2014-12-21 15:07:46    阅读次数:238
c#操作xml文件
using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; namespace delegatedemo {     publi...
分类:Windows程序   时间:2014-12-18 15:17:24    阅读次数:218
委托和事件的使用
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace delegatedemo {     public delegate void BoilDelegate(int temp);...
分类:其他好文   时间:2014-12-18 15:14:38    阅读次数:184
Recruitment for Android System Architect
--------------Responsibilities & Tasks------------------Android/Linux 设备驱动开发。Android HAL 层开发。负责 Android Framework 的修改和定制,为 App 提供支撑。--------------Position Qualifications--------------电子、计算机相关专业背景,3年以上...
分类:移动开发   时间:2014-12-18 12:05:33    阅读次数:178
C#中Delegate
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Ch1{ public delegate void ...
分类:Windows程序   时间:2014-12-18 00:05:09    阅读次数:316
Ordering Tasks
Description John has n tasks to do. Unfortunately, the tasks are not independent and the execution of one task is only possible if other tasks have already been executed. Input The input wi...
分类:其他好文   时间:2014-12-17 21:00:12    阅读次数:202
继承 通过虚方法实现多态
多态:即多种表现形态首先定义一个Person父类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Conso...
分类:其他好文   时间:2014-12-17 20:38:18    阅读次数:139
Android开发-API指南-任务和回退栈
Task 和 Back Stack英文原文: http://developer.android.com/guide/components/tasks-and-back-stack.html 采集(更新)日期:2014-12-16在本文中保存 Activity 状态管理多个 Task指定启动模式处理 ...
分类:移动开发   时间:2014-12-17 18:28:53    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!