資源簡介
c#下利用串口實現數據實時采集以及繪圖試驗
代碼片段和文件信息
using?System;
using?System.Configuration;
using?System.Collections;
using?System.ComponentModel;
using?System.Data;
using?System.Data.SqlClient;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.IO.Ports;
using?System.Threading;
using?System.Runtime.InteropServices;
//using?System.ComponentModel;
namespace?ChuanKouTest
{
????public?partial?class?Form1?:?Form
????{
????????public?enum?PlaySoundFlags?:?int
????????{
????????????SND_SYNC?=?0x0000?/*?play?synchronously?(default)?*/?//同步???
????????????SND_ASYNC?=?0x0001?/*?play?asynchronously?*/?//異步???
????????????SND_NODEFAULT?=?0x0002?/*?silence?(!default)?if?sound?not?found?*/
????????????SND_MEMORY?=?0x0004?/*?pszSound?points?to?a?memory?file?*/
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.CA....???????212??2011-02-10?12:54??ChuanKouTest\ChuanKouTest\App.config
????.CA....????623104??2011-07-14?10:42??ChuanKouTest\ChuanKouTest\bin\Debug\ChuanKouTest.exe
????.CA....???????212??2011-02-10?12:54??ChuanKouTest\ChuanKouTest\bin\Debug\ChuanKouTest.exe.config
????.CA....?????52736??2011-07-14?10:42??ChuanKouTest\ChuanKouTest\bin\Debug\ChuanKouTest.pdb
????.CA....?????14328??2011-07-14?10:43??ChuanKouTest\ChuanKouTest\bin\Debug\ChuanKouTest.vshost.exe
????.CA....???????212??2011-02-10?12:54??ChuanKouTest\ChuanKouTest\bin\Debug\ChuanKouTest.vshost.exe.config
????.CA....???????490??2007-07-21?01:33??ChuanKouTest\ChuanKouTest\bin\Debug\ChuanKouTest.vshost.exe.manifest
????.CA....??????8605??2011-07-13?14:38??ChuanKouTest\ChuanKouTest\bin\Debug\img.bmp
????.CA....??????4164??2011-07-11?09:47??ChuanKouTest\ChuanKouTest\ChuanKouTest.csproj
????.CA....?????21207??2011-07-13?12:00??ChuanKouTest\ChuanKouTest\Form1.cs
????.CA....?????20995??2011-07-11?09:49??ChuanKouTest\ChuanKouTest\Form1.Designer.cs
????.CA....??????6008??2011-07-11?09:49??ChuanKouTest\ChuanKouTest\Form1.resx
????.CA....?????12635??2011-07-14?11:45??ChuanKouTest\ChuanKouTest\FrmTuBiao.cs
????.CA....??????8480??2011-07-14?11:45??ChuanKouTest\ChuanKouTest\FrmTuBiao.Designer.cs
????.CA....??????5814??2011-07-14?11:45??ChuanKouTest\ChuanKouTest\FrmTuBiao.resx
????.CA....???????762??2011-07-14?10:43??ChuanKouTest\ChuanKouTest\obj\Debug\ChuanKouTest.csproj.FileListAbsolute.txt
????.CA....???????909??2011-07-14?10:42??ChuanKouTest\ChuanKouTest\obj\Debug\ChuanKouTest.csproj.GenerateResource.Cache
????.CA....????623104??2011-07-14?10:42??ChuanKouTest\ChuanKouTest\obj\Debug\ChuanKouTest.exe
????.CA....???????180??2011-07-14?10:22??ChuanKouTest\ChuanKouTest\obj\Debug\ChuanKouTest.Form1.resources
????.CA....????593226??2011-07-14?10:42??ChuanKouTest\ChuanKouTest\obj\Debug\ChuanKouTest.FrmTuBiao.resources
????.CA....?????52736??2011-07-14?10:42??ChuanKouTest\ChuanKouTest\obj\Debug\ChuanKouTest.pdb
????.CA....???????180??2011-07-14?10:22??ChuanKouTest\ChuanKouTest\obj\Debug\ChuanKouTest.Properties.Resources.resources
????.CA....???????493??2011-01-20?09:25??ChuanKouTest\ChuanKouTest\Program.cs
????.CA....??????1364??2011-01-20?09:25??ChuanKouTest\ChuanKouTest\Properties\AssemblyInfo.cs
????.CA....??????2874??2011-01-20?09:25??ChuanKouTest\ChuanKouTest\Properties\Resources.Designer.cs
????.CA....??????5612??2011-01-20?09:25??ChuanKouTest\ChuanKouTest\Properties\Resources.resx
????.CA....??????1097??2011-01-20?09:25??ChuanKouTest\ChuanKouTest\Properties\Settings.Designer.cs
????.CA....???????249??2011-01-20?09:25??ChuanKouTest\ChuanKouTest\Properties\Settings.settings
????.CA....???????926??2011-01-20?09:25??ChuanKouTest\ChuanKouTest.sln
????.CA..H.?????20480??2011-07-14?11:45??ChuanKouTest\ChuanKouTest.suo
............此處省略11個文件信息
評論
共有 條評論