• 大小: 24.94M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: R2000  

资源简介

R2000-UHD demo

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Threading;
using System.IO;


namespace R2000_UHD_Demo
{
    public partial class Form1 : Form
    {
        public static string IpAddress { get; set; }

        string Packet_Type = “B“;
        string path;
        bool Scanstart = false;
       // bool OneTurnFinish = false;

        FileStream fs;
        StreamWriter sw;

        public Form1()
        {
            InitializeComponent();
            IpAddress = textBox2.Text;

            //
            BT_ReleaseH.Enabled = false;
            BT_StartScan.Enabled = false;
            BT_STOPScan.Enabled =

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-09-05 18:36  R2000_C_Demo\
     文件         144  2015-09-02 16:06  R2000_C_Demo\app.config
     目录           0  2015-09-06 11:00  R2000_C_Demo\bin\
     目录           0  2015-09-04 13:31  R2000_C_Demo\bin\Debug\
     文件        1961  2015-09-04 13:30  R2000_C_Demo\bin\Debug\R2000-UHD.application
     文件      659968  2015-09-04 13:30  R2000_C_Demo\bin\Debug\R2000-UHD.exe
     文件         144  2015-09-02 16:06  R2000_C_Demo\bin\Debug\R2000-UHD.exe.config
     文件        5156  2015-09-04 13:30  R2000_C_Demo\bin\Debug\R2000-UHD.exe.manifest
     文件      126464  2015-09-04 13:30  R2000_C_Demo\bin\Debug\R2000-UHD.pdb
     文件        1961  2015-09-04 13:30  R2000_C_Demo\bin\Debug\R2000-UHD.vshost.application
     文件       22984  2015-09-04 13:32  R2000_C_Demo\bin\Debug\R2000-UHD.vshost.exe
     文件         144  2015-09-02 16:06  R2000_C_Demo\bin\Debug\R2000-UHD.vshost.exe.config
     文件        5156  2015-09-04 13:30  R2000_C_Demo\bin\Debug\R2000-UHD.vshost.exe.manifest
     文件     6028356  2015-08-31 13:48  R2000_C_Demo\bin\Debug\R2000Data_1.txt
     文件     6031884  2015-08-19 10:25  R2000_C_Demo\bin\Debug\R2000Data_10.txt
     文件     1512548  2015-08-31 13:48  R2000_C_Demo\bin\Debug\R2000Data_19.txt
     文件     8983884  2015-08-14 16:29  R2000_C_Demo\bin\Debug\R2000Data_2.txt
     文件     1514242  2015-09-02 15:21  R2000_C_Demo\bin\Debug\R2000D_1.txt
     文件     3030318  2015-09-04 13:32  R2000_C_Demo\bin\Debug\R2000S_1.txt
     文件        1909  2015-08-31 13:16  R2000_C_Demo\bin\Debug\R2000_C_Demo.vshost.application
     文件        3502  2015-08-31 13:16  R2000_C_Demo\bin\Debug\R2000_C_Demo.vshost.exe.manifest
     目录           0  2015-09-06 10:59  R2000_C_Demo\bin\Release\
     目录           0  2015-09-06 10:59  R2000_C_Demo\bin\Release\app.publish\
     目录           0  2015-09-06 10:59  R2000_C_Demo\bin\Release\app.publish\Application Files\
     目录           0  2015-09-06 10:59  R2000_C_Demo\bin\Release\app.publish\Application Files\R2000-UHD_1_6_18_15\
     文件        9216  2015-09-06 10:59  R2000_C_Demo\bin\Release\app.publish\Application Files\R2000-UHD_1_6_18_15\AxInterop.AcroPDFLib.dll.deploy
     文件       12800  2015-09-06 10:59  R2000_C_Demo\bin\Release\app.publish\Application Files\R2000-UHD_1_6_18_15\Interop.AcroPDFLib.dll.deploy
     文件         144  2015-09-02 16:06  R2000_C_Demo\bin\Release\app.publish\Application Files\R2000-UHD_1_6_18_15\R2000-UHD.exe.config.deploy
     文件      753152  2015-09-06 10:59  R2000_C_Demo\bin\Release\app.publish\Application Files\R2000-UHD_1_6_18_15\R2000-UHD.exe.deploy
     文件        6431  2015-09-06 10:59  R2000_C_Demo\bin\Release\app.publish\Application Files\R2000-UHD_1_6_18_15\R2000-UHD.exe.manifest
     文件       51262  2013-07-31 09:46  R2000_C_Demo\bin\Release\app.publish\Application Files\R2000-UHD_1_6_18_15\R2000_frei-128.ico.deploy
............此处省略247个文件信息

评论

共有 条评论