-
CplusplusOOP
C++面向对象编程,很不错的教材,讲授面向对象的思想(C++ object-oriented programming, it is a good teaching materials, teaching object-oriented thinking)
- 2009-04-26 00:31:00下载
- 积分:1
-
Minix_brk
Minix下brk系统调用的改进与实现(含文档)(Minix improved under the brk system call)
- 2020-07-02 23:00:01下载
- 积分:1
-
手动改变自制窗体的大小
说明: 一款基于C# 编写的小程序,手动改变自制窗体的大小,适用于初学者研究(A small program based on C #, manually change the size of self-made form, suitable for beginners)
- 2020-07-09 10:59:52下载
- 积分:1
-
UmatForDamage
说明: Abaqus模拟平面连续损伤在子程序(带算例)(Two dimensional continuous damage Umat for Abaqus.)
- 2020-01-21 09:14:54下载
- 积分:1
-
2
说明: pb api编程学习资料
第2章 通过消息增强控件功能(pb api learn)
- 2012-01-12 09:32:50下载
- 积分:1
-
xiti
谭浩强c++课后习题源码解析,附个人的解题方法(Hao Qiang c++ After exercise-source analysis, with individual problem-solving methods)
- 2007-10-11 10:25:43下载
- 积分:1
-
这是一个用c++语言实现的网络中的TCP UDP 以及组播通信的程序,具有很好的借鉴意义
这是一个用c++语言实现的网络中的TCP UDP 以及组播通信的程序,具有很好的借鉴意义-This is a used c++ Language realize the network TCP UDP and multicast communication procedures, a good reference
- 2022-03-03 05:58:11下载
- 积分:1
-
rc4 java 实现
rc4 java 实现-rc4 java realizes
- 2023-04-06 06:50:03下载
- 积分:1
-
youxian
--- --- 算符优先(------ Operator priority)
- 2007-12-02 18:38:30下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
- 2023-01-29 23:25:03下载
- 积分:1