登录
首页 » C# » socket客户端

socket客户端

于 2021-03-17 发布
0 156
下载积分: 1 下载次数: 2

代码说明:

说明:  SOCKET 客户端 demo 。之前已经上传服务端demo(Socket client demo. The server demo has been uploaded before)

文件列表:

socket客户端\socket客户端\bin\Debug\socket客户端.exe, 340480 , 2020-10-26
socket客户端\socket客户端\bin\Debug\socket客户端.pdb, 46592 , 2020-10-26
socket客户端\socket客户端\bin\Debug\socket客户端.vshost.exe, 11592 , 2020-10-26
socket客户端\socket客户端\bin\Debug\socket客户端.vshost.exe.manifest, 490 , 2017-10-29
socket客户端\socket客户端\Main.cs, 4377 , 2020-10-26
socket客户端\socket客户端\Main.Designer.cs, 20274 , 2020-10-26
socket客户端\socket客户端\Main.resx, 107586 , 2020-10-26
socket客户端\socket客户端\obj\Debug\ResolveAssemblyReference.cache, 10465 , 2019-08-20
socket客户端\socket客户端\obj\Debug\socket客户端.csproj.FileListAbsolute.txt, 3791 , 2020-10-26
socket客户端\socket客户端\obj\Debug\socket客户端.csproj.GenerateResource.Cache, 1080 , 2020-10-26
socket客户端\socket客户端\obj\Debug\socket客户端.exe, 340480 , 2020-10-26
socket客户端\socket客户端\obj\Debug\socket客户端.Main.resources, 68212 , 2020-10-26
socket客户端\socket客户端\obj\Debug\socket客户端.pdb, 46592 , 2020-10-26
socket客户端\socket客户端\obj\Debug\socket客户端.Properties.Resources.resources, 254800 , 2019-08-20
socket客户端\socket客户端\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll, 5120 , 2018-09-27
socket客户端\socket客户端\Program.cs, 495 , 2018-09-27
socket客户端\socket客户端\Properties\AssemblyInfo.cs, 1386 , 2018-09-27
socket客户端\socket客户端\Properties\Resources.Designer.cs, 4179 , 2018-09-27
socket客户端\socket客户端\Properties\Resources.resx, 7235 , 2018-09-27
socket客户端\socket客户端\Properties\Settings.Designer.cs, 1100 , 2018-09-27
socket客户端\socket客户端\Properties\Settings.settings, 249 , 2018-09-27
socket客户端\socket客户端\Resources\240374-1301231H33994.jpg, 97159 , 2018-09-27
socket客户端\socket客户端\Resources\62f7e9b5ffa471db49da7a44d04cefe1.jpg, 120824 , 2018-09-27
socket客户端\socket客户端\Resources\w17.png, 2340 , 2018-09-27
socket客户端\socket客户端\Resources\w7.png, 9794 , 2018-09-27
socket客户端\socket客户端\Resources\人物1.jpg, 23362 , 2018-09-27
socket客户端\socket客户端\socketservices.cs, 3588 , 2020-10-26
socket客户端\socket客户端\socket客户端.csproj, 4382 , 2018-09-27
socket客户端\socket客户端\socket客户端.csproj.user, 74 , 2018-09-27
socket客户端\socket客户端.sln, 935 , 2018-09-27
socket客户端\socket客户端.suo, 27136 , 2020-10-26
socket客户端\socket客户端\obj\Debug\Refactor, 0 , 2018-09-27
socket客户端\socket客户端\obj\Debug\TempPE, 0 , 2020-04-28
socket客户端\socket客户端\bin\Debug, 0 , 2020-04-28
socket客户端\socket客户端\bin\Release, 0 , 2018-09-27
socket客户端\socket客户端\obj\Debug, 0 , 2020-04-28
socket客户端\socket客户端\obj\Release, 0 , 2018-09-27
socket客户端\socket客户端\bin, 0 , 2020-04-28
socket客户端\socket客户端\obj, 0 , 2020-04-28
socket客户端\socket客户端\Properties, 0 , 2020-04-28
socket客户端\socket客户端\Resources, 0 , 2020-04-28
socket客户端\socket客户端, 0 , 2020-04-28
socket客户端, 0 , 2020-04-28

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

发表评论

0 个回复

  • EEPROM-Lab2
    dsPIC30F3014的IIC读写C程序源代码,通过ICD3编程器测试。(dsPIC30F3014 the IIC to read and write C program source code, programmer by ICD3 test.)
    2011-06-29 16:24:53下载
    积分:1
  • WPF-Self-study-manual
    该上传内容是WPF自学手册书籍中的源代码,这本书最大的作用是让从未接触过Microsoft Windows Presentation Foundation的读者能够从初学到精通掌握,运用WPF进行桌面开发,而且这本书的叙事风格和手法使得读者在经历掌握Microsoft WPF开发的整个过程是如此轻松快乐,在作者风趣调侃的语言当中不知不觉地学会WPF开发.本书从WPF的相关工具开始讲起,从WPF的体系结构、XAML、依赖属性、路由事件、命令等方面为读者奠定了一个坚实的学习基础。之后就切入了应用程序窗口、页面导航、布局等起步应用,能让读者及时地体会 到学习的成就感和乐趣。接下来的控件、样式、数据绑定、二维图形、动画等相关内容则能够为读者的WPF技术提升到一个比较高的层次,如同插上翅膀,自由翱翔.   这本书对于WPF核心技术的原理、概念、技术、技巧与开发实践的讲述,是基于一位完全不懂WPF的菜鸟学习经历的,非常符合国内程序员WPF技术的初学路线,如果您想学习Microsoft WPF技术的话,那么这本书将是您的不二选择.(The upload content self-study manual books in WPF source code, the book never had contact with Microsoft Windows Presentation Foundation readers from beginner to mastery of the use of WPF desktop development, and this book s narrativeMicrosoft WPF development experience to master the whole process is so relaxed and happy style and technique so that the reader, unconsciously learn WPF development language of witty ridicule. book I start WPF related tools, from the architecture of WPF, XAML, dependency properties, routed events, command the reader has laid a solid foundation of learning. After starting to cut into the application window, page navigation, layout application, allows readers timely sense of accomplishment and fun learning experience. The next control, styles, data binding, two-dimensional graphics, animation and other related content to readers WPF technology raised to a relatively high level, like wings, fly freely. This book describes the principles, concepts, technology)
    2013-02-19 14:27:21下载
    积分:1
  • basicapp
    basicapp 应用演示了基本BREW UI控件的使用,如菜单,静态文本,文本输入控件等,本文重点说明UI框架设计思路(basicapp application demonstrates the use of basic BREW UI controls such as menus, static text, text input control, etc., this paper highlights the UI framework for design ideas)
    2010-09-06 16:30:10下载
    积分:1
  • DMA(basi-on-stm32F4)
    1.实现了对串口2的操作。 2.利用DMA+空闲中断+串口,完成了对变帧长数据的接收与发送。(1. To achieve the serial port 2 operation. 2. Using DMA+ idle interrupt+ serial port, completed the variable frame data reception and transmission.)
    2021-03-16 14:29:21下载
    积分:1
  • 写DLL所学所思(2)(导出类)
    编写DLL所学所思(2)(导出类)中的相关的例子,有兴趣的朋友可以参考一下,挺值得学习一下的。(The preparation of DLL learning thoughts (2) (derived class) in the relevant examples, interested friends can refer to, is worth learning about.)
    2017-11-14 15:59:38下载
    积分:1
  • 11
    说明:  GPS数据采集VC++ 编译后即可使用,串口接收,学习GPS的好资料(GPS data collection after the VC++ compiler can be used, serial receiver, learning good information on GPS)
    2009-09-18 14:08:12下载
    积分:1
  • Webinar-zigbee-home-automation
    Zigbee Home Automation Webinar
    2017-08-29 04:53:30下载
    积分:1
  • skyplot
    这是用于生成GPS星空图的一个c++程序(C++ code for creating a polar plot of GPS satellites)
    2020-11-17 15:29:39下载
    积分:1
  • GN480_AppPC
    说明:  gn480 pc app file windows
    2020-06-24 14:00:01下载
    积分:1
  • Regprocess
    这是一个通过注册表列举正在运行进程的源码。通过修改主机名可以列举远程主机进程。(This is a listed by the registry is the process of running FOSS. By modifying the host name could give remote host process.)
    2006-09-19 20:57:06下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载