码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
HDU4864:Task(贪心)
Problem Description Today the company has m tasks to complete. The ith task need xi minutes to complete. Meanwhile, this task has a difficulty level yi. The machine whose level below this task’s le...
分类:其他好文   时间:2014-07-23 16:36:41    阅读次数:208
如何使用Entityframework.Extended
这个插件真的很实用,我们可以使用以下语法来简化我们的工作,以下仅仅是示例: Deleting //delete all users where FirstName matches context.Users.Delete(u => u.FirstName == "firstname"); Update //update all tasks with status of 1 to stat...
分类:其他好文   时间:2014-07-23 13:09:46    阅读次数:216
5.大话设计模式-代理模式
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace DesignModel{ public class ...
分类:其他好文   时间:2014-07-23 11:33:16    阅读次数:187
数组段
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication2 { classProgram { staticvoidMain(string[]args) { int[]arri=newint[]{1,2,3,4,5}; ArraySegment<int>ass=newArraySeg..
分类:其他好文   时间:2014-07-23 00:17:38    阅读次数:165
HDU 4864(多校)1004 Task
Problem Description Today the company has m tasks to complete. The ith task need xi minutes to complete. Meanwhile, this task has a difficulty level yi. The machine whose level below this task’s le...
分类:其他好文   时间:2014-07-22 23:57:27    阅读次数:601
linux内核中与进程相关的数据结构(基于linux-mainline-rc4)
1.进程描述符 struct task_struct { volatile long state; ....... struct list_head tasks; ....... struct mm_struct *mm, *active_mm; ....... struct v...
分类:系统相关   时间:2014-07-22 22:47:52    阅读次数:371
C# CsvFile 类
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace AnfleCrawler....
分类:其他好文   时间:2014-07-22 22:42:53    阅读次数:333
两种读取微信xml消息的方式比较
直接贴代码和结果。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;using System....
分类:微信   时间:2014-07-22 00:01:37    阅读次数:403
复制数组
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; usingSystem.Collections; namespaceConsoleApplication4 { classProgram { staticvoidMain(string[]args) { //值类型成功复制(复制所有的值) int[]t={1,1..
分类:其他好文   时间:2014-07-21 12:46:13    阅读次数:185
Array类
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; usingSystem.Collections; namespaceConsoleApplication4 { classProgram { staticvoidMain(string[]args) { //Array类是一个抽象类 //元素的类型,数组的大..
分类:其他好文   时间:2014-07-21 12:32:14    阅读次数:162
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!