登录
首页 » Windows Socket编程 » This book reveals the C++ programmers to create the mysteries of a world

This book reveals the C++ programmers to create the mysteries of a world

于 2023-07-29 发布 文件大小:5.70 MB
0 136
下载积分: 2 下载次数: 1

代码说明:

本书揭示了C++程序员创建世界级软件的奥秘。程序设计大师Herbert Schildt通过将C++语言广泛应用于功能强大的编程任务中,全面展示了C++语言的多功能性,敏捷性,和艺术性。本书内容包括探索C++的功能,创建内存管理的垃圾回收器子系统,开发线程控制面板,建立译码器以扩展C++的功能,开发可断点续传的Internet文件下载工具,创建财务分析库,用基于AI的搜索技术探索人工智能,建立定制的STL容器,以及开发Mini C++解释程序。-This book reveals the C++ programmers to create the mysteries of a world-class software. Programming by Herbert Schildt Master C++ language is widely used in powerful programming tasks, a comprehensive picture of the C++ language, versatility, agility and artistry. The book will include exploration of the functions of C++, create a memory management subsystem of the garbage collector, thread control panel to develop and establish decoder to expand the functions of C++, the development of the Internet HTTP Download tools, the creation of financial Analysis of the Treasury, AI-based search technology to explore artificial intelligence, the establishment of customized STL containers, and the development of Mini C++ interpreter.

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

发表评论

0 个回复

  • 这是一个用VC开发的如何获得本机名和IP地址的小序.
    这是一个用VC开发的如何获得本机名和IP地址的小程序.-This is a development of the VC how to get the machine name and IP address of small procedures.
    2022-01-27 18:59:25下载
    积分:1
  • 我这次上传动态库的源码及设计文档,其实这网管序花了我不少精力,既有DBF文件读写,又有SNMP协议, UDP协议, TCP协议,ICMP协议, 算法等等, 有...
    我这次上传动态库的源码及设计文档,其实这网管程序花了我不少精力,既有DBF文件读写,又有SNMP协议, UDP协议, TCP协议,ICMP协议, 算法等等, 有的动态库是用VC编的-I upload this DLL source code and design documents, network management procedures fact that I spent a lot of energy on both DBF file read and write, there SNMP, UDP, TCP, ICMP, algorithms, etc., and some DLL is part of the VC
    2022-01-21 03:05:12下载
    积分:1
  • 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP...
    计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。 还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。 当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。 -calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tai
    2022-01-26 06:39:03下载
    积分:1
  • 利用拨号上网的简单例子。
    利用拨号上网的简单例子。-use dial-up Internet access simple example.
    2023-01-26 19:00:03下载
    积分:1
  • tcpip_lib33版本,新增加构造IP/TCP/UDP数据包的例子
    tcpip_lib33版本,新增加构造IP/TCP/UDP数据包的例子-Tcpip_lib33 version, and a example in which IP/TCP/UDP data packet`s constructure is added
    2022-03-13 06:10:09下载
    积分:1
  • 收发电子邮件-e-mail
    2022-07-01 03:04:09下载
    积分:1
  • ping 命令工作原理详细解析
    ping 命令工作原理详细解析-ping command detailed analytical work principle
    2022-08-25 17:35:40下载
    积分:1
  • 局域网网络通信实例 获取局域网内其他计算机的信息
    局域网网络通信编程实例 获取局域网内其他计算机的信息-LAN network communications programming examples LAN access to other computer information
    2022-06-20 15:25:05下载
    积分:1
  • 实现 完成端口模型 协议为Tcp/Ip
    实现 完成端口模型 协议为Tcp/Ip-achieve complete port model agreement for DEC/Ip
    2023-06-10 09:40:03下载
    积分:1
  • TCPIP协议的实现,包括很多协议的实现
    tcpip协议实现,包括很多协议实现-tcpip protocol implementation, including the realization of a lot of agreement
    2022-01-26 07:08:49下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载