-
This book reveals the C++ programmers to create the mysteries of a world
本书揭示了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.
- 2023-07-29 04:00:05下载
- 积分:1
-
微软网络消息发送server
微软网络消息发送server-Microsoft network messaging server
- 2023-05-17 12:05:03下载
- 积分:1
-
得到对方的IP地址,用VC实现,很经典的算法值得收藏
得到对方的IP地址,用VC实现,很经典的算法值得收藏-be each other"s IP address, with VC, classic collections worthy of the algorithm
- 2023-02-08 18:35:04下载
- 积分:1
-
网络课程设计,一个在线投票系统,前台显示投票选项,后台增加,修改,管理统计投票...
网络课程设计,一个在线投票系统,前台显示投票选项,后台增加,修改,管理统计投票-network curriculum design, an online voting system, front displayed options, background add, modify, manage the voting
- 2022-01-31 14:34:01下载
- 积分:1
-
局域网点对点语音聊天程序,只要输入对方的IP地址就可以聊天了...
局域网点对点语音聊天程序,只要输入对方的IP地址就可以聊天了-LAN peer-to-peer voice chat program, as long as the importation of each other"s IP addresses on a chat
- 2022-11-10 18:15:03下载
- 积分:1
-
用VB.NET编写的简易BBS
用VB.NET编写的简易BBS-with VB.NET summary prepared by the BBS
- 2022-12-26 07:40:03下载
- 积分:1
-
一个socket服务端程序例子
一个socket服务端程序例子-A socket server program example
- 2022-03-19 22:28:09下载
- 积分:1
-
ping 命令工作原理详细解析
ping 命令工作原理详细解析-ping command detailed analytical work principle
- 2022-08-25 17:35:40下载
- 积分:1
-
最基本的IE的实现,可实现网络连接.在VC6.0下编译通过.
最基本的IE的实现,可实现网络连接.在VC6.0下编译通过.-IE the most basic realization of the network connection can be realized. In under VC6.0 compiler through.
- 2022-01-25 20:07:02下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1