-
visual c++ network programming guide accompanying the source of all procedures.
visual c++网络通信程序开发指南附带的程序所有的源码。-visual c++ network programming guide accompanying the source of all procedures.
- 2022-04-20 00:11:16下载
- 积分:1
-
C语言五子棋游戏 使用c语言的基本类库实现了模拟的五子棋游戏...
C语言五子棋游戏 使用c语言的基本类库实现了模拟的五子棋游戏-C-Renju game using c language class library implements the basic backgammon game simulation
- 2022-04-10 05:48:40下载
- 积分:1
-
电脑技巧3
电脑技巧3-computer skills in 3
- 2022-02-03 00:46:55下载
- 积分:1
-
非常经典的J2EE教程《J2EETutorial》中文版,感谢作者的翻译!
非常经典的J2EE教程《J2EETutorial》中文版,感谢作者的翻译!-very classic J2EE Guide "J2EETutorial" Chinese version of the author to thank the translation!
- 2022-03-28 20:21:02下载
- 积分:1
-
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来...
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来回可以运过河2人,而船仍然在左岸。而最后剩下的三个人,则可以一次将他们全部从左岸运到右岸。所以,在不考虑限制条件的情况下,也至少需要摆渡[(M+N-3)/2]*2+1次。其中分子上的"-3"表示剩下三个留待最后一次运过去。除以"2"是因为一个来回可以运过去2人,需要[(M+N-3)/2]个来回,而"来回"数不能是小数,需要向上取整,这个用符号[ ]表示。而乘以"2"是因为一个来回相当于两次摆渡,所以要乘以2。而最后的"+1",则表示将剩下的3个运过去,需要一次摆渡。-M-C products
- 2022-03-03 01:31:52下载
- 积分:1
-
关于断言的一篇小文章,特别适合初学者~这个在mfc中用的很多!...
关于断言的一篇小文章,特别适合初学者~这个在mfc中用的很多!-Assertion about a small article, especially suitable for beginners ~ mfc used in this much!
- 2022-02-02 18:48:18下载
- 积分:1
-
c语言常用算法,是学习c的很好练习的源码。
c语言常用算法,是学习c的很好练习的源码。-c language commonly used algorithm, it is a good learning c source code of practice.
- 2022-01-25 21:27:02下载
- 积分:1
-
VMware Workstation 6 基本使用指南,帮助读者快速掌握VMware Workstation 6的基本使用。...
VMware Workstation 6 基本使用指南,帮助读者快速掌握VMware Workstation 6的基本使用。-VMware Workstation 6 basic user guide to help readers gain a quick VMware Workstation 6 the basic use.
- 2022-10-22 18:10:03下载
- 积分:1
-
MFC模拟计算机网络停等协议发送和接收数据过程
MFC模拟计算机网络停等协议发送和接收数据过程-MFC simulated computer network, such as an agreement to stop sending and receiving data process
- 2023-01-26 00:15:04下载
- 积分:1
-
Windows网络编程技术
出版社: 机械工业出版社
本书原作者:琼斯 奥朗德
本书开创历史之先河,首先完整披露了如何在32位平台上使用传统的A...
Windows网络编程技术
出版社: 机械工业出版社
本书原作者:琼斯 奥朗德
本书开创历史之先河,首先完整披露了如何在32位平台上使用传统的API,如NetBIOS等; 以及如何运用一些新型网络API,如WinSock 2和远程访问服务(RAS)等。本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。
-Windows network programming technology Press : industrial machinery original author of the book publishers : Qiongshiaolangde the book created a precedent in history, the first complete disclosure of how the 32-bit platform on the use of traditional APIs if NetBIOS; and how to use some of the new network API, if WinSock 2 and Remote Access Service (RAS). The book devoted to the Windows network programming technology, coverage of Windows 95/98/NT 4/2000/CE platform. Includes NetBIOS, and Windows Redirector, Winsock, client server remote access methods.
- 2022-10-23 02:10:04下载
- 积分:1