登录
首页 » Windows开发 » 网络聊天室、聊天程序、socket、C++

网络聊天室、聊天程序、socket、C++

于 2023-04-14 发布 文件大小:8.80 MB
0 40
下载积分: 2 下载次数: 1

代码说明:

使用C++语言开发,使用套接字编程,实现的基于C/S架构的网络聊天程序

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

发表评论

0 个回复

  • 井字游戏
    一种游戏,两个玩家交替地把十字架和圆圈放在九格方格中的一个格子里;目标是在对手之前得到一排三个十字架或三个圆圈
    2022-04-20 10:17:34下载
    积分:1
  • 自我管理汽车
    这份文件题为来自Kioskea«自我管理»(来源代码)下之条款下提供Creative Commons许可。您可以复制,修改此份源,规定的许可的条件下,作为本说明
    2022-10-09 10:55:03下载
    积分:1
  • piano learning process is a compilation of language was often asked to do a simp...
    钢琴程序是一个学习汇编语言时常被要求去做的一个简单程序,也是我自己弄了一天才弄出来的,望君一看-piano learning process is a compilation of language was often asked to do a simple procedure, I get one day get out of a hope to see you
    2022-02-10 02:10:03下载
    积分:1
  • 这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术,经本人测试程序可以运行。共编程爱好者交流使用...
    这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号量技术,经本人测试程序可以运行。共编程爱好者交流使用-This is a blocking mode of socket used to do the chat program, the use of a multi-thread and semaphore technology, as I can run a test procedure. A total exchange of the use of programming enthusiasts
    2022-12-17 03:15:03下载
    积分:1
  • The joint compilation tools IncrediBuild3.4 time trial reset tools
    联合编译工具IncrediBuild3.4的试用时间复位的工具-The joint compilation tools IncrediBuild3.4 time trial reset tools
    2022-03-16 10:02:44下载
    积分:1
  • 检测屏幕尺寸和颜色深度
    检测屏幕尺寸和颜色深度-detect the screen size and color depth
    2023-07-10 10:35:04下载
    积分:1
  • 本游戏是微软SMART PHONE平台下的手机游戏,由于平台的特殊性,所以在游戏的架构和设计上既要符合游戏的特点,又要考虑到与设计其他PC游戏的不同。难点在于手...
    本游戏是微软SMART PHONE平台下的手机游戏,由于平台的特殊性,所以在游戏的架构和设计上既要符合游戏的特点,又要考虑到与设计其他PC游戏的不同。难点在于手机资源是很有限的,不能直接从设计PC游戏的架构直接搬到SMART PNONE游戏上,架构设计的变化是必然的。在本游戏中我们提出了一套全新的设计架构,充分考虑到了C#语言的特点,以及.NET平台的优点。在架构中摈弃了以前手机游戏设计中,虽然采用面向对象开发但是没有充分利用面向对象的不足,大量采用了当前先进的设计模式 -the game is Microsoft SMART PHONE platform mobile phone game, due to the special nature of platform, Therefore, the structure of the game and is designed to meet the characteristics of the game, also take into account the design of the other PC games are different. The difficulty lies in cell phone resources are very limited. not directly from the design of PC games moved to the structure of direct SMART PNONE game, Architecture Design changes are inevitable. In this game, we proposed a new set of design framework, taking fully into account the C# language features, and.NET platform advantages. Discard the framework of the previous mobile phone games design, Although object-oriented development but did not take full advantage of object-oriented inad
    2022-11-05 20:25:04下载
    积分:1
  • 1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写V...
    1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写VB应用程序时,可以采用如下方法:   1、改变窗体属性通常VB应用程序的窗体都采用有边框的窗体外观,但作为屏幕保护程序,应设置窗体为无边框,且为最大化。   2、隐藏及显示鼠标光标在Visual Basic应用程序中隐藏及显示鼠标光标需要运用Windows的API函数,该函数名为ShowCursor。当用参数值True调用时显示鼠标光标,当用参数值False调用时,鼠标光标自动隐藏。   3、检测鼠标移动VB中有一个检测鼠标移动的对象事件MouseMove事件。MouseMove事件通常在应用程序启动时就会触发,有时在鼠标并未移动的情况下,MouseMove事件仍有可能被触发。因此如果在程序中直接用MouseMove事件检测鼠标是否发生了移动,并不能正确反映鼠标的移动状况。应该在MouseMove事件中编写代码加以控制。 -1) screen saver running, the mouse cursor automatically hidden, at the end of the procedure, the cursor display. 2) When the click, move the mouse or press the keyboard, the screen ends and return to normal operating status. To achieve these characteristics, in the preparation of VB applications, can be used as follows : a change forms usually attribute the VB application forms have adopted a frame of the window appearance, but as screen protection procedures should be provided to non-Window frame, and as a maximum. 2, hide and display the mouse c
    2022-03-03 19:10:51下载
    积分:1
  • 这是一个动态改变对话框及其控件大小的好例子,非常的好使...
    这是一个动态改变对话框及其控件大小的好例子,非常的好使-This is a dynamic dialog and its controls to change the size of a good example, so that the very
    2022-03-11 01:58:48下载
    积分:1
  • 下载中国彩票网上双色球所有历史中奖号码
    使用python下载中国彩票网上,历年来双色球的所有中奖号码。目前中国彩票网使用的是静态网页,历年来的双色球中奖号码才80多页,目前定义了80页已经能够下载全部号码,如果网站调整,代码稍加改动即可。
    2022-02-04 08:09:22下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载