资源简介
C# OMRON FINS UDP通信
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace WindowsFormsApplication2
{
static class Program
{
///
/// 应用程序的主入口点。
///
[STAThread]
static void Main()
{
Application.EnableVisualstyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 18432 2018-10-31 16:27 UDPClient\UDPClient\bin\Debug\WindowsFormsApplication2.exe
文件 32256 2018-10-31 16:27 UDPClient\UDPClient\bin\Debug\WindowsFormsApplication2.pdb
文件 21464 2018-10-31 16:58 UDPClient\UDPClient\bin\Debug\WindowsFormsApplication2.vshost.exe
文件 490 2012-06-06 02:06 UDPClient\UDPClient\bin\Debug\WindowsFormsApplication2.vshost.exe.manifest
文件 1229 2018-10-31 08:33 UDPClient\UDPClient\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6873 2018-10-30 10:30 UDPClient\UDPClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 2540 2018-10-31 16:58 UDPClient\UDPClient\obj\Debug\UDPClient.csproj.FileListAbsolute.txt
文件 851 2018-10-30 17:38 UDPClient\UDPClient\obj\Debug\UDPClient.csproj.GenerateResource.Cache
文件 1757 2018-10-30 10:48 UDPClient\UDPClient\obj\Debug\UDPClient.csprojResolveAssemblyReference.cache
文件 18432 2018-10-31 16:27 UDPClient\UDPClient\obj\Debug\WindowsFormsApplication2.exe
文件 180 2018-10-30 17:38 UDPClient\UDPClient\obj\Debug\WindowsFormsApplication2.Form1.resources
文件 32256 2018-10-31 16:27 UDPClient\UDPClient\obj\Debug\WindowsFormsApplication2.pdb
....... 180 2018-10-22 20:36 UDPClient\UDPClient\obj\Debug\WindowsFormsApplication2.Properties.Resources.resources
....... 505 2018-10-22 20:34 UDPClient\UDPClient\Program.cs
....... 1372 2018-10-22 20:34 UDPClient\UDPClient\Properties\AssemblyInfo.cs
....... 2900 2018-10-22 20:34 UDPClient\UDPClient\Properties\Resources.Designer.cs
....... 5612 2018-10-22 20:34 UDPClient\UDPClient\Properties\Resources.resx
....... 1111 2018-10-22 20:34 UDPClient\UDPClient\Properties\Settings.Designer.cs
....... 249 2018-10-22 20:34 UDPClient\UDPClient\Properties\Settings.settings
文件 7196 2018-10-31 16:27 UDPClient\UDPClient\UDPClient.cs
....... 3736 2018-10-22 20:36 UDPClient\UDPClient\UDPClient.csproj
文件 19978 2018-10-30 17:38 UDPClient\UDPClient\UDPClient.Designer.cs
文件 5817 2018-10-30 17:38 UDPClient\UDPClient\UDPClient.resx
文件 907 2018-10-30 17:42 UDPClient\UDPClient\UDPClient.sln
..A..H. 45056 2018-10-31 16:59 UDPClient\UDPClient\UDPClient.v11.suo
....... 1011 2018-10-22 20:36 UDPClient\UDPClient.sln
....... 10752 2018-10-22 20:34 UDPClient\UDPClient.suo
....... 31744 2018-10-24 11:03 UDPClient\UDPClient.v12.suo
目录 0 2018-10-22 20:34 UDPClient\UDPClient\obj\Debug\TempPE
目录 0 2018-10-23 10:05 UDPClient\UDPClient\bin\Debug
............此处省略10个文件信息
- 上一篇:C#+图书管理系统+sql
- 下一篇:C#打开摄像头拍照保存
相关资源
- C#进程间通信-共享内存代码
- C#串口通信及数据表格存储
- 周立功CAN盒使用范例C#
- tcp+udp完全c#通信封装
- 西门子 S7-200 PLC 通信DLL
- C#超级通信调试工具源码20130916
- C#仿QQ聊天软件源码, 即时通信源码
- C#SerialPort 串口通信 自己写的代码 绝
- web版即时通信系统 仿QQ聊天程序asp.
- C#超级通信调试工具源码可直接运行
- 基于TCP网络通信的即时聊天系统IM系统
- C#网络通信程序设计 源码
- winform客户端SuperWebSocket通信Demo
- C#完整的通信代码(点对点点对多同步
- C#_UDP可靠文件传输
- 欧姆龙PLC网络通信程序
- C#写的UDP即时聊天程序
- TCP\\IP通信 C#
- DELTA DVP Series PLC.zip
- C# 基于UDP即时聊天程序源代码
- C#动态绘制心率折线图串口通信
- 3个C#与GPRS进行通信的.rar
- c# 串口通信源代码
- C#UDP通信+文件传输 源码
- 基于TCP网络通信的即时聊天系统 数据
- 基于C#的台达PLCModus串口通信控件及源
- c# 斑马打印机通信
- cyUsb C#USB通信 DLL
- C#网络编程TCP通信程序简单设计
- 本程序是为了实现串口通信功能而使
评论
共有 条评论