登录
首页 » C# » Socket

Socket

于 2012-01-30 发布 文件大小:623KB
0 306
下载积分: 1 下载次数: 700

代码说明:

  Socket 实例代码,包括我一直使用的网络调试助手,欢迎下载使用!(Socket sample code, I have been using the network, including debugging assistant, welcome to download!)

文件列表:

Socket
......\ApplicationTest
......\...............\ApplicationTest.csproj,3922,2011-11-16
......\...............\bin
......\...............\...\Debug
......\...............\...\.....\ApplicationTest.exe,10240,2011-11-16
......\...............\...\.....\ApplicationTest.pdb,22016,2011-11-16
......\...............\...\.....\ApplicationTest.vshost.exe,11600,2011-11-16
......\...............\...\.....\ChannelLib.dll,11264,2011-11-16
......\...............\...\.....\ChannelLib.pdb,28160,2011-11-16
......\...............\...\Release
......\...............\MainForm.cs,2817,2011-11-16
......\...............\MainForm.Designer.cs,6237,2011-11-16
......\...............\MainForm.resx,5817,2011-11-16
......\...............\obj
......\...............\...\x86
......\...............\...\...\Debug
......\...............\...\...\.....\ApplicationTest.csproj.FileListAbsolute.txt,816,2011-11-16
......\...............\...\...\.....\ApplicationTest.exe,10240,2011-11-16
......\...............\...\...\.....\ApplicationTest.MainForm.resources,180,2011-11-16
......\...............\...\...\.....\ApplicationTest.pdb,22016,2011-11-16
......\...............\...\...\.....\ApplicationTest.Properties.Resources.resources,180,2011-11-16
......\...............\...\...\.....\DesignTimeResolveAssemblyReferences.cache,2152,2011-11-16
......\...............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6262,2011-11-16
......\...............\...\...\.....\GenerateResource.read.1.tlog,230,2011-11-16
......\...............\...\...\.....\GenerateResource.write.1.tlog,590,2011-11-16
......\...............\...\...\.....\ResolveAssemblyReference.cache,9831,2011-11-16
......\...............\...\...\.....\TempPE
......\...............\Program.cs,499,2011-11-16
......\...............\Properties
......\...............\..........\AssemblyInfo.cs,1362,2011-11-16
......\...............\..........\Resources.Designer.cs,2878,2011-11-16
......\...............\..........\Resources.resx,5612,2011-11-16
......\...............\..........\Settings.Designer.cs,1098,2011-11-16
......\...............\..........\Settings.settings,249,2011-11-16
......\ChannelLib
......\..........\bin
......\..........\...\Debug
......\..........\...\.....\ChannelLib.dll,11264,2011-11-16
......\..........\...\.....\ChannelLib.pdb,28160,2011-11-16
......\..........\...\Release
......\..........\ChannelLib.5.0.ReSharper.user,7296,2011-11-16
......\..........\ChannelLib.csproj,2447,2011-11-15
......\..........\ChannelLib.sln,2567,2011-11-16
......\..........\ClientSocket.cs,4289,2011-11-16
......\..........\EncodeHelper.cs,3781,2011-11-15
......\..........\obj
......\..........\...\Debug
......\..........\...\.....\ChannelLib.csproj.FileListAbsolute.txt,296,2011-11-16
......\..........\...\.....\ChannelLib.dll,11264,2011-11-16
......\..........\...\.....\ChannelLib.pdb,28160,2011-11-16
......\..........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,5591,2011-11-16
......\..........\...\.....\TempPE
......\..........\Properties
......\..........\..........\AssemblyInfo.cs,1352,2011-11-15
......\..........\ServerSocket.cs,10954,2011-11-16
......\..........\TcpChannelHelper.cs,3663,2011-11-16
......\..........\_ReSharper.ChannelLib
......\..........\.....................\BuildScriptCache
......\..........\.....................\................\.crc,4,2011-11-15
......\..........\.....................\................\.version,4,2011-11-15
......\..........\.....................\................\7
......\..........\.....................\................\8
......\..........\.....................\................\.\468d6f15.dat,163,2011-11-15
......\..........\.....................\DecompilerCache
......\..........\.....................\ModuleIds.xml,291,2011-11-16
......\..........\.....................\NamedArguments
......\..........\.....................\..............\.crc,4,2011-11-15
......\..........\.....................\..............\.version,4,2011-11-15
......\..........\.....................\..............\2
......\..........\.....................\..............\.\423e40df.dat,851,2011-11-15
......\..........\.....................\PdbInfo
......\..........\.....................\ProjectModel
......\..........\.....................\............\ProjectModel.dat,302,2011-11-16
......\..........\.....................\Resources
......\..........\.....................\.........\.crc,4,2011-11-15
......\..........\.....................\.........\.version,4,2011-11-15
......\..........\.....................\SymbolCache.bin,1807,2011-11-15
......\..........\.....................\TagPrefixes
......\..........\.....................\...........\.crc,4,2011-11-15
......\..........\.....................\...........\.version,4,2011-11-15
......\..........\.....................\TodoCache
......\..........\.....................\.........\.crc,4,2011-11-15
......\..........\.....................\.........\.version,4,2011-11-15
......\..........\.....................\.........\1
......\..........\.....................\.........\.\5ef3ef.dat,848,2011-11-15
......\..........\.....................\WebsiteFileReferences
......\..........\.....................\.....................\.crc,4,2011-11-15
......\..........\.....................\.....................\.version,4,2011-11-15
......\..........\.....................\WordIndex
......\..........\.....................\.........\.crc,4,2011-11-15
......\..........\.....................\.........\.version,4,2011-11-15
......\..........\.....................\.........\3
......\..........\.....................\.........\.\ee1226e.dat,3958,2011-11-15
......\网络调试助手NetAssist.exe,1903104,2009-07-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TCPIPserver
    实现TCP/IP通信的服务器端代码,帮助学习C#以及实现TCP通信(Server Codes for TCP/IP Communication)
    2019-05-05 15:29:15下载
    积分:1
  • ADS1115
    ADS1115 源码 精炼版 ADS1115 6/5000 Yuánmǎ jīngliàn bǎn Source refined version(ADS1115 u6E90 u7801 u7CBE u70BC u7248)
    2017-05-20 15:14:35下载
    积分:1
  • VCMatlab
    VC++和 Matlab 的 混 合 编 程 具 有 很 大 的 实际意义。 文 讨 论 了如何 使 用 Matlab 的 Complier 将 *.m 函 数 编 译 为 动 态 链 接 库 DLL, 提 供 给 VC++调 用 的 方 法,提 供 了 一 种 VC++与 Matlab 混合编程的 快 速 实 现 。(The mixed programming of VC++ and Matlab has great practical significance. This paper discusses how to use COMplier of MATLAB to compile *. m function into DLL of dynamic link library and provide a method for calling VC++. It also provides a fast realization of mixed programming between VC++ and MATLAB.)
    2018-12-01 15:31:19下载
    积分:1
  • 76676989
    实现钩子,VC++精选编程学习源码,很好的参考资料。(Hook, VC++ select learning programming source code, a good reference.)
    2013-11-28 10:49:43下载
    积分:1
  • UDP
    vc写的基于udp的串口通信简单实例 (Udp serial communication instance, a simple small program)
    2012-11-26 16:40:22下载
    积分:1
  • RTree-C
    R树的基本操作代码,运用C语言来实现,算法精简。(The basic operation of the R-tree code, using C language to implement the algorithm streamlined.)
    2021-03-10 08:59:26下载
    积分:1
  • 实验45 手写识别实验
    基于STM32的手写识别,使用STM32战舰V3开发板,STM32F3ZET6。在LCD触摸屏幕中,滑动手指,可以识别手写的字符和数字。(STM32-based handwriting recognition, the use of STM32 warship V3 development board, STM32F3ZET6. In the LCD touch screen, slide your finger to recognize handwritten characters and numbers.)
    2017-07-20 15:53:32下载
    积分:1
  • Program-controlled_voltage_and_current_sources
    通过单片机按键选择输出信号类型及要求输出量,在LED显示器件上指示信号类型及设定数值.系统工作电源±15V , ±5V 。恒流电流输出0.0~8.0mA, 负载电阻≤500Ω。3. 稳压电压输出0.0~5.0V,电流负载能力≤100mA.电压及电流输出在充许负载范围内误差小于5%FS。电压及电流输出须共用一个输出正端, 输出负端为地。输出电压及电流设定精确到二位十进制数。 (Through Singlechip button to choose the type and requirements of the output signal output, in the LED display on the instructions of the signal type and set the value. System power supply ± 15V, ± 5V. Constant current output 0.0 ~ 8.0mA, the load resistance ≤ 500Ω. 3. Regulator output voltage 0.0 ~ 5.0V, current load capacity ≤ 100mA. Voltage and current output in the framework allow the load error is less than 5 FS. Output voltage and current output is required to share a client, the output of negative side for the land. Output voltage and current settings accurate to two decimal number.)
    2008-04-27 12:47:49下载
    积分:1
  • GameEngine06
    第六章源码,游戏框架输入和时钟引擎(CGameEngine_APP CGameEngine_Input CGameEngine_Timer)(Chapter VI source, Game clock input and engines (CGameEngine_APP CGameEngine_I nput CGameEngine_Timer))
    2007-01-25 08:45:48下载
    积分:1
  • c#发送邮件类(含接收邮件和发送邮件源码)
    实现发送邮件的类,同时包含POP3接收邮件类
    2014-09-02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载