登录
首页 » 其他项目 » Socket建立服务器,比较简单,一看就清楚的程序代码

Socket建立服务器,比较简单,一看就清楚的程序代码

于 2023-08-03 发布 文件大小:2.14 kB
0 24
下载积分: 2 下载次数: 1

代码说明:

Socket建立服务器,比较简单,一看就清楚的程序代码

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

发表评论

0 个回复

  • 传输流录播分析平台白皮书 录 1 系统间接 2 系统模块
    传输流录播分析平台白皮书 目录 1 系统间接 2 系统模块 -Transport Stream Analysis Platform White Paper recorded a directory system indirectly 2 module
    2022-02-05 01:43:16下载
    积分:1
  • CoStream 无缓存 Pipe Stream
    翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在  XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream(); static string outpath; static void Main(string[] args) { // ... XmlDocument doc = new XmlDocument(); doc.Load(args[0]); outpath = args[1]; var reading_thread = new Thread(ReaderBody); reading_thread.Start(); using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true })) doc.Save(pipe); reading_thre
    2022-03-17 17:34:17下载
    积分:1
  • This document describes some frequently asked queries about the usage and other...
    This document describes some frequently asked queries about the usage and other details of it on a day to day basis from a users perspective.
    2022-07-09 20:37:43下载
    积分:1
  • yes
    上传点一般般的东西,主要是想下载点有用的东西,-yes
    2022-03-13 01:36:48下载
    积分:1
  • Polynomial computational problems, this small program enables the calculation of...
    多项式的计算问题,这个小程序实现了多项式的求和的计算,输入系数和次数,并以-1 -1 结束-Polynomial computational problems, this small program enables the calculation of polynomial derivation, input coefficients and the frequency and to the end of-1-1
    2022-08-13 11:22:14下载
    积分:1
  • 怪兽格斗,格斗游戏,全屏3D,很好玩的!
    怪兽格斗,格斗游戏,全屏3D,很好玩的!-monster fighting, fighting games, full-screen 3D, is a lot of fun!
    2022-09-24 15:50:02下载
    积分:1
  • GMSK 调制方式 通信专业学生通用 功能很强大
    GMSK 调制方式 通信专业学生通用 功能很强大 -GMSK modulation communications professional students are a powerful general-purpose functionality
    2022-06-21 18:19:31下载
    积分:1
  • 大学计算机基础课程 电子技术实验 用Multisim2001编写 实验内容 应用运算放大器放大81倍的电路设计图...
    大学计算机基础课程 电子技术实验 用Multisim2001编写 实验内容 应用运算放大器放大81倍的电路设计图-University computer based courses using electronic technology experiment prepared Multisim2001 experimental content applications Operational amplifier circuit 81 times the design
    2022-03-31 06:31:17下载
    积分:1
  • 通过输入阿拉伯 数字 ,自动转换数字为中文汉字大写数字,并按照原数字顺序给予排列!...
    通过输入阿拉伯 数字 ,自动转换数字为中文汉字大写数字,并按照原数字顺序给予排列!-through the importation of Arabic numerals, automatic conversion for Chinese characters capital figures and according to the original figures given with the order!
    2023-07-12 11:45:02下载
    积分:1
  • 相当经典的信息论导论和编码的课件哦~~ 2009年9月18号更新的,我们上学期刚刚用过的~~ 网上估计是没有的哦...
    相当经典的信息论导论和编码的课件哦~~ 2009年9月18号更新的,我们上学期刚刚用过的~~ 网上估计是没有的哦-Quite a classic introduction to information theory and coding courseware oh ~ ~ September 18, 2009 update, we have just spent last semester ~ ~ Online estimates are not, oh ~ ~
    2022-07-25 11:06:03下载
    积分:1
  • 696524资源总数
  • 103833会员总数
  • 52今日下载