• 大小: 0.08M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  串口  编码  c  时间  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace BXHSerialPort
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new frmSerialPort());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        490  2010-03-17 22:39  BXHSerialPort\bin\Debug\BXHSerialPort.vshost.exe.manifest

     文件       4702  2018-05-26 14:40  BXHSerialPort\bin\Debug\BXHSerialPort.xml

     文件      28160  2018-05-26 15:17  BXHSerialPort\bin\Debug\OvviSerialPort.exe

     文件      38400  2018-05-26 15:17  BXHSerialPort\bin\Debug\OvviSerialPort.pdb

     文件      11592  2018-05-26 15:18  BXHSerialPort\bin\Debug\OvviSerialPort.vshost.exe

     文件       2108  2018-05-26 14:42  BXHSerialPort\obj\Debug\BXHSerialPort.csproj.FileListAbsolute.txt

     文件       1059  2018-05-26 14:33  BXHSerialPort\obj\Debug\BXHSerialPort.csproj.GenerateResource.Cache

     文件        180  2018-05-26 15:04  BXHSerialPort\obj\Debug\BXHSerialPort.frmSerialPort.resources

     文件       1464  2018-05-26 14:54  BXHSerialPort\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6291  2018-05-26 15:17  BXHSerialPort\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件      28160  2018-05-26 15:17  BXHSerialPort\obj\Debug\OvviSerialPort.exe

     文件      38400  2018-05-26 15:17  BXHSerialPort\obj\Debug\OvviSerialPort.pdb

     文件       6755  2018-05-26 15:04  BXHSerialPort\obj\Debug\OvviSerialPort.Properties.Resources.resources

     文件        668  2018-05-26 15:18  BXHSerialPort\obj\Debug\Ovvi_SerialPort.csproj.FileListAbsolute.txt

     文件       1056  2018-05-26 15:04  BXHSerialPort\obj\Debug\Ovvi_SerialPort.csproj.GenerateResource.Cache

     文件       5120  2018-05-26 14:58  BXHSerialPort\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       4003  2018-05-26 14:48  BXHSerialPort\Ovvi_SerialPort.csproj

     文件        502  2018-05-26 14:47  BXHSerialPort\Program.cs

     文件       1368  2017-03-25 14:05  BXHSerialPort\Properties\AssemblyInfo.cs

     文件       3588  2018-05-26 14:58  BXHSerialPort\Properties\Resources.Designer.cs

     文件       6433  2017-03-25 15:22  BXHSerialPort\Properties\Resources.resx

     文件       1114  2018-05-26 14:48  BXHSerialPort\Properties\Settings.Designer.cs

     文件        249  2017-03-25 14:05  BXHSerialPort\Properties\Settings.settings

     文件       3115  2017-03-25 14:51  BXHSerialPort\Resources\green.png

     文件       3131  2017-03-25 15:22  BXHSerialPort\Resources\red.png

     文件       9803  2018-05-26 15:17  BXHSerialPort\SerialPort.cs

     文件      26567  2018-05-26 15:04  BXHSerialPort\SerialPort.Designer.cs

     文件       5817  2018-05-26 15:04  BXHSerialPort\SerialPort.resx

     文件       3115  2017-03-25 14:43  img\green.png

     文件       3131  2017-03-25 14:43  img\red.png

............此处省略15个文件信息

评论

共有 条评论