登录
首页 » Windows Socket编程 » which contains three VC code to VC network debugging procedures, learning TCP/IP...

which contains three VC code to VC network debugging procedures, learning TCP/IP...

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

代码说明:

里面含有3个VC代码,有助于调试VC网络的程序,学习TCP/IP,有一定的参考价值-which contains three VC code to VC network debugging procedures, learning TCP/IP, a certain reference value

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

发表评论

0 个回复

  • SMTP协议实现总集,也是本人收集的,有7个序的源代码!非常好!用于课设计的!...
    SMTP协议实现总集,也是本人收集的,有7个程序的源代码!非常好!用于课程设计的!-SMTP protocol collection, and I collected a seven program"s source code! Very good! For course design!
    2022-01-25 23:50:19下载
    积分:1
  • (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
    (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
    2022-05-19 18:52:33下载
    积分:1
  • Under a command
    一个命令行下的嗅探器支持2k/xp/2003 -Under a command-line support 2k/xp/2003 sniffer
    2022-03-19 01:05:41下载
    积分:1
  • 最新反译工具,可以完全译你的.net序,自动升级
    最新反编译工具,可以完全编译你的.net程序,自动升级-find IP addr
    2022-01-24 17:33:38下载
    积分:1
  • 文件管理:可以浏览某目录下的文件和目录,并对其进行操作(辑,删除,打包,解压等),还可以进行定义操作。支持多文件上传,新建目录和文件 邮件发送:发送email...
    文件管理:可以浏览某目录下的文件和目录,并对其进行操作(编辑,删除,打包,解压等),还可以进行定义操作。支持多文件上传,新建目录和文件 邮件发送:发送email给某人 数据管理:mysql数据备份和导入,编辑数据表(含浏览数据、修改、删除、新增记录等),数据表的优化、检查、分析、清空和删除(可批量操作),查看数据表占用空间(包括各表的记录,大小,建立时间,更新时间)等 系统参数:查看php环境参数、mysql参数,状态 系统设置:修改程序运行参数 网站统计:可以统计你的网站的访客浏览了那些页面,从哪里跳转来的,他们的ip和ip所在地是多少,一天共浏览了多少页面和有多少ip浏览了你的网站-document management : can browse a directory of files and directories, and its operations (edit, delete, packing and decompression, etc.) can also be used for operational definition. Support multiple file uploads, new directories and files mail : Send email to a person data management : mysql data backup and import, edit data tables (including data browsing, modify, delete, new records, etc.), data tables optimization, inspection, analysis, emptied and delete ( Batch can operate), view the data in table occupy space (including the table of records, size, creation time and update time) system parameters : View php environmental parameters, mysql parameters, the state system settings : to amend t
    2023-03-04 23:30:04下载
    积分:1
  • The use of WinPcap to capture IP traffic within a local area network and conduct...
    利用 WinPcap 捕获局域网 内的 IP 流量并进行简单分析 本程序是基于 MFC 结构的对话框应用程序,直接双击可执行文件(IPCapture.exe)即 可运行。-The use of WinPcap to capture IP traffic within a local area network and conduct a simple analysis of the structure of this program is based on MFC dialog box application, directly to double-click the executable file (IPCapture.exe) to run.
    2022-03-03 10:26:50下载
    积分:1
  • 1: Animation mode pop
    1:动画方式弹出,就像MSN的提示框 2:漂亮,详细见配图 3:还可以再在开一个更加详细的内容网页 4:自动关闭,无需手工确认那个ok 5:示例包括C#和VB两个版本,popUp的源文件在EeekSoft.Web.PopupWin文件夹中 6:用起来简单(具体使用方法见代码佩文),示例使用前请先编译-1: Animation mode pop-up, just like MSN Tips Box 2: beautiful, detailed distribution see Figure 3: can also be opened again in a more detailed content of the page 4: automatically shut down without manually confirm that ok5: examples include the C# And VB two versions, popUp the source file in EeekSoft.Web.PopupWin folder 6: simple to use (see specific use code佩文), examples of the use of the compiler before
    2022-05-18 14:12:05下载
    积分:1
  • Network Programming for Windows 书源代码 (source code)
    Network Programming for Windows 书源代码 (source code)-Network Programming for Windows source code book (SOU rce code)
    2022-05-06 10:36:55下载
    积分:1
  • 2000下调试 成功
    2000下调试 成功-2000 under the successful commissioning
    2022-06-12 06:46:54下载
    积分:1
  • from the Internet stable and reliable source of the download
    从Internet上稳定可靠的下载文件的代码-from the Internet stable and reliable source of the download
    2022-04-17 21:44:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载