码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
uilabel自适应高度
NSString *str=@"// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to p....
分类:其他好文   时间:2015-07-24 12:19:52    阅读次数:137
我的港大申请之路(希望学弟学妹们不要出现我的结局)
In May 2014, I started to apply for HKU. Dr.Heming found me. He wanted to give me an interview. I was pleased to receive his tasks. From May to September 2014, I concentrated myself on his tasks about...
分类:其他好文   时间:2015-07-24 08:04:04    阅读次数:127
uva 10305 Ordering Tasks(拓扑排序)
拓扑排序,不用判断是否有环,dfs挺简单的 代码: #include #include #include int map[105][105]; int visit[105]; int c[105]; int n,m,t; void dfs(int x) { visit[x] = 1; for(int i=1; i<=n; i++) { if(!visit[i]&&map[i][x]=...
分类:编程语言   时间:2015-07-24 00:00:33    阅读次数:410
废弃sqlite代码,备查
using System.Linq;using System.Text;using System.Threading.Tasks;using System.Reflection;using TrustDevKit.Accident_WebService;using TrustDevKit.local...
分类:数据库   时间:2015-07-23 23:35:07    阅读次数:407
顺序表
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace C数据结构与算法 { class Program...
分类:其他好文   时间:2015-07-23 23:28:26    阅读次数:184
TaskQueS.c---分配工作并以WaitForSingleObject()等待之
/* Call ThreadFunc NUM_TASKS times,using no more than THREAD_POOL_SIZE threads.Thiss  version uses WaitForSingleObject,which gives a very suboptimal solution.*/ //busywait.c /*Domonstrate the eff...
分类:其他好文   时间:2015-07-23 15:47:59    阅读次数:125
[CodeEdit--Sublime]一些好用的Plugins
Sublime Text 3 Plugins(**)packet control:plugin包管理器 (**)netuts-fetch: (**)markdown editing:Markdown编辑器 (**)plain tasks:事务管理 (**)snippets-C++: (**)Ctags:函数定义跳转等 (**)BracketHighlighter:高亮显示匹配的括号、引号...
分类:其他好文   时间:2015-07-23 00:45:04    阅读次数:193
[c#]控制台进度条的示例
看到[vb.net]控制台进度条的示例感觉很好玩,翻译成C#版。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using S...
分类:Windows程序   时间:2015-07-22 20:33:37    阅读次数:163
二维码
后台代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Web;namespace JTZK_Ha...
分类:其他好文   时间:2015-07-22 18:30:57    阅读次数:116
datatable 行列转换
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;namespace ConsoleAppl...
分类:其他好文   时间:2015-07-22 18:01:21    阅读次数:106
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!