C#队列代码

时间:2017-05-11 09:32:37
【文件属性】:

文件名称:C#队列代码

文件大小:54KB

文件格式:ZIP

更新时间:2017-05-11 09:32:37

C#队列

C#用队列技术处理缓冲区接收到的数据. for (int i = 0; i < 1000; i++) { Thread.Sleep(1000); string str = i.ToString(); byte[] TempByte = MystrToToHexByte(str); for (int j = 0; j < TempByte.Length; j++) { myQ.Enqueue(TempByte[j]); } }


【文件预览】:
WindowsTest
----WindowsTest.suo(26KB)
----WindowsTest()
--------Form1.cs(3KB)
--------bin()
--------FormOther.cs(1KB)
--------FormOther.Designer.cs(3KB)
--------obj()
--------Properties()
--------Program.cs(503B)
--------FormOther.resx(6KB)
--------Form1.Designer.cs(3KB)
--------Form1.resx(6KB)
--------WindowsTest.csproj(4KB)
----WindowsTest.sln(875B)

网友评论