登录
首页 » Windows开发 » WINDOWS编程,一个用VC做成的TCP SERVER程序,对于WINSOCK入门者极为实用,有很高的参考价值...

WINDOWS编程,一个用VC做成的TCP SERVER程序,对于WINSOCK入门者极为实用,有很高的参考价值...

于 2022-02-05 发布 文件大小:50.92 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

WINDOWS编程,一个用VC做成的TCP SERVER程序,对于WINSOCK入门者极为实用,有很高的参考价值-WINDOWS programme,a TCP SERVER programm made by VC,is very useful to the fresh person,and is worth referencing

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

发表评论

0 个回复

  • 2D 建筑与人物不停地
    创建支持的客房,可以连接并具有对象的结构。可以移动穿越房间结构的自动的字符。类是用来允许灵活的安装程序。这可能是一个良好的基础,为发展一个 2D 游戏,或甚至扩大到 3D。用户有一个字符,使用箭头键控制。享受。
    2022-05-23 18:34:08下载
    积分:1
  • 要编写一个实现剪切和复制命令的函数,就要在你的应用程序中实现选定操作;要编写一个实现粘贴命令的函数,就需要请求剪贴板来检测它是否包含你的应用程序能够支持的数据。...
    要编写一个实现剪切和复制命令的函数,就要在你的应用程序中实现选定操作;要编写一个实现粘贴命令的函数,就需要请求剪贴板来检测它是否包含你的应用程序能够支持的数据。下面的代码实现了复制命令,其它实现可仿照进行,在此不再赘言。 -prepared to achieve an order shear and reproduction function, it is necessary to your application process to achieve selected operation; To prepare a sealed order to achieve the function, on the need to request the clipboard to detect whether it contains your applications can support data. The following code to achieve the reproduction order to be modeled on the other to achieve, and in this stop drilling.
    2023-06-24 14:30:03下载
    积分:1
  • VB prepared with a car rental system
    一个用VB编写的汽车租赁系统,功能比较全,界面比较实用-VB prepared with a car rental system-wide functions, interface more practical
    2022-02-18 15:23:10下载
    积分:1
  • windows of the notebook simulation program. With vc6.0 compile. No bug.
    windows下的记事本模拟程序.用vc6.0编译通过.无bug.-windows of the notebook simulation program. With vc6.0 compile. No bug.
    2023-04-05 10:00:04下载
    积分:1
  • 7. 编程序CompFile,首先让用户输入两个文件名及其路径(二文件均为text文件),而后通过使用类成员函数getline逐行读入这两个指定文件的内容并进行...
    7. 编程序CompFile,首先让用户输入两个文件名及其路径(二文件均为text文件),而后通过使用类成员函数getline逐行读入这两个指定文件的内容并进行比较。若发现有不同,则在屏幕上显示出相异二行的行号及其内容,并暂停下来询问用户是否需要继续比较后继行,直到用户回答不需要继续进行比较,或者已经比到了二文件的结束时停止处理。-7. Programmed CompFile, first of all allow users to enter two file names and their paths (two files are text files), then through the use of class member function getline reads line by line, the contents of the two specified file and compare. If it is found they were different, differences on the screen shows the line number 2 and its contents, and suspend the down and asks if they need to continue to compare follow-up line, until the user answers do not need to continue to compare, or is already higher than to the two documents stop processing at the end.
    2022-04-27 23:39:29下载
    积分:1
  • 自己用VC写的液晶等字模提取软件,可以输入汉字,也可以打BMP图。只需要修改少许代码就可以按自己的要求实现功能。...
    自己用VC写的液晶等字模提取软件,可以输入汉字,也可以打开BMP图。只需要修改少许代码就可以按自己的要求实现功能。-VC to write their own use, such as liquid crystal matrix extract the software, you can input Chinese characters, you can open the BMP plan. Only need to modify a little code can realize the functional requirements of their own.
    2022-03-15 10:56:01下载
    积分:1
  • 微软手机短信订购软件
    微软手机短信订购软件-ordered Microsoft SMS software
    2022-08-16 23:17:03下载
    积分:1
  • 自动搜索串口
    在串口通讯时可以自动搜索到电脑的串口设备并添加在combobox中,就这一个功能,一个小例子
    2023-01-22 06:35:03下载
    积分:1
  • c语言课程设计,贪吃蛇游戏,
    c语言课程设计,贪吃蛇游戏, -c language curriculum design, Snake game, c language curriculum design, Snake game,
    2022-12-15 01:15:04下载
    积分:1
  • 适用于 WinRT Phones 和 App 的帮助架构
    翻译 maninwest@Codeforge 作者David Maw @CodeProject一个在 Windows RT 或Windows Phone 中嵌入帮助页面的方式。创建一个 Windows Phone 程序时,我希望能提供一个用户帮户,格式能与设备设置兼容且可灵活应对不同的设备配置。我选择的解决方案是在代码文件中嵌入 HTML 页面,并根据设备设置进行渲染。背景你需要 XAML 和 C# 背景包含什么此代码是个可运行的通用应用,构建于 Windows Modern程序和  Windows Phone 8.1 程序上 -除了运行平台不同外,它们大体是对等的。解压缩文件并加载到 Visual Studio 2013 (我使用的的更新4) ,你应该可以构建它并在设备或者模拟器上运行。 在自己的项目中使用代码要使用该代码,你需要将一些文件复制到你的项目。你需要 Helper.cs, 它不渲染 UI,但是有各种有益的类。你还需要一个实际显示帮助的页面 (复制我的 HelpPage.xaml和 HelpPage.cs 作为开始点).你会希望允许用户在你程序的某个地方导航到帮助页面,为了实现这个功能,添加一个资源 ( HelpViewModel, 见下文) 和一些控件(按钮等)。你需要创建一页或者多页HTML 帮助页面,并将其放置在项目的 "Help"目录下。在你复制的文件中将"UniversalHelp" 替换成你的程序名称。在每一个你想添加帮助控件的页面,你需要添加类似下面的东西: 
    2022-03-07 14:16:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载