码迷,mamicode.com
首页 >  
搜索关键字:threading    ( 3244个结果
C#简单工厂模式(文件案例)
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 读文件案例{ cla...
分类:其他好文   时间:2014-07-22 22:59:55    阅读次数:241
WinForm LED循环显示信息,使用定时器Threading.Timer
原文:WinForm LED循环显示信息,使用定时器Threading.Timer这里用一个示例来演示timer如何使用。示例:LED屏幕显示描述:这个示例其实很简单,LED屏幕上显示3个信息: 1:排队叫号 2:催缴费 3:等待列表。因为LED屏幕大小的关系,列表需要分页显示。 正常情况下,这3个...
分类:Windows程序   时间:2014-05-08 22:02:41    阅读次数:624
C# Copy 文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace DirectoryCopy...
分类:其他好文   时间:2014-05-08 20:30:59    阅读次数:381
C# 访问一个页面,并根据该页面上的a标签递归访问每个页面
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using System.Net;using ...
分类:其他好文   时间:2014-05-08 20:30:34    阅读次数:389
XmlSerialization 序列化与反序列化
using System;using System.Collections;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Task...
分类:其他好文   时间:2014-05-07 19:10:55    阅读次数:387
unity3D和串口之间的通信,接收下位机数据和发送指令
using UnityEngine;using System.Collections;using System.IO.Ports;using System;using System.Collections.Generic;using System.Threading;public class Por...
分类:其他好文   时间:2014-05-06 10:15:17    阅读次数:5671
简单版猜拳游戏
界面很简单//玩家类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 猜拳游戏{ /// //...
分类:其他好文   时间:2014-05-02 12:04:15    阅读次数:292
C#简单工厂模式(文件案例)
usingSystem; usingSystem.Collections.Generic; usingSystem.IO; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespace读文件案例 { classProgram { staticvoidMain(string[]args) { Console.WriteLine("请输入文件名"); stringfileName=Console.Read..
分类:其他好文   时间:2014-05-02 04:00:58    阅读次数:289
DbUtility-查询DataTable
直接上源码 1 using System; 2 using System.Data; 3 using System.Threading.Tasks; 4 using DbUtility; 5 6 namespace TestDbUtilityConsole 7 { 8 class Prog...
分类:数据库   时间:2014-05-01 21:15:43    阅读次数:560
Memcached source code analysis (threading model)--reference
Look under the start memcahcedthreadingprocessmemcached multi-threaded mainly by instantiating multiple libevent, are a main thread and n workers thre...
分类:其他好文   时间:2014-05-01 06:15:27    阅读次数:356
3244条   上一页 1 ... 322 323 324 325 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!