资源简介
c#通讯实例,socket的select模型,多通道及文件生成
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Collections;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
namespace SGAIGrindCom
{
public class IniFile
{
private string ffilename = ““;
[DllImport(“kernel32“)]
private static extern int GetPrivateProfileInt(
string lpappname
string lpkeyname
int ndefault
string lpfilename
);
[DllImport(“kernel32“)]
private static extern int WritePrivateProfileString(
string lpappname
string lpkeyname
string lpdefault
StringBuilder lpreturnedstring
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1000 2015-04-27 08:52 obj\Debug\SGAIGrindCom.csproj.FileListAbsolute.txt
文件 888 2015-03-30 16:32 obj\Debug\SGAIGrindCom.csproj.GenerateResource.Cache
文件 148992 2015-03-30 16:37 obj\Debug\SGAIGrindCom.exe
文件 2804 2015-03-30 16:32 obj\Debug\SGAIGrindCom.MainForm.resources
文件 161280 2015-03-30 16:37 obj\Debug\SGAIGrindCom.pdb
文件 77388 2015-03-30 16:32 obj\Debug\SGAIGrindCom.Properties.Resources.resources
文件 4608 2013-04-19 19:08 obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 1374 2013-05-02 20:48 Properties\AssemblyInfo.cs
文件 3095 2013-04-19 19:08 Properties\Resources.Designer.cs
文件 6197 2013-04-19 19:08 Properties\Resources.resx
文件 1097 2013-03-15 11:47 Properties\Settings.Designer.cs
文件 249 2013-03-15 11:47 Properties\Settings.settings
文件 76905 2013-04-19 19:07 Resources\logo.jpg
文件 418 2013-05-02 19:22 Utility\SGAI.GrindCom.Proxy.Net.TcpEventArgs.cs
文件 2779 2013-05-02 19:22 Utility\SGAI.GrindCom.Proxy.Utility.cs
文件 3383 2013-03-15 14:37 IniFile.cs
文件 3673 2013-08-30 10:32 LogHelper.cs
文件 41413 2015-01-29 22:20 MainForm.cs
文件 33232 2015-01-26 08:37 MainForm.Designer.cs
文件 10287 2015-01-26 08:37 MainForm.resx
文件 496 2013-03-15 11:48 Program.cs
文件 2238 2013-05-02 20:47 Rose2.ico
文件 4239 2015-02-05 16:03 RWFile.cs
文件 6901 2013-05-02 19:22 SGAI.GrindCom.TcpIpCom.cs
文件 7763 2014-09-09 00:31 SGAIGrindCom.csproj
文件 613 2013-05-02 20:47 SGAIGrindCom.csproj.user
文件 2752 2015-08-05 11:26 SGAIGrindCom.sln
文件 32812 2013-05-02 19:34 TelStruct.cs
文件 409 2013-03-15 11:53 Net\Tcp\SGAI.GrindCom.Proxy.Net.Delegates.cs
文件 5987 2013-03-15 11:53 Net\Tcp\SGAI.GrindCom.Proxy.Net.TcpChannelba
............此处省略22个文件信息
- 上一篇:测试网ip地址ping 结果
- 下一篇:ccskin 仿QQ窗体
相关资源
- C#高级编程第10版英文原版
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- Illustrated C# 2010 C# 4.0图解教程
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- C#写的年会抽奖软件包含源代码.zip
- 大型ERP C#源码
- asp.net完整项目带数据库
- 清大出版社 段德亮 《C#课程设计案例
- C#人事管理系统/人力资源管理系统
- C# 7 and .NET Core: Modern Cross-Platform Deve
- C# 5.0 in a Nutshell 5th Edition.pdf
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - C# .NET webservices简单使用
评论
共有 条评论