码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
Tasker文件夹说明
################导入类#################路径 类型 后缀名/tasker/profiles/ 配置 .prf.xml/tasker/projects/ 项目 .prj.xml/tasker/scenes/ 场景 .scn.xml/tasker/tasks/ 项目 .t...
分类:其他好文   时间:2015-03-19 20:04:05    阅读次数:125
Linux环境下安装OpenCV
OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and pre-processing of image data) to high-level algorit...
分类:系统相关   时间:2015-03-19 16:26:16    阅读次数:303
Android官方技术文档翻译——Ant 任务
本文译自Android官方技术文档《Ant Tasks》,原文地址:http://tools.android.com/tech-docs/ant-tasks。 因为是抽着时间译的,所以这篇文章我分了几个阶段才译完,且边译我的英语边成长,以致里面的表格里同样的句式有了几种不同的译法。 这一边是讲Ant的,尽管现在Android官方在大力推行基于 Gradle 构建系统的 Android St...
分类:移动开发   时间:2015-03-19 10:18:06    阅读次数:148
文件流的操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace Command{ p...
分类:其他好文   时间:2015-03-18 20:09:54    阅读次数:150
控制台实现数据库的增删改查
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlClient;using Syste...
分类:数据库   时间:2015-03-18 15:46:48    阅读次数:141
task optimization
Requirements:Tasks have DependenciesRunning the task in Multi threadLinkshttp://en.wikipedia.org/wiki/LEMON_(C%2B%2B_library)LEMON is an open source g...
分类:其他好文   时间:2015-03-18 13:41:41    阅读次数:97
C#第一次作业(hallow world)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;/*namespace hallowword{ class Progra...
分类:Windows程序   时间:2015-03-16 22:55:54    阅读次数:239
C# Hello World
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ cla...
分类:Windows程序   时间:2015-03-16 22:48:56    阅读次数:187
第一次作业
program.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace hello{ class Pro...
分类:其他好文   时间:2015-03-16 22:35:04    阅读次数:118
51系列小型操作系统精髓 简单实现6 C语言版待改进
#include "STC12C5A.H"#define TIMER_RELOAD() {TL0=0x00;TH0=0xC4;}//使能T/C初始10ms#define MAX_TASKS 8 //任务槽最大个数.unsigned char idata task_stack[MAX_TASKS][2...
分类:编程语言   时间:2015-03-16 21:09:29    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!